Lines Matching defs:gpio_en
6498 uint32_t gpio_in, gpio_out, gpio_en, status;
6511 gpio_en = (sc->sc_conf_read)(sc, BWI_PCIR_GPIO_ENABLE);
6514 gpio_en |= BWI_PCIM_GPIO_PWR_ON;
6518 gpio_en |= BWI_PCIM_GPIO_PLL_PWR_OFF;
6522 (sc->sc_conf_write)(sc, BWI_PCIR_GPIO_ENABLE, gpio_en);
6543 uint32_t gpio_out, gpio_en;
6553 gpio_en = (sc->sc_conf_read)(sc, BWI_PCIR_GPIO_ENABLE);
6556 gpio_en |= BWI_PCIM_GPIO_PWR_ON;
6559 gpio_en |= BWI_PCIM_GPIO_PLL_PWR_OFF;
6563 (sc->sc_conf_write)(sc, BWI_PCIR_GPIO_ENABLE, gpio_en);