Searched refs:BWI_PCIR_GPIO_OUT (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/sys/dev/bwi/ |
| H A D | if_bwireg.h | 353 #define BWI_PCIR_GPIO_OUT 0xb4 macro
|
| H A D | if_bwi.c | 656 gpio_out = pci_read_config(sc->sc_dev, BWI_PCIR_GPIO_OUT, 4); in bwi_power_on() 667 pci_write_config(sc->sc_dev, BWI_PCIR_GPIO_OUT, gpio_out, 4); in bwi_power_on() 674 pci_write_config(sc->sc_dev, BWI_PCIR_GPIO_OUT, gpio_out, 4); in bwi_power_on() 691 gpio_out = pci_read_config(sc->sc_dev, BWI_PCIR_GPIO_OUT, 4); in bwi_power_off() 701 pci_write_config(sc->sc_dev, BWI_PCIR_GPIO_OUT, gpio_out, 4); in bwi_power_off() 1059 val = pci_read_config(sc->sc_dev, BWI_PCIR_GPIO_OUT, 4); in bwi_get_clock_freq()
|