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

/freebsd-10.3-release/sys/i386/include/
H A Dresource.h44 #define PCI_RES_BUS 5 /* PCI bus numbers */ macro
/freebsd-10.3-release/sys/amd64/include/
H A Dresource.h44 #define PCI_RES_BUS 5 /* PCI bus numbers */ macro
/freebsd-10.3-release/sys/dev/cardbus/
H A Dcardbusvar.h72 #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,
120 #ifdef PCI_RES_BUS
125 #ifdef PCI_RES_BUS
127 (void)bus_release_resource(cbdev, PCI_RES_BUS, 0, sc->sc_bus);
/freebsd-10.3-release/sys/dev/acpica/
H A Dacpi_pcib_acpi.c100 #ifdef PCI_RES_BUS
124 #if defined(NEW_PCIB) && defined(PCI_RES_BUS)
244 #ifdef PCI_RES_BUS
246 type = PCI_RES_BUS;
284 #if defined(NEW_PCIB) && defined(PCI_RES_BUS)
290 rle = resource_list_find(&sc->ap_host_res.hr_rl, PCI_RES_BUS, 0);
305 #if defined(NEW_PCIB) && defined(PCI_RES_BUS)
421 #if defined(NEW_PCIB) && defined(PCI_RES_BUS)
600 #ifdef PCI_RES_BUS
601 if (type == PCI_RES_BUS)
[all...]
/freebsd-10.3-release/sys/x86/x86/
H A Dmptable_pci.c108 #ifdef PCI_RES_BUS
109 if (type == PCI_RES_BUS)
149 #ifdef PCI_RES_BUS
150 if (type == PCI_RES_BUS)
177 #if defined(NEW_PCIB) && defined(PCI_RES_BUS)
/freebsd-10.3-release/sys/x86/pci/
H A Dqpi.c241 #if defined(NEW_PCIB) && defined(PCI_RES_BUS)
247 if (type == PCI_RES_BUS)
275 #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-10.3-release/sys/dev/pccbb/
H A Dpccbb_pci.c307 #if !(defined(NEW_PCIB) && defined(PCI_RES_BUS))
327 #if defined(NEW_PCIB) && defined(PCI_RES_BUS)
376 #if !(defined(NEW_PCIB) && defined(PCI_RES_BUS))
797 #if defined(NEW_PCIB) && defined(PCI_RES_BUS)
805 if (type == PCI_RES_BUS)
819 if (type == PCI_RES_BUS) {
835 if (type == PCI_RES_BUS) {
947 #if defined(NEW_PCIB) && defined(PCI_RES_BUS)
/freebsd-10.3-release/sys/dev/pci/
H A Dpcib_private.h89 #if defined(NEW_PCIB) && defined(PCI_RES_BUS)
136 #if defined(NEW_PCIB) && defined(PCI_RES_BUS)
H A Dpci_pci.c133 #ifdef PCI_RES_BUS
134 case PCI_RES_BUS:
541 #ifdef PCI_RES_BUS
580 bus->res = bus_alloc_resource(dev, PCI_RES_BUS, &rid, 0ul, ~0ul,
587 bus->res = bus_alloc_resource(dev, PCI_RES_BUS, &rid, 0ul, ~0ul,
594 (void)bus_adjust_resource(dev, PCI_RES_BUS, bus->res,
644 error = bus_adjust_resource(bus->dev, PCI_RES_BUS, bus->res,
949 #if !(defined(NEW_PCIB) && defined(PCI_RES_BUS))
975 #if !(defined(NEW_PCIB) && defined(PCI_RES_BUS))
1023 #ifdef PCI_RES_BUS
[all...]
H A Dpci.c96 #ifdef PCI_RES_BUS
129 #ifdef PCI_RES_BUS
373 #if defined(NEW_PCIB) && defined(PCI_RES_BUS)
3321 #if defined(NEW_PCIB) && defined(PCI_RES_BUS)
3398 resource_list_add(rl, PCI_RES_BUS, 0, 0ul, ~0ul, count);
3410 res = resource_list_reserve(rl, bus, dev, PCI_RES_BUS, &rid,
3456 if (resource_list_find(rl, PCI_RES_BUS, *rid) == NULL)
3457 resource_list_add(rl, PCI_RES_BUS, *rid, start, end, count);
3458 if (!resource_list_reserved(rl, PCI_RES_BUS, *rid)) {
3459 res = resource_list_reserve(rl, dev, child, PCI_RES_BUS, ri
[all...]
H A Dpci_private.h43 #ifdef PCI_RES_BUS
H A Dpci_subr.c287 #ifdef PCI_RES_BUS
382 #endif /* PCI_RES_BUS */

Completed in 84 milliseconds