Lines Matching refs:rpi_touchscreen_write
234 static int rpi_touchscreen_write(struct rpi_touchscreen *ts, u16 reg, u32 val) in rpi_touchscreen_write() function
279 rpi_touchscreen_write(ts, DSI_LANEENABLE, in rpi_touchscreen_prepare()
282 rpi_touchscreen_write(ts, PPI_D0S_CLRSIPOCOUNT, 0x05); in rpi_touchscreen_prepare()
283 rpi_touchscreen_write(ts, PPI_D1S_CLRSIPOCOUNT, 0x05); in rpi_touchscreen_prepare()
284 rpi_touchscreen_write(ts, PPI_D0S_ATMR, 0x00); in rpi_touchscreen_prepare()
285 rpi_touchscreen_write(ts, PPI_D1S_ATMR, 0x00); in rpi_touchscreen_prepare()
286 rpi_touchscreen_write(ts, PPI_LPTXTIMECNT, 0x03); in rpi_touchscreen_prepare()
288 rpi_touchscreen_write(ts, SPICMR, 0x00); in rpi_touchscreen_prepare()
289 rpi_touchscreen_write(ts, LCDCTRL, 0x00100150); in rpi_touchscreen_prepare()
290 rpi_touchscreen_write(ts, SYSCTRL, 0x040f); in rpi_touchscreen_prepare()
293 rpi_touchscreen_write(ts, PPI_STARTPPI, 0x01); in rpi_touchscreen_prepare()
294 rpi_touchscreen_write(ts, DSI_STARTDSI, 0x01); in rpi_touchscreen_prepare()