Home
last modified time | relevance | path

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

/drivers/input/touchscreen/
Draspberrypi-ts.c52 u8 yh; member
86 y = (((int)regs.point[i].yh & 0xf) << 8) + regs.point[i].yl; in rpi_ts_poll()
87 touchid = (regs.point[i].yh >> 4) & 0xf; in rpi_ts_poll()