Home
last modified time | relevance | path

Searched refs:mcfg (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/arch/x86/pci/
Dmmconfig-shared.c514 static int __init acpi_mcfg_check_entry(struct acpi_table_mcfg *mcfg, in acpi_mcfg_check_entry() argument
522 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() local
547 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()
/linux-2.6.39/drivers/char/
Dhpet.c821 u64 cap, mcfg; in hpet_alloc() local
902 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()