Home
last modified time | relevance | path

Searched refs:CHIPC_CHIPCTRL (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/sys/dev/bhnd/cores/chipc/
HDchipc.c1251 cctrl = bhnd_bus_read_4(sc->core, CHIPC_CHIPCTRL); in chipc_enable_sprom_pins()
1263 bhnd_bus_write_4(sc->core, CHIPC_CHIPCTRL, cctrl); in chipc_enable_sprom_pins()
1295 cctrl = bhnd_bus_read_4(sc->core, CHIPC_CHIPCTRL); in chipc_disable_sprom_pins()
1307 bhnd_bus_write_4(sc->core, CHIPC_CHIPCTRL, cctrl); in chipc_disable_sprom_pins()
1334 cctrl = bhnd_bus_read_4(sc->core, CHIPC_CHIPCTRL); in chipc_write_chipctrl()
1336 bhnd_bus_write_4(sc->core, CHIPC_CHIPCTRL, cctrl); in chipc_write_chipctrl()
HDchipcreg.h63 #define CHIPC_CHIPCTRL 0x28 /**< chip control (rev >= 11) */ macro