Home
last modified time | relevance | path

Searched refs:PCI_FLAGS_IO_OKAY (Results 1 – 13 of 13) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/amd64/amd64/
H A Dmainbus.c247 PCI_FLAGS_IO_OKAY | PCI_FLAGS_MEM_OKAY | in mainbus_attach()
275 PCI_FLAGS_IO_OKAY | PCI_FLAGS_MEM_OKAY | in mainbus_attach()
/dports/misc/rump/buildrump.sh-b914579/src/sys/rump/dev/lib/libpci/
H A Dpci_at_mainbus.c91 pba.pba_flags |= PCI_FLAGS_IO_OKAY; in RUMP_COMPONENT()
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/i386/i386/
H A Dmainbus.c344 PCI_FLAGS_IO_OKAY | PCI_FLAGS_MEM_OKAY | in mainbus_rescan()
405 PCI_FLAGS_IO_OKAY | PCI_FLAGS_MEM_OKAY | in mainbus_rescan()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/ic/
H A Dcpc700.c177 aa.pba.pba_flags = PCI_FLAGS_MEM_OKAY | PCI_FLAGS_IO_OKAY; in cpc_attach()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/marvell/
H A Dgtpci.c484 pba.pba_flags |= PCI_FLAGS_IO_OKAY; in gtpci_pci_config()
493 pba.pba_flags = PCI_FLAGS_IO_OKAY | PCI_FLAGS_MEM_OKAY; in gtpci_pci_config()
H A Dmvpex.c441 pba.pba_flags = PCI_FLAGS_IO_OKAY | PCI_FLAGS_MEM_OKAY; in mvpex_pci_config()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/
H A Dpcivar.h185 #define PCI_FLAGS_IO_OKAY 0x01 /* I/O space is okay */ macro
H A Dif_ne_pci.c297 pa.pa_flags = PCI_FLAGS_IO_OKAY; in ne_pci_ipkdb_attach()
H A Dpci_map.c293 if ((pa->pa_flags & PCI_FLAGS_IO_OKAY) == 0) in pci_mapreg_submap()
H A Dpci.c151 io_enabled = (pba->pba_flags & PCI_FLAGS_IO_OKAY); in pciattach()
250 pa->pa_flags & PCI_FLAGS_IO_OKAY ? "on" : "off", in pciprint()
H A Dpciide_common.c273 if ((pa->pa_flags & PCI_FLAGS_IO_OKAY) == 0) { in pciide_chipen()
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/sparc/sparc/
H A Dmsiiep.c361 pba.pba_flags = PCI_FLAGS_IO_OKAY | PCI_FLAGS_MEM_OKAY; in mspcic_attach()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/cardbus/
H A Drbus_ppb.c697 pba.pba_flags = PCI_FLAGS_IO_OKAY|PCI_FLAGS_MEM_OKAY; in ppb_cardbus_attach()