Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Dhpet.c139 case HPET_Tn_ROUTE(0): in hpet_read64()
140 case HPET_Tn_ROUTE(1): in hpet_read64()
141 case HPET_Tn_ROUTE(2): in hpet_read64()
462 case HPET_Tn_ROUTE(0): in hpet_write()
463 case HPET_Tn_ROUTE(1): in hpet_write()
464 case HPET_Tn_ROUTE(2): in hpet_write()
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dhpet.h19 #define HPET_Tn_ROUTE(n) (0x110 + (n) * 0x20) macro
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dhpet.c268 hpet_write32(msg->data, HPET_Tn_ROUTE(ch->idx)); in hpet_msi_write()
269 hpet_write32(msg->address_lo, HPET_Tn_ROUTE(ch->idx) + 4); in hpet_msi_write()
277 msg->data = hpet_read32(HPET_Tn_ROUTE(ch->idx)); in hpet_msi_read()
278 msg->address_lo = hpet_read32(HPET_Tn_ROUTE(ch->idx) + 4); in hpet_msi_read()
/xen-4.10.0-shim-comet/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 7 milliseconds