Searched refs:lcd_setcolreg (Results 1 – 7 of 7) sorted by relevance
/u-boot/common/ |
A D | lcd.c | 183 lcd_setcolreg(CONSOLE_COLOR_BLACK, 0, 0, 0); in lcd_clear() 184 lcd_setcolreg(CONSOLE_COLOR_RED, 0xFF, 0, 0); in lcd_clear() 185 lcd_setcolreg(CONSOLE_COLOR_GREEN, 0, 0xFF, 0); in lcd_clear() 186 lcd_setcolreg(CONSOLE_COLOR_YELLOW, 0xFF, 0xFF, 0); in lcd_clear() 187 lcd_setcolreg(CONSOLE_COLOR_BLUE, 0, 0, 0xFF); in lcd_clear() 188 lcd_setcolreg(CONSOLE_COLOR_MAGENTA, 0xFF, 0, 0xFF); in lcd_clear() 189 lcd_setcolreg(CONSOLE_COLOR_CYAN, 0, 0xFF, 0xFF); in lcd_clear() 190 lcd_setcolreg(CONSOLE_COLOR_GREY, 0xAA, 0xAA, 0xAA); in lcd_clear() 191 lcd_setcolreg(CONSOLE_COLOR_WHITE, 0xFF, 0xFF, 0xFF); in lcd_clear()
|
/u-boot/include/ |
A D | lcd.h | 32 void lcd_setcolreg(ushort regno, ushort red, ushort green, ushort blue);
|
/u-boot/drivers/video/ |
A D | atmel_lcdfb.c | 96 void lcd_setcolreg(ushort regno, ushort red, ushort green, ushort blue) in lcd_setcolreg() function 113 lcd_setcolreg(i, cte.red, cte.green, cte.blue); in lcd_set_cmap()
|
A D | pxa_lcd.c | 361 lcd_setcolreg (ushort regno, ushort red, ushort green, ushort blue) in lcd_setcolreg() function
|
A D | atmel_hlcdfb.c | 47 void lcd_setcolreg(ushort regno, ushort red, ushort green, ushort blue) in lcd_setcolreg() function
|
A D | nexell_display.c | 526 void lcd_setcolreg(ushort regno, ushort red, ushort green, ushort blue) in lcd_setcolreg() function
|
/u-boot/board/compulab/common/ |
A D | omap3_display.c | 452 void lcd_setcolreg(ushort regno, ushort red, ushort green, ushort blue) {} in lcd_setcolreg() function
|
Completed in 10 milliseconds