Searched refs:UCB_TS_CR_TSPX_LOW (Results 1 – 4 of 4) sorted by relevance
54 #define UCB_TS_CR_TSPX_LOW (1 << 12) macro
194 return (!(val & (UCB_TS_CR_TSPX_LOW))); in ucb1x00_ts_pen_down()196 return (val & (UCB_TS_CR_TSPX_LOW | UCB_TS_CR_TSMX_LOW)); in ucb1x00_ts_pen_down()
74 #define UCB_TS_CR_TSPX_LOW (1 << 12) macro
132 return val & (UCB_TS_CR_TSPX_LOW | UCB_TS_CR_TSMX_LOW); in ucb1400_ts_pen_up()