Searched refs:DISP_COLOR_START (Results 1 – 1 of 1) sorted by relevance
19 #define DISP_COLOR_START(comp) ((comp)->data->color_offset) macro20 #define DISP_COLOR_WIDTH(comp) (DISP_COLOR_START(comp) + 0x50)21 #define DISP_COLOR_HEIGHT(comp) (DISP_COLOR_START(comp) + 0x54)62 writel(0x1, comp->regs + DISP_COLOR_START(color)); in mtk_color_start()