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