Searched refs:CHIPC_CHIPCTRL (Results 1 – 2 of 2) sorted by relevance
1251 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()
63 #define CHIPC_CHIPCTRL 0x28 /**< chip control (rev >= 11) */ macro