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

/netbsd-current/sys/arch/x86/pci/
H A Dpchbvar.h41 pcireg_t sc_pciconfext[48]; member in struct:pchb_softc
H A Dpchb.c466 sc->sc_pciconfext[(off - 0x40) / 4] = pci_conf_read(pc, tag, off);
483 pci_conf_write(pc, tag, off, sc->sc_pciconfext[(off - 0x40) / 4]);
/netbsd-current/sys/dev/pci/
H A Dppbvar.h62 pcireg_t sc_pciconfext[48]; member in struct:ppb_softc
H A Dppb.c496 if (val != sc->sc_pciconfext[(off - 0x40) / 4])
498 sc->sc_pciconfext[(off - 0x40)/4]);
511 sc->sc_pciconfext[(off - 0x40) / 4] =

Completed in 278 milliseconds