Searched refs:gpio_en (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/sys/dev/bwi/
H A Dif_bwi.c663 uint32_t gpio_in, gpio_out, gpio_en; local
671 gpio_en = pci_read_config(sc->sc_dev, BWI_PCIR_GPIO_ENABLE, 4);
674 gpio_en |= BWI_PCIM_GPIO_PWR_ON;
678 gpio_en |= BWI_PCIM_GPIO_PLL_PWR_OFF;
682 pci_write_config(sc->sc_dev, BWI_PCIR_GPIO_ENABLE, gpio_en, 4);
702 uint32_t gpio_out, gpio_en; local
706 gpio_en = pci_read_config(sc->sc_dev, BWI_PCIR_GPIO_ENABLE, 4);
709 gpio_en |= BWI_PCIM_GPIO_PWR_ON;
712 gpio_en |= BWI_PCIM_GPIO_PLL_PWR_OFF;
716 pci_write_config(sc->sc_dev, BWI_PCIR_GPIO_ENABLE, gpio_en,
[all...]
/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-tim-defs.h524 uint64_t gpio_en : 64; /**< Each bit correspond to rings [63:0] respectively. member in struct:cvmx_tim_gpio_en::cvmx_tim_gpio_en_s
529 uint64_t gpio_en : 64;

Completed in 75 milliseconds