Searched refs:ucb1x00_reg_read (Results 1 – 3 of 3) sorted by relevance
104 return ucb1x00_reg_read(ucb, UCB_IO_DATA); in ucb1x00_io_read() 133 val = ucb1x00_reg_read(ucb, UCB_IO_DATA); in ucb1x00_gpio_get() 251 val = ucb1x00_reg_read(ucb, UCB_ADC_DATA); in ucb1x00_adc_read() 291 isr = ucb1x00_reg_read(ucb, UCB_IE_STATUS); in ucb1x00_irq() 467 while ((ucb1x00_reg_read(ucb, UCB_ADC_DATA) & UCB_ADC_DAT_VAL) == 0); in ucb1x00_detect_irq()
191 unsigned int val = ucb1x00_reg_read(ts->ucb, UCB_TS_CR); in ucb1x00_ts_pen_down()
216 * ucb1x00_reg_read - read a UCB1x00 register223 static inline unsigned int ucb1x00_reg_read(struct ucb1x00 *ucb, unsigned int reg) in ucb1x00_reg_read() function