Searched refs:LCD_SCLK (Results 1 – 2 of 2) sorted by relevance
185 tmp = readl_relaxed(ctrl_regs(path) + LCD_SCLK(path)); in path_enabledisable()190 writel_relaxed(tmp, ctrl_regs(path) + LCD_SCLK(path)); in path_enabledisable()308 tmp = readl_relaxed(ctrl_regs(path) + LCD_SCLK(path)); in path_set_mode()311 writel_relaxed(tmp, ctrl_regs(path) + LCD_SCLK(path)); in path_set_mode()362 tmp = readl_relaxed(ctrl_regs(path) + LCD_SCLK(path)); in path_set_default()365 writel_relaxed(tmp, ctrl_regs(path) + LCD_SCLK(path)); in path_set_default()
150 #define LCD_SCLK(path) ((PATH_PN == path->id) ? LCD_CFG_SCLK_DIV :\ macro