Searched refs:jzfb_convert_color_to_hw (Results 1 – 1 of 1) sorted by relevance
237 static inline uint32_t jzfb_convert_color_to_hw(unsigned val, in jzfb_convert_color_to_hw() function251 color = jzfb_convert_color_to_hw(red, &fb->var.red); in jzfb_setcolreg()252 color |= jzfb_convert_color_to_hw(green, &fb->var.green); in jzfb_setcolreg()253 color |= jzfb_convert_color_to_hw(blue, &fb->var.blue); in jzfb_setcolreg()254 color |= jzfb_convert_color_to_hw(transp, &fb->var.transp); in jzfb_setcolreg()