Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dbwi.c6243 uint32_t gpio_in, gpio_out, gpio_en, status; in bwi_power_on() local
6251 gpio_out = (sc->sc_conf_read)(sc, BWI_PCIR_GPIO_OUT); in bwi_power_on()
6254 gpio_out |= BWI_PCIM_GPIO_PWR_ON; in bwi_power_on()
6258 gpio_out |= BWI_PCIM_GPIO_PLL_PWR_OFF; in bwi_power_on()
6262 (sc->sc_conf_write)(sc, BWI_PCIR_GPIO_OUT, gpio_out); in bwi_power_on()
6268 gpio_out &= ~BWI_PCIM_GPIO_PLL_PWR_OFF; in bwi_power_on()
6283 uint32_t gpio_out, gpio_en; in bwi_power_off() local
6288 gpio_out = (sc->sc_conf_read)(sc, BWI_PCIR_GPIO_OUT); in bwi_power_off()
6291 gpio_out &= ~BWI_PCIM_GPIO_PWR_ON; in bwi_power_off()
6294 gpio_out |= BWI_PCIM_GPIO_PLL_PWR_OFF; in bwi_power_off()
[all …]