Home
last modified time | relevance | path

Searched refs:PCI_RES_BUS (Results 1 – 11 of 11) sorted by relevance

/f-stack/freebsd/x86/x86/
H A Dmptable_pci.c109 #ifdef PCI_RES_BUS in mptable_hostb_alloc_resource()
110 if (type == PCI_RES_BUS) in mptable_hostb_alloc_resource()
150 #ifdef PCI_RES_BUS in mptable_hostb_adjust_resource()
151 if (type == PCI_RES_BUS) in mptable_hostb_adjust_resource()
178 #if defined(NEW_PCIB) && defined(PCI_RES_BUS)
/f-stack/freebsd/x86/pci/
H A Dpci_bus.c600 #if defined(NEW_PCIB) && defined(PCI_RES_BUS) in legacy_pcib_alloc_resource()
601 if (type == PCI_RES_BUS) in legacy_pcib_alloc_resource()
610 #if defined(NEW_PCIB) && defined(PCI_RES_BUS)
616 if (type == PCI_RES_BUS) in legacy_pcib_adjust_resource()
626 if (type == PCI_RES_BUS) in legacy_pcib_release_resource()
645 #if defined(NEW_PCIB) && defined(PCI_RES_BUS)
H A Dqpi.c254 #if defined(NEW_PCIB) && defined(PCI_RES_BUS)
260 if (type == PCI_RES_BUS) in qpi_pcib_alloc_resource()
288 #if defined(NEW_PCIB) && defined(PCI_RES_BUS)
/f-stack/freebsd/amd64/include/
H A Dresource.h44 #define PCI_RES_BUS 5 /* PCI bus numbers */ macro
/f-stack/freebsd/mips/include/
H A Dresource.h46 #define PCI_RES_BUS 5 macro
/f-stack/freebsd/i386/include/
H A Dresource.h44 #define PCI_RES_BUS 5 /* PCI bus numbers */ macro
/f-stack/freebsd/arm/include/
H A Dresource.h46 #define PCI_RES_BUS 6 /* PCI bus numbers */ macro
/f-stack/freebsd/arm64/include/
H A Dresource.h46 #define PCI_RES_BUS 6 /* PCI bus numbers */ macro
/f-stack/freebsd/arm64/cavium/
H A Dthunder_pcie_pem.c319 #if defined(NEW_PCIB) && defined(PCI_RES_BUS) in thunder_pem_adjust_resource()
320 if (type == PCI_RES_BUS) in thunder_pem_adjust_resource()
638 #if defined(NEW_PCIB) && defined(PCI_RES_BUS) in thunder_pem_alloc_resource()
639 if (type == PCI_RES_BUS) in thunder_pem_alloc_resource()
697 #if defined(NEW_PCIB) && defined(PCI_RES_BUS) in thunder_pem_release_resource()
700 if (type == PCI_RES_BUS) in thunder_pem_release_resource()
/f-stack/freebsd/arm/mv/
H A Dmv_pci.c899 #ifdef PCI_RES_BUS in mv_pcib_alloc_resource()
900 case PCI_RES_BUS: in mv_pcib_alloc_resource()
940 #ifdef PCI_RES_BUS in mv_pcib_release_resource()
943 if (type == PCI_RES_BUS) in mv_pcib_release_resource()
/f-stack/freebsd/mips/mediatek/
H A Dmtk_pcie.c421 case PCI_RES_BUS: in mtk_pci_alloc_resource()
459 if (type == PCI_RES_BUS) in mtk_pci_release_resource()
473 case PCI_RES_BUS: in mtk_pci_adjust_resource()