Searched refs:HPET_Tn_ROUTE (Results 1 – 3 of 3) sorted by relevance
17 #define HPET_Tn_ROUTE(n) (0x110 + 0x20 * n) macro
164 l = hpet_readl(HPET_Tn_ROUTE(i)); in _hpet_print_config()165 h = hpet_readl(HPET_Tn_ROUTE(i)+4); in _hpet_print_config()468 hpet_writel(msg->data, HPET_Tn_ROUTE(hdev->num)); in hpet_msi_write()469 hpet_writel(msg->address_lo, HPET_Tn_ROUTE(hdev->num) + 4); in hpet_msi_write()474 msg->data = hpet_readl(HPET_Tn_ROUTE(hdev->num)); in hpet_msi_read()475 msg->address_lo = hpet_readl(HPET_Tn_ROUTE(hdev->num) + 4); in hpet_msi_read()
19 #define HPET_Tn_ROUTE(n) (0x110 + 0x20 * n) macro