Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/kernel/
Dhpet.c159 l = hpet_readl(HPET_Tn_ROUTE(i)); in _hpet_print_config()
160 h = hpet_readl(HPET_Tn_ROUTE(i)+4); in _hpet_print_config()
451 hpet_writel(msg->data, HPET_Tn_ROUTE(hdev->num)); in hpet_msi_write()
452 hpet_writel(msg->address_lo, HPET_Tn_ROUTE(hdev->num) + 4); in hpet_msi_write()
457 msg->data = hpet_readl(HPET_Tn_ROUTE(hdev->num)); in hpet_msi_read()
458 msg->address_lo = hpet_readl(HPET_Tn_ROUTE(hdev->num) + 4); in hpet_msi_read()
/linux-3.4.99/arch/x86/include/asm/
Dhpet.h18 #define HPET_Tn_ROUTE(n) (0x110 + 0x20 * n) macro