Lines Matching +full:3 +full:wire
76 static int delay = 3;
81 * Set five_wire = 1 to use a 5 wire touchscreen.
83 * NOTE: Five wire mode does not allow for readback of pressure.
87 MODULE_PARM_DESC(five_wire, "Set to '1' to use 5-wire touchscreen.");
100 * 3 = Edge triggered, edge on pin starts conversion after delay param
141 * The delay is 3 AC97 link frames + the touchpanel settling delay
145 udelay(3 * AC97_LINK_FRAME + delay_table[d]); in poll_delay()
164 /* WM9712 five wire */ in wm9712_phy_init()
167 dev_dbg(wm->dev, "setting 5-wire touchscreen mode.\n"); in wm9712_phy_init()
171 "supported in 5-wire mode\n"); in wm9712_phy_init()
268 /* wait 3 AC97 time slots + delay for conversion */ in wm9712_poll_sample()
332 /* wait 3 AC97 time slots + delay for conversion and read x */ in wm9712_poll_coord()