Searched refs:PCI_BRIDGE_STATIO_REG (Results 1 – 8 of 8) sorted by relevance
| /netbsd/src/sys/arch/sparc/sparc/ |
| D | pci_fixup.c | 447 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/ |
| D | pciconf.c | 429 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()
|
| D | ppb.c | 363 reg = pci_conf_read(pc, pa->pa_tag, PCI_BRIDGE_STATIO_REG); in ppbattach()
|
| D | pci_resource.c | 535 res = pci_conf_read(pc, tag, PCI_BRIDGE_STATIO_REG); in pci_resource_scan_bridge()
|
| D | pcireg.h | 1372 #define PCI_BRIDGE_STATIO_REG 0x1c macro
|
| D | pci_subr.c | 4861 rval = regs[o2i(PCI_BRIDGE_STATIO_REG)]; in pci_conf_print_type1()
|
| /netbsd/src/sys/arch/x86/pci/ |
| D | pci_ranges.c | 319 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/ |
| D | rbus_ppb.c | 378 pci_conf_write(pc, pci_bus_tag[busnum], PCI_BRIDGE_STATIO_REG, in rbus_pci_addr_fixup()
|