Searched refs:ap_bus (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/sys/arch/arm/acpi/
H A Dacpi_pci_machdep.h41 int ap_bus; member in struct:acpi_pci_context
H A Dacpi_pci_smccc.c57 if (b < ap->ap_bus || b > ap->ap_maxbus) {
82 if (b < ap->ap_bus || b > ap->ap_maxbus) {
123 ap->ap_bus = bus_start;
H A Dacpi_pci_graviton.c62 if (ap->ap_bus == b) {
82 if (ap->ap_bus == b) {
H A Dacpi_pci_layerscape_gen4.c141 if (b <= ap->ap_bus + 1 && d > 0)
144 if (b != ap->ap_bus)
169 if (b == ap->ap_bus) {
198 if (b == ap->ap_bus) {
H A Dacpi_pci_n1sdp.c106 if (ap->ap_bus == b) {
131 if (ap->ap_bus == b) {
H A Dacpi_pci_machdep.c635 pct->pct_ap.ap_bus = bbn;
/netbsd-current/sys/dev/acpi/
H A Dacpi_pci.c233 ap->ap_bus = ap->ap_downbus;
266 ap->ap_bus = ad->ad_parent->ad_pciinfo->ap_downbus;
293 ap->ap_segment, ap->ap_bus, ap->ap_device,
379 ad->ad_pciinfo->ap_bus == bus &&
427 ad->ad_pciinfo->ap_bus == bus)
469 if (pci->sc_bus == ap->ap_bus &&
H A Dacpivar.h74 * ap_bus <= 255
82 * ap_bus, ap_device, ap_function valid for PCI devices
93 uint16_t ap_bus; /* PCI bus */ member in struct:acpi_pci_info
H A Dacpi_verbose.c527 ad->ad_pciinfo->ap_bus,
H A Dacpi_display.c485 KASSERT(ap->ap_bus < 256);
494 tag = pci_make_tag(aa->aa_pc, ap->ap_bus,

Completed in 199 milliseconds