Searched refs:rpi_touchscreen_write (Results 1 – 1 of 1) sorted by relevance
| /Linux-v4.19/drivers/gpu/drm/panel/ |
| D | panel-raspberrypi-touchscreen.c | 239 static int rpi_touchscreen_write(struct rpi_touchscreen *ts, u16 reg, u32 val) in rpi_touchscreen_write() function 284 rpi_touchscreen_write(ts, DSI_LANEENABLE, in rpi_touchscreen_enable() 287 rpi_touchscreen_write(ts, PPI_D0S_CLRSIPOCOUNT, 0x05); in rpi_touchscreen_enable() 288 rpi_touchscreen_write(ts, PPI_D1S_CLRSIPOCOUNT, 0x05); in rpi_touchscreen_enable() 289 rpi_touchscreen_write(ts, PPI_D0S_ATMR, 0x00); in rpi_touchscreen_enable() 290 rpi_touchscreen_write(ts, PPI_D1S_ATMR, 0x00); in rpi_touchscreen_enable() 291 rpi_touchscreen_write(ts, PPI_LPTXTIMECNT, 0x03); in rpi_touchscreen_enable() 293 rpi_touchscreen_write(ts, SPICMR, 0x00); in rpi_touchscreen_enable() 294 rpi_touchscreen_write(ts, LCDCTRL, 0x00100150); in rpi_touchscreen_enable() 295 rpi_touchscreen_write(ts, SYSCTRL, 0x040f); in rpi_touchscreen_enable() [all …]
|