Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/bhnd/cores/chipc/
H A Dchipc.c1263 uint32_t cctrl; in chipc_enable_sprom_pins() local
1276 cctrl = bhnd_bus_read_4(sc->core, CHIPC_CHIPCTRL); in chipc_enable_sprom_pins()
1280 cctrl &= ~CHIPC_CCTRL4331_EXTPA_EN; in chipc_enable_sprom_pins()
1283 cctrl &= ~CHIPC_CCTRL4331_EXTPA_ON_GPIO2_5; in chipc_enable_sprom_pins()
1286 cctrl &= ~CHIPC_CCTRL4331_EXTPA_EN2; in chipc_enable_sprom_pins()
1311 uint32_t cctrl; in chipc_disable_sprom_pins() local
1324 cctrl |= CHIPC_CCTRL4331_EXTPA_EN; in chipc_disable_sprom_pins()
1327 cctrl |= CHIPC_CCTRL4331_EXTPA_ON_GPIO2_5; in chipc_disable_sprom_pins()
1330 cctrl |= CHIPC_CCTRL4331_EXTPA_EN2; in chipc_disable_sprom_pins()
1353 uint32_t cctrl; in chipc_write_chipctrl() local
[all …]