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

/freebsd-10-stable/sys/dev/bwi/
H A Dif_bwireg.h354 #define BWI_PCIR_GPIO_ENABLE 0xb8 macro
H A Dif_bwi.c671 gpio_en = pci_read_config(sc->sc_dev, BWI_PCIR_GPIO_ENABLE, 4);
682 pci_write_config(sc->sc_dev, BWI_PCIR_GPIO_ENABLE, gpio_en, 4);
706 gpio_en = pci_read_config(sc->sc_dev, BWI_PCIR_GPIO_ENABLE, 4);
716 pci_write_config(sc->sc_dev, BWI_PCIR_GPIO_ENABLE, gpio_en, 4);

Completed in 166 milliseconds