Home
last modified time | relevance | path

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

/xen/xen/include/asm-x86/
A Dhpet.h19 #define HPET_Tn_ROUTE(n) (0x110 + (n) * 0x20) macro
/xen/xen/arch/x86/hvm/
A Dhpet.c137 case HPET_Tn_ROUTE(0): in hpet_read64()
138 case HPET_Tn_ROUTE(1): in hpet_read64()
139 case HPET_Tn_ROUTE(2): in hpet_read64()
532 case HPET_Tn_ROUTE(0): in hpet_write()
533 case HPET_Tn_ROUTE(1): in hpet_write()
534 case HPET_Tn_ROUTE(2): in hpet_write()
/xen/xen/arch/x86/
A Dhpet.c265 hpet_write32(msg->data, HPET_Tn_ROUTE(ch->idx)); in hpet_msi_write()
266 hpet_write32(msg->address_lo, HPET_Tn_ROUTE(ch->idx) + 4); in hpet_msi_write()
274 msg->data = hpet_read32(HPET_Tn_ROUTE(ch->idx)); in hpet_msi_read()
275 msg->address_lo = hpet_read32(HPET_Tn_ROUTE(ch->idx) + 4); in hpet_msi_read()
/xen/tools/tests/vhpet/
A Dmain.c335 l = hpet_readl(HPET_Tn_ROUTE(i)); in _hpet_print_config()
336 h = hpet_readl(HPET_Tn_ROUTE(i) + 4); in _hpet_print_config()

Completed in 12 milliseconds