Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/timer/
H A Dhpet.h55 #define HPET_TN_INT_ROUTE_MASK 0x3e00 macro
/openbmc/qemu/hw/timer/
H A Dhpet.c96 return (timer->config & HPET_TN_INT_ROUTE_MASK) >> HPET_TN_INT_ROUTE_SHIFT; in timer_int_route()