Searched refs:mcfg_allocation (Results 1 – 1 of 1) sorted by relevance
643 ACPI_MCFG_ALLOCATION mcfg_allocation; in build_mcfg() local653 memset(&mcfg_allocation, 0, sizeof(mcfg_allocation)); in build_mcfg()654 mcfg_allocation.Address = htole64(pci_ecfg_base()); in build_mcfg()655 mcfg_allocation.EndBusNumber = 0xFF; in build_mcfg()656 BASL_EXEC(basl_table_append_bytes(table, &mcfg_allocation, in build_mcfg()657 sizeof(mcfg_allocation))); in build_mcfg()