Searched refs:LCD_SCLK (Results 1 – 2 of 2) sorted by relevance
191 tmp = readl_relaxed(ctrl_regs(path) + LCD_SCLK(path)); in path_enabledisable()196 writel_relaxed(tmp, ctrl_regs(path) + LCD_SCLK(path)); in path_enabledisable()312 tmp = readl_relaxed(ctrl_regs(path) + LCD_SCLK(path)); in path_set_mode()315 writel_relaxed(tmp, ctrl_regs(path) + LCD_SCLK(path)); in path_set_mode()366 tmp = readl_relaxed(ctrl_regs(path) + LCD_SCLK(path)); in path_set_default()369 writel_relaxed(tmp, ctrl_regs(path) + LCD_SCLK(path)); in path_set_default()
164 #define LCD_SCLK(path) ((PATH_PN == path->id) ? LCD_CFG_SCLK_DIV :\ macro