Searched refs:CHIPC_CHIPCTRL (Results 1 – 2 of 2) sorted by relevance
1240 cctrl = bhnd_bus_read_4(sc->core, CHIPC_CHIPCTRL); in chipc_enable_sprom_pins()1252 bhnd_bus_write_4(sc->core, CHIPC_CHIPCTRL, cctrl); in chipc_enable_sprom_pins()1284 cctrl = bhnd_bus_read_4(sc->core, CHIPC_CHIPCTRL); in chipc_disable_sprom_pins()1296 bhnd_bus_write_4(sc->core, CHIPC_CHIPCTRL, cctrl); in chipc_disable_sprom_pins()1323 cctrl = bhnd_bus_read_4(sc->core, CHIPC_CHIPCTRL); in chipc_write_chipctrl()1325 bhnd_bus_write_4(sc->core, CHIPC_CHIPCTRL, cctrl); in chipc_write_chipctrl()
63 #define CHIPC_CHIPCTRL 0x28 /**< chip control (rev >= 11) */ macro