Searched refs:BWI_PCIR_GPIO_ENABLE (Results 1 – 2 of 2) sorted by relevance
/haiku/src/add-ons/kernel/drivers/network/wlan/broadcom43xx/dev/bwi/ |
H A D | if_bwireg.h | 354 #define BWI_PCIR_GPIO_ENABLE 0xb8 macro
|
H A D | if_bwi.c | 655 gpio_en = pci_read_config(sc->sc_dev, BWI_PCIR_GPIO_ENABLE, 4); in bwi_power_on() 666 pci_write_config(sc->sc_dev, BWI_PCIR_GPIO_ENABLE, gpio_en, 4); in bwi_power_on() 690 gpio_en = pci_read_config(sc->sc_dev, BWI_PCIR_GPIO_ENABLE, 4); in bwi_power_off() 700 pci_write_config(sc->sc_dev, BWI_PCIR_GPIO_ENABLE, gpio_en, 4); in bwi_power_off()
|