Searched refs:raw_coordinate (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/input/touchscreen/
H A Dbcm_iproc_tsc.c193 u32 raw_coordinate; iproc_touchscreen_interrupt() local
224 raw_coordinate = readl(priv->regs + FIFO_DATA); iproc_touchscreen_interrupt()
225 if (raw_coordinate == INVALID_COORD) iproc_touchscreen_interrupt()
233 x = (raw_coordinate >> X_COORD_SHIFT) & iproc_touchscreen_interrupt()
235 y = (raw_coordinate >> Y_COORD_SHIFT) & iproc_touchscreen_interrupt()

Completed in 44 milliseconds