Home
last modified time | relevance | path

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

/linux/drivers/hid/bpf/progs/
H A DWALTOP__Batteryless-Tablet.bpf.c212 const unsigned int XMAX = 2047; in scaled_log2() local
227 return ((log2 * XMAX) / YMAX) >> YMAX; in scaled_log2()
/linux/drivers/input/mouse/
H A Dsynaptics.c43 #define XMAX 6143 macro
917 hw->x = XMAX; in synaptics_parse_hw_state()