Searched refs:CHIPC_CHIPCTRL (Results 1 – 2 of 2) sorted by relevance
1241 cctrl = bhnd_bus_read_4(sc->core, CHIPC_CHIPCTRL); in chipc_enable_sprom_pins()1253 bhnd_bus_write_4(sc->core, CHIPC_CHIPCTRL, cctrl); in chipc_enable_sprom_pins()1285 cctrl = bhnd_bus_read_4(sc->core, CHIPC_CHIPCTRL); in chipc_disable_sprom_pins()1297 bhnd_bus_write_4(sc->core, CHIPC_CHIPCTRL, cctrl); in chipc_disable_sprom_pins()1324 cctrl = bhnd_bus_read_4(sc->core, CHIPC_CHIPCTRL); in chipc_write_chipctrl()1326 bhnd_bus_write_4(sc->core, CHIPC_CHIPCTRL, cctrl); in chipc_write_chipctrl()
63 #define CHIPC_CHIPCTRL 0x28 /**< chip control (rev >= 11) */ macro