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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/acpi/
H A Dboot.c696 static struct __initdata resource *hpet_res; variable in typeref:struct:resource
756 hpet_res = alloc_bootmem(sizeof(*hpet_res) + HPET_RESOURCE_NAME_SIZE);
758 hpet_res->name = (void *)&hpet_res[1];
759 hpet_res->flags = IORESOURCE_MEM;
760 snprintf((char *)hpet_res->name, HPET_RESOURCE_NAME_SIZE, "HPET %u",
763 hpet_res->start = hpet_address;
764 hpet_res->end = hpet_address + (1 * 1024) - 1;
775 if (!hpet_res)
[all...]

Completed in 117 milliseconds