Lines Matching defs:acpi_hpcib_softc
58 struct acpi_hpcib_softc { struct
59 device_t ap_dev;
60 ACPI_HANDLE ap_handle;
61 bus_dma_tag_t ap_dma_tag;
62 int ap_flags;
63 uint32_t ap_osc_ctl;
65 int ap_segment; /* PCI domain */
66 int ap_bus; /* bios-assigned bus number */
67 int ap_addr; /* device/func of PCI-Host bridge */
69 ACPI_BUFFER ap_prt; /* interrupt routing table */
70 struct pcib_host_resources ap_host_res;