Searched refs:UCB_TS_CR_TSPX_LOW (Results 1 – 2 of 2) sorted by relevance
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()
75 #define UCB_TS_CR_TSPX_LOW (1 << 12) macro