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