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

/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dbwi.c6395 uint32_t gpio_in, gpio_out, gpio_en, status; local
6403 gpio_out = (sc->sc_conf_read)(sc, BWI_PCIR_GPIO_OUT);
6406 gpio_out |= BWI_PCIM_GPIO_PWR_ON;
6410 gpio_out |= BWI_PCIM_GPIO_PLL_PWR_OFF;
6414 (sc->sc_conf_write)(sc, BWI_PCIR_GPIO_OUT, gpio_out);
6420 gpio_out &= ~BWI_PCIM_GPIO_PLL_PWR_OFF;
6421 (sc->sc_conf_write)(sc, BWI_PCIR_GPIO_OUT, gpio_out);
6436 uint32_t gpio_out, gpio_en; local
6441 gpio_out = (sc->sc_conf_read)(sc, BWI_PCIR_GPIO_OUT);
6444 gpio_out
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/pci/cxgb/
H A Dcxgb_common.h151 unsigned int gpio_out; /* GPIO output settings */ member in struct:adapter_info
H A Dcxgb_t3_hw.c3634 ai->gpio_out | F_GPIO0_OEN | F_GPIO0_OUT_VAL);

Completed in 191 milliseconds