Searched refs:UCB_TS_CR_TSPX_LOW (Results 1 – 4 of 4) sorted by relevance
57 #define UCB_TS_CR_TSPX_LOW (1 << 12) macro
197 return (!(val & (UCB_TS_CR_TSPX_LOW))); in ucb1x00_ts_pen_down()199 return (val & (UCB_TS_CR_TSPX_LOW | UCB_TS_CR_TSMX_LOW)); in ucb1x00_ts_pen_down()
77 #define UCB_TS_CR_TSPX_LOW (1 << 12) macro
135 return val & (UCB_TS_CR_TSPX_LOW | UCB_TS_CR_TSMX_LOW); in ucb1400_ts_pen_up()