Home
last modified time | relevance | path

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

/bsp/raspberry-pi/raspi4-64/drivers/
A Ddrv_dsi_touch.c88 static volatile unsigned long touchbuf; in dsi_touch_thread_entry() local
89 touchbuf = bcm271x_mbox_get_touch(); in dsi_touch_thread_entry()
91 if (touchbuf == RT_NULL) in dsi_touch_thread_entry()
98 if (rt_hv_stage2_map((unsigned long)touchbuf, 0x1000)) in dsi_touch_thread_entry()
105 touchbuf = (unsigned long)rt_ioremap((void *)touchbuf, 0x1000); in dsi_touch_thread_entry()
109 struct touch_regs *regs = (struct touch_regs *)touchbuf; in dsi_touch_thread_entry()
/bsp/raspberry-pi/raspi4-32/driver/touch/
A Ddrv_dsi_touch.c52 static volatile uint32_t touchbuf; in dsi_touch_thread_entry() local
53 touchbuf = bcm271x_mbox_get_touch(); //0x0f436000 in dsi_touch_thread_entry()
55 if(touchbuf == RT_NULL) in dsi_touch_thread_entry()
63 struct touch_regs *regs = (struct touch_regs *)touchbuf; in dsi_touch_thread_entry()

Completed in 7 milliseconds