Home
last modified time | relevance | path

Searched refs:PCI_BRIDGE_STATIO_REG (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/sys/arch/sparc/sparc/
Dpci_fixup.c447 pci_conf_write(NULL, starttag, PCI_BRIDGE_STATIO_REG, val); in mspcic_pci_fixup()
450 pci_conf_read(NULL, starttag, PCI_BRIDGE_STATIO_REG) & 0xffff); in mspcic_pci_fixup()
466 val = pci_conf_read(NULL, starttag, PCI_BRIDGE_STATIO_REG); in mspcic_pci_fixup()
/netbsd/src/sys/dev/pci/
Dpciconf.c429 io = pci_conf_read(parent->pc, pd->tag, PCI_BRIDGE_STATIO_REG); in query_bus()
1164 io = pci_conf_read(pb->pc, pd->tag, PCI_BRIDGE_STATIO_REG) & in configure_bridge()
1170 pci_conf_write(pb->pc, pd->tag, PCI_BRIDGE_STATIO_REG, io); in configure_bridge()
Dppb.c363 reg = pci_conf_read(pc, pa->pa_tag, PCI_BRIDGE_STATIO_REG); in ppbattach()
Dpci_resource.c535 res = pci_conf_read(pc, tag, PCI_BRIDGE_STATIO_REG); in pci_resource_scan_bridge()
Dpcireg.h1372 #define PCI_BRIDGE_STATIO_REG 0x1c macro
Dpci_subr.c4861 rval = regs[o2i(PCI_BRIDGE_STATIO_REG)]; in pci_conf_print_type1()
/netbsd/src/sys/arch/x86/pci/
Dpci_ranges.c319 PCI_BRIDGE_STATIO_REG, in io_range_infer()
321 pci_conf_read(pc, tag, PCI_BRIDGE_STATIO_REG), in io_range_infer()
/netbsd/src/sys/dev/cardbus/
Drbus_ppb.c378 pci_conf_write(pc, pci_bus_tag[busnum], PCI_BRIDGE_STATIO_REG, in rbus_pci_addr_fixup()