Searched refs:PCI_BRIDGE_BUS_REG (Results 1 - 17 of 17) sorted by relevance

/netbsd-current/sys/arch/x86/pci/
H A Dpci_bus_fixup.c123 PCI_BRIDGE_BUS_REG);
126 pci_conf_write(pc, tag, PCI_BRIDGE_BUS_REG,
135 pci_conf_write(pc, tag, PCI_BRIDGE_BUS_REG,
163 reg = pci_conf_read(pc, tag, PCI_BRIDGE_BUS_REG);
166 pci_conf_write(pc, tag, PCI_BRIDGE_BUS_REG, reg);
/netbsd-current/sys/arch/evbarm/iq80310/
H A Diq80310_pci.c98 reg = bus_space_read_4(sc->sc_st, sc->sc_ppb_sh, PCI_BRIDGE_BUS_REG);
152 reg = bus_space_read_4(sc->sc_st, sc->sc_ppb_sh, PCI_BRIDGE_BUS_REG);
195 reg = pci_conf_read(pa->pa_pc, tag, PCI_BRIDGE_BUS_REG);
/netbsd-current/sys/arch/sparc64/sparc64/
H A Drbus_machdep.c160 reg = pci_conf_read(pc, pa->pa_tag, PCI_BRIDGE_BUS_REG);
163 pci_conf_write(pc, pa->pa_tag, PCI_BRIDGE_BUS_REG, reg);
/netbsd-current/sys/arch/arm/xscale/
H A Di80312_pci.c107 binfo = bus_space_read_4(sc->sc_st, sc->sc_ppb_sh, PCI_BRIDGE_BUS_REG);
185 binfo = bus_space_read_4(sc->sc_st, sc->sc_ppb_sh, PCI_BRIDGE_BUS_REG);
H A Di80312.c271 PCI_BRIDGE_BUS_REG,
310 preg = bus_space_read_4(sc->sc_st, sc->sc_ppb_sh, PCI_BRIDGE_BUS_REG);
/netbsd-current/sys/arch/macppc/pci/
H A Dpci_machdep.c321 bi = pci_conf_read(pc, tag, PCI_BRIDGE_BUS_REG);
363 bi = pci_conf_read(pc, tag, PCI_BRIDGE_BUS_REG);
367 pci_conf_write(pc, tag, PCI_BRIDGE_BUS_REG, bi);
/netbsd-current/sys/dev/pci/
H A Dbtvmeii.c148 PCI_BRIDGE_BUS_REG));
198 PCI_BRIDGE_BUS_REG));
H A Dpci_resource.c419 res = pci_conf_read(pc, tag, PCI_BRIDGE_BUS_REG);
524 bridge_bus = pci_conf_read(pr->pr_pc, tag, PCI_BRIDGE_BUS_REG);
H A Dppb.c229 busdata = pci_conf_read(pc, pa->pa_tag, PCI_BRIDGE_BUS_REG);
H A Dpciconf.c397 pci_conf_write(pc, tag, PCI_BRIDGE_BUS_REG, busreg);
H A Dpcireg.h1354 #define PCI_BRIDGE_BUS_REG 0x18 macro
H A Dpci_subr.c4851 rval = regs[o2i(PCI_BRIDGE_BUS_REG)];
5040 rval = regs[o2i(PCI_BRIDGE_BUS_REG)];
/netbsd-current/sys/arch/sparc/sparc/
H A Dpci_fixup.c323 pci_conf_write(NULL, starttag, PCI_BRIDGE_BUS_REG,
441 pci_conf_write(NULL, starttag, PCI_BRIDGE_BUS_REG,
H A Dpci_machdep.c285 PCI_BRIDGE_BUS_REG);
/netbsd-current/sys/dev/cardbus/
H A Drbus_ppb.c623 busdata = Cardbus_conf_read(ct, ca->ca_tag, PCI_BRIDGE_BUS_REG);
645 busdata = Cardbus_conf_read(ct, ca->ca_tag, PCI_BRIDGE_BUS_REG);
/netbsd-current/sys/dev/acpi/
H A Dacpi_pci.c351 val = pci_conf_read(pc, tag, PCI_BRIDGE_BUS_REG);
/netbsd-current/sys/arch/arm/nxp/
H A Dimxpcie.c576 v = PCIE_READ(sc, PCI_BRIDGE_BUS_REG);
582 PCIE_WRITE(sc, PCI_BRIDGE_BUS_REG, v);

Completed in 304 milliseconds