Searched refs:PCI_RES_BUS (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-13-stable/sys/i386/include/
H A Dresource.h44 #define PCI_RES_BUS 5 /* PCI bus numbers */ macro
/freebsd-13-stable/sys/mips/include/
H A Dresource.h46 #define PCI_RES_BUS 5 macro
/freebsd-13-stable/sys/amd64/include/
H A Dresource.h44 #define PCI_RES_BUS 5 /* PCI bus numbers */ macro
/freebsd-13-stable/sys/powerpc/include/
H A Dresource.h43 #define PCI_RES_BUS 5 /* PCI bus numbers */ macro
/freebsd-13-stable/sys/riscv/include/
H A Dresource.h46 #define PCI_RES_BUS 6 /* PCI bus numbers */ macro
/freebsd-13-stable/sys/arm/include/
H A Dresource.h46 #define PCI_RES_BUS 6 /* PCI bus numbers */ macro
/freebsd-13-stable/sys/arm64/include/
H A Dresource.h46 #define PCI_RES_BUS 6 /* PCI bus numbers */ macro
/freebsd-13-stable/sys/dev/cardbus/
H A Dcardbusvar.h73 #ifdef PCI_RES_BUS
H A Dcardbus.c99 #ifdef PCI_RES_BUS
105 #ifdef PCI_RES_BUS
107 sc->sc_bus = bus_alloc_resource(cbdev, PCI_RES_BUS, &rid,
122 #ifdef PCI_RES_BUS
127 #ifdef PCI_RES_BUS
130 (void)bus_release_resource(cbdev, PCI_RES_BUS, 0, sc->sc_bus);
/freebsd-13-stable/sys/x86/x86/
H A Dmptable_pci.c109 #ifdef PCI_RES_BUS
110 if (type == PCI_RES_BUS)
150 #ifdef PCI_RES_BUS
151 if (type == PCI_RES_BUS)
178 #if defined(NEW_PCIB) && defined(PCI_RES_BUS)
/freebsd-13-stable/sys/dev/acpica/
H A Dacpi_pcib_acpi.c104 #ifdef PCI_RES_BUS
131 #if defined(NEW_PCIB) && defined(PCI_RES_BUS)
254 #ifdef PCI_RES_BUS
256 type = PCI_RES_BUS;
294 #if defined(NEW_PCIB) && defined(PCI_RES_BUS)
300 rle = resource_list_find(&sc->ap_host_res.hr_rl, PCI_RES_BUS, 0);
371 #if defined(NEW_PCIB) && defined(PCI_RES_BUS)
490 #if defined(NEW_PCIB) && defined(PCI_RES_BUS)
571 #if defined(NEW_PCIB) && defined(PCI_RES_BUS)
704 #ifdef PCI_RES_BUS
[all...]
/freebsd-13-stable/sys/x86/pci/
H A Dqpi.c254 #if defined(NEW_PCIB) && defined(PCI_RES_BUS)
260 if (type == PCI_RES_BUS)
288 #if defined(NEW_PCIB) && defined(PCI_RES_BUS)
H A Dpci_bus.c600 #if defined(NEW_PCIB) && defined(PCI_RES_BUS)
601 if (type == PCI_RES_BUS)
610 #if defined(NEW_PCIB) && defined(PCI_RES_BUS)
616 if (type == PCI_RES_BUS)
626 if (type == PCI_RES_BUS)
645 #if defined(NEW_PCIB) && defined(PCI_RES_BUS)
/freebsd-13-stable/sys/dev/pccbb/
H A Dpccbb_pci.c282 #if !(defined(NEW_PCIB) && defined(PCI_RES_BUS))
299 #if defined(NEW_PCIB) && defined(PCI_RES_BUS)
357 #if !(defined(NEW_PCIB) && defined(PCI_RES_BUS))
435 #if defined(NEW_PCIB) && defined(PCI_RES_BUS)
441 #if defined(NEW_PCIB) && defined(PCI_RES_BUS)
793 #if defined(NEW_PCIB) && defined(PCI_RES_BUS)
801 if (type == PCI_RES_BUS)
815 if (type == PCI_RES_BUS) {
831 if (type == PCI_RES_BUS) {
938 #if defined(NEW_PCIB) && defined(PCI_RES_BUS)
[all...]
/freebsd-13-stable/sys/dev/ofw/
H A Dofwpci.c416 #if defined(NEW_PCIB) && defined(PCI_RES_BUS)
417 if (type == PCI_RES_BUS) {
461 #if defined(NEW_PCIB) && defined(PCI_RES_BUS)
462 if (type == PCI_RES_BUS)
622 #if defined(NEW_PCIB) && defined(PCI_RES_BUS)
623 if (type == PCI_RES_BUS)
/freebsd-13-stable/sys/dev/pci/
H A Dpci_host_generic.c311 #if defined(NEW_PCIB) && defined(PCI_RES_BUS)
312 if (type == PCI_RES_BUS) {
394 #if defined(NEW_PCIB) && defined(PCI_RES_BUS)
395 if (type == PCI_RES_BUS) {
500 #if defined(NEW_PCIB) && defined(PCI_RES_BUS)
501 if (type == PCI_RES_BUS)
H A Dpcib_private.h94 #if defined(NEW_PCIB) && defined(PCI_RES_BUS)
157 #if defined(NEW_PCIB) && defined(PCI_RES_BUS)
H A Dpci_host_generic_fdt.c292 #if defined(NEW_PCIB) && defined(PCI_RES_BUS)
293 if (type == PCI_RES_BUS) {
318 #if defined(NEW_PCIB) && defined(PCI_RES_BUS)
319 if (type == PCI_RES_BUS) {
H A Dpci_pci.c160 #ifdef PCI_RES_BUS
161 case PCI_RES_BUS:
596 #ifdef PCI_RES_BUS
639 bus->res = bus_alloc_resource_anywhere(dev, PCI_RES_BUS, &rid,
646 bus->res = bus_alloc_resource_anywhere(dev, PCI_RES_BUS, &rid,
653 (void)bus_adjust_resource(dev, PCI_RES_BUS, bus->res,
682 error = bus_free_resource(dev, PCI_RES_BUS, bus->res);
721 error = bus_adjust_resource(bus->dev, PCI_RES_BUS, bus->res,
1532 #if !(defined(NEW_PCIB) && defined(PCI_RES_BUS))
1564 #if !(defined(NEW_PCIB) && defined(PCI_RES_BUS))
[all...]
H A Dpci_private.h45 #ifdef PCI_RES_BUS
H A Dpci_subr.c289 #ifdef PCI_RES_BUS
384 #endif /* PCI_RES_BUS */
/freebsd-13-stable/sys/dev/vmd/
H A Dvmd.c409 bus->res = bus_alloc_resource_anywhere(dev, PCI_RES_BUS, &rid,
416 bus->res = bus_alloc_resource_anywhere(dev, PCI_RES_BUS, &rid,
423 (void)bus_adjust_resource(dev, PCI_RES_BUS, bus->res,
531 if (type == PCI_RES_BUS) {
547 if (type == PCI_RES_BUS)
557 if (type == PCI_RES_BUS)
/freebsd-13-stable/sys/arm64/cavium/
H A Dthunder_pcie_pem.c319 #if defined(NEW_PCIB) && defined(PCI_RES_BUS)
320 if (type == PCI_RES_BUS)
638 #if defined(NEW_PCIB) && defined(PCI_RES_BUS)
639 if (type == PCI_RES_BUS)
697 #if defined(NEW_PCIB) && defined(PCI_RES_BUS)
700 if (type == PCI_RES_BUS)
/freebsd-13-stable/sys/arm/mv/
H A Dmv_pci.c899 #ifdef PCI_RES_BUS
900 case PCI_RES_BUS:
940 #ifdef PCI_RES_BUS
943 if (type == PCI_RES_BUS)
/freebsd-13-stable/sys/mips/mediatek/
H A Dmtk_pcie.c421 case PCI_RES_BUS:
459 if (type == PCI_RES_BUS)
473 case PCI_RES_BUS:

Completed in 237 milliseconds

12