Searched refs:sc_conf_write (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/sys/dev/cardbus/
H A Dif_bwi_cardbus.c133 sc->sc_conf_write = bwi_cardbus_conf_write;
/openbsd-current/sys/dev/pci/
H A Dif_bwi_pci.c153 sc->sc_conf_write = bwi_pci_conf_write;
/openbsd-current/sys/dev/ic/
H A Dbwivar.h602 void (*sc_conf_write)(void *, uint32_t, uint32_t); member in struct:bwi_softc
H A Dbwi.c6262 (sc->sc_conf_write)(sc, BWI_PCIR_GPIO_OUT, gpio_out);
6263 (sc->sc_conf_write)(sc, BWI_PCIR_GPIO_ENABLE, gpio_en);
6269 (sc->sc_conf_write)(sc, BWI_PCIR_GPIO_OUT, gpio_out);
6277 (sc->sc_conf_write)(sc, PCI_COMMAND_STATUS_REG, status);
6298 (sc->sc_conf_write)(sc, BWI_PCIR_GPIO_OUT, gpio_out);
6299 (sc->sc_conf_write)(sc, BWI_PCIR_GPIO_ENABLE, gpio_en);
6340 (sc->sc_conf_write)(sc, BWI_PCIR_SEL_REGWIN, win);
6752 (sc->sc_conf_write)(sc, BWI_PCIR_INTCTL, val);

Completed in 170 milliseconds