Home
last modified time | relevance | path

Searched defs:TSC_CUT_RESOLUTION (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/input/
H A Dtsc2005.c31 #define TSC_CUT_RESOLUTION(value, p) ((value) >> (16 - (p ? 12 : 10))) macro
H A Dtsc210x.c42 #define TSC_CUT_RESOLUTION(value, p) ((value) >> (16 - resolution[p])) macro