Searched refs:mcfg (Results 1 - 5 of 5) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/pci/
H A Dmmconfig-shared.c516 static int __init acpi_mcfg_check_entry(struct acpi_table_mcfg *mcfg, argument
524 if (!strcmp(mcfg->header.oem_id, "SGI"))
527 if (mcfg->header.revision >= 1) {
541 struct acpi_table_mcfg *mcfg; local
549 mcfg = (struct acpi_table_mcfg *)header;
564 cfg_table = (struct acpi_mcfg_allocation *) &mcfg[1];
567 if (acpi_mcfg_check_entry(mcfg, cfg)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/pci/
H A Dmmconfig-shared.c516 static int __init acpi_mcfg_check_entry(struct acpi_table_mcfg *mcfg, argument
524 if (!strcmp(mcfg->header.oem_id, "SGI"))
527 if (mcfg->header.revision >= 1) {
541 struct acpi_table_mcfg *mcfg; local
549 mcfg = (struct acpi_table_mcfg *)header;
564 cfg_table = (struct acpi_mcfg_allocation *) &mcfg[1];
567 if (acpi_mcfg_check_entry(mcfg, cfg)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/char/
H A Dhpet.c792 u64 cap, mcfg; local
873 mcfg = readq(&hpet->hpet_config);
874 if ((mcfg & HPET_ENABLE_CNF_MASK) == 0) {
876 mcfg |= HPET_ENABLE_CNF_MASK;
877 writeq(mcfg, &hpet->hpet_config);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/char/
H A Dhpet.c792 u64 cap, mcfg; local
873 mcfg = readq(&hpet->hpet_config);
874 if ((mcfg & HPET_ENABLE_CNF_MASK) == 0) {
876 mcfg |= HPET_ENABLE_CNF_MASK;
877 writeq(mcfg, &hpet->hpet_config);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/dev/
H A Ddev_bcm5700.c1491 uint32_t mhc, mcr, mcfg; local
1517 mcfg = READCSR(sc, R_MISC_CFG);
1518 mcfg |= M_MCFG_CORERESET;
1519 WRITECSR(sc, R_MISC_CFG, mcfg);
1538 mcfg = READCSR(sc, R_MISC_CFG);
1539 if ((mcfg & M_MCFG_CORERESET) != 0) {
1665 uint32_t dmac, mcr, mcfg; local
1727 mcfg = READCSR(sc, R_MISC_CFG);
1728 mcfg &= ~M_MCFG_PRESCALER;
1729 mcfg |
[all...]

Completed in 71 milliseconds