Lines Matching refs:titsc_writel

67 static void titsc_writel(struct titsc *tsc, unsigned int reg,  in titsc_writel()  function
155 titsc_writel(ts_dev, REG_STEPCONFIG(i), config); in titsc_step_config()
156 titsc_writel(ts_dev, REG_STEPDELAY(i), in titsc_step_config()
181 titsc_writel(ts_dev, REG_STEPCONFIG(i), config); in titsc_step_config()
182 titsc_writel(ts_dev, REG_STEPDELAY(i), in titsc_step_config()
189 titsc_writel(ts_dev, REG_CHARGECONFIG, config); in titsc_step_config()
190 titsc_writel(ts_dev, REG_CHARGEDELAY, ts_dev->charge_delay); in titsc_step_config()
197 titsc_writel(ts_dev, REG_STEPCONFIG(end_step), config); in titsc_step_config()
198 titsc_writel(ts_dev, REG_STEPDELAY(end_step), in titsc_step_config()
206 titsc_writel(ts_dev, REG_STEPCONFIG(end_step), config); in titsc_step_config()
207 titsc_writel(ts_dev, REG_STEPDELAY(end_step), in titsc_step_config()
339 titsc_writel(ts_dev, REG_IRQSTATUS, irqclr); in titsc_irq()
454 titsc_writel(ts_dev, REG_IRQSTATUS, TSC_IRQENB_MASK); in titsc_probe()
455 titsc_writel(ts_dev, REG_IRQENABLE, IRQENB_FIFO0THRES); in titsc_probe()
456 titsc_writel(ts_dev, REG_IRQENABLE, IRQENB_EOS); in titsc_probe()
463 titsc_writel(ts_dev, REG_FIFO0THR, in titsc_probe()
520 titsc_writel(ts_dev, REG_IRQSTATUS, TSC_IRQENB_MASK); in titsc_suspend()
522 titsc_writel(ts_dev, REG_IRQENABLE, in titsc_suspend()
524 titsc_writel(ts_dev, REG_IRQWAKEUP, IRQWKUP_ENB); in titsc_suspend()
534 titsc_writel(ts_dev, REG_IRQWAKEUP, in titsc_resume()
536 titsc_writel(ts_dev, REG_IRQCLR, IRQENB_HW_PEN); in titsc_resume()
540 titsc_writel(ts_dev, REG_FIFO0THR, in titsc_resume()