Searched refs:touchbuf (Results 1 – 2 of 2) sorted by relevance
88 static volatile unsigned long touchbuf; in dsi_touch_thread_entry() local89 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()
52 static volatile uint32_t touchbuf; in dsi_touch_thread_entry() local53 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