Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/panel/
Dpanel-raspberrypi-touchscreen.c234 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()
[all …]