Searched refs:cctrl (Results 1 – 1 of 1) sorted by relevance
1227 uint32_t cctrl; in chipc_enable_sprom_pins() local1240 cctrl = bhnd_bus_read_4(sc->core, CHIPC_CHIPCTRL); in chipc_enable_sprom_pins()1244 cctrl &= ~CHIPC_CCTRL4331_EXTPA_EN; in chipc_enable_sprom_pins()1247 cctrl &= ~CHIPC_CCTRL4331_EXTPA_ON_GPIO2_5; in chipc_enable_sprom_pins()1250 cctrl &= ~CHIPC_CCTRL4331_EXTPA_EN2; in chipc_enable_sprom_pins()1252 bhnd_bus_write_4(sc->core, CHIPC_CHIPCTRL, cctrl); in chipc_enable_sprom_pins()1275 uint32_t cctrl; in chipc_disable_sprom_pins() local1284 cctrl = bhnd_bus_read_4(sc->core, CHIPC_CHIPCTRL); in chipc_disable_sprom_pins()1288 cctrl |= CHIPC_CCTRL4331_EXTPA_EN; in chipc_disable_sprom_pins()1291 cctrl |= CHIPC_CCTRL4331_EXTPA_ON_GPIO2_5; in chipc_disable_sprom_pins()[all …]