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

/freebsd-11-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_ft5406.c203 uint32_t touchbuf; local
220 device_printf(sc->sc_dev, "failed to get touchbuf address\n");
229 touchbuf = VCBUS_TO_PHYS(msg.body.resp.address);
230 sc->touch_buf = (uint8_t*)pmap_mapdev(touchbuf, FT5406_WINDOW_SIZE);

Completed in 87 milliseconds