Home
last modified time | relevance | path

Searched refs:hpet_address (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dquirks.c102 if (hpet_address || force_hpet_address) in ich_force_enable_hpet()
213 if (hpet_address || force_hpet_address) in old_ich_force_enable_hpet()
304 if (hpet_address || force_hpet_address) in vt8237_force_enable_hpet()
383 if (hpet_address || force_hpet_address) in ati_force_enable_hpet()
435 if (hpet_address || force_hpet_address) in nvidia_force_enable_hpet()
507 if (hpet_address || force_hpet_address) in e6xx_force_enable_hpet()
H A Dhpet.c50 unsigned long hpet_address; variable
88 hpet_virt_address = ioremap(hpet_address, HPET_MMAP_SIZE); in hpet_set_mapping()
128 return !boot_hpet_disable && hpet_address; in is_hpet_capable()
193 hd.hd_phys_address = hpet_address; in hpet_reserve_platform_timers()
1000 hpet_address = 0; in hpet_enable()
1022 if (!hpet_address) { in hpet_late_init()
1026 hpet_address = force_hpet_address; in hpet_late_init()
H A Ddevicetree.c132 hpet_address = r.start; in dtb_setup_hpet()
/OK3568_Linux_fs/kernel/arch/x86/kernel/acpi/
H A Dboot.c878 hpet_address = hpet_tbl->address.address; in acpi_parse_hpet()
885 if (!hpet_address) { in acpi_parse_hpet()
888 hpet_tbl->id, hpet_address); in acpi_parse_hpet()
897 if (hpet_address == 0xfed0000000000000UL) { in acpi_parse_hpet()
903 hpet_address = 0; in acpi_parse_hpet()
909 hpet_address >>= 32; in acpi_parse_hpet()
913 hpet_tbl->id, hpet_address); in acpi_parse_hpet()
931 hpet_res->start = hpet_address; in acpi_parse_hpet()
932 hpet_res->end = hpet_address + (1 * 1024) - 1; in acpi_parse_hpet()
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/arch-ivybridge/
H A Dpei_data.h36 uint32_t hpet_address; member
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dhpet.h65 extern unsigned long hpet_address;
/OK3568_Linux_fs/u-boot/arch/x86/cpu/ivybridge/
H A Dsdram.c412 .hpet_address = CONFIG_HPET_ADDRESS, in dram_init()
/OK3568_Linux_fs/kernel/arch/x86/pci/
H A Dfixup.c531 if (r->flags & IORESOURCE_MEM && r->start == hpet_address) { in sb600_hpet_quirk()