Searched refs:REG_STEPCONFIG (Results 1 – 2 of 2) sorted by relevance
155 titsc_writel(ts_dev, REG_STEPCONFIG(i), config); in titsc_step_config()180 titsc_writel(ts_dev, REG_STEPCONFIG(i), config); in titsc_step_config()196 titsc_writel(ts_dev, REG_STEPCONFIG(end_step), config); in titsc_step_config()205 titsc_writel(ts_dev, REG_STEPCONFIG(end_step), config); in titsc_step_config()
29 #define REG_STEPCONFIG(n) (0x64 + ((n) * 8)) macro