Lines Matching defs:gpio_en
6496 uint32_t gpio_in, gpio_out, gpio_en, status;
6509 gpio_en = (sc->sc_conf_read)(sc, BWI_PCIR_GPIO_ENABLE);
6512 gpio_en |= BWI_PCIM_GPIO_PWR_ON;
6516 gpio_en |= BWI_PCIM_GPIO_PLL_PWR_OFF;
6520 (sc->sc_conf_write)(sc, BWI_PCIR_GPIO_ENABLE, gpio_en);
6541 uint32_t gpio_out, gpio_en;
6551 gpio_en = (sc->sc_conf_read)(sc, BWI_PCIR_GPIO_ENABLE);
6554 gpio_en |= BWI_PCIM_GPIO_PWR_ON;
6557 gpio_en |= BWI_PCIM_GPIO_PLL_PWR_OFF;
6561 (sc->sc_conf_write)(sc, BWI_PCIR_GPIO_ENABLE, gpio_en);