Searched refs:mcfg (Results 1 – 2 of 2) sorted by relevance
514 static int __init acpi_mcfg_check_entry(struct acpi_table_mcfg *mcfg, in acpi_mcfg_check_entry() argument522 if (!strcmp(mcfg->header.oem_id, "SGI")) in acpi_mcfg_check_entry()525 if (mcfg->header.revision >= 1) { in acpi_mcfg_check_entry()539 struct acpi_table_mcfg *mcfg; in pci_parse_mcfg() local547 mcfg = (struct acpi_table_mcfg *)header; in pci_parse_mcfg()562 cfg_table = (struct acpi_mcfg_allocation *) &mcfg[1]; in pci_parse_mcfg()565 if (acpi_mcfg_check_entry(mcfg, cfg)) { in pci_parse_mcfg()
821 u64 cap, mcfg; in hpet_alloc() local902 mcfg = readq(&hpet->hpet_config); in hpet_alloc()903 if ((mcfg & HPET_ENABLE_CNF_MASK) == 0) { in hpet_alloc()905 mcfg |= HPET_ENABLE_CNF_MASK; in hpet_alloc()906 writeq(mcfg, &hpet->hpet_config); in hpet_alloc()