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

/freebsd-13-stable/sys/dev/bwi/
H A Dif_bwireg.h353 #define BWI_PCIR_GPIO_OUT 0xb4 macro
H A Dif_bwi.c656 gpio_out = pci_read_config(sc->sc_dev, BWI_PCIR_GPIO_OUT, 4);
667 pci_write_config(sc->sc_dev, BWI_PCIR_GPIO_OUT, gpio_out, 4);
674 pci_write_config(sc->sc_dev, BWI_PCIR_GPIO_OUT, gpio_out, 4);
691 gpio_out = pci_read_config(sc->sc_dev, BWI_PCIR_GPIO_OUT, 4);
701 pci_write_config(sc->sc_dev, BWI_PCIR_GPIO_OUT, gpio_out, 4);
1059 val = pci_read_config(sc->sc_dev, BWI_PCIR_GPIO_OUT, 4);

Completed in 41 milliseconds