Home
last modified time | relevance | path

Searched refs:jzfb_convert_color_to_hw (Results 1 – 1 of 1) sorted by relevance

/drivers/video/fbdev/
Djz4740_fb.c237 static inline uint32_t jzfb_convert_color_to_hw(unsigned val, in jzfb_convert_color_to_hw() function
251 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()