Home
last modified time | relevance | path

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

/external/u-boot/common/
Dlcd.c368 u16 col16; in lcd_logo_plot() local
372 col16 = bmp_logo_palette[(bmap[j]-16)]; in lcd_logo_plot()
374 ((col16 & 0x000F) << 1) | in lcd_logo_plot()
375 ((col16 & 0x00F0) << 3) | in lcd_logo_plot()
376 ((col16 & 0x0F00) << 4); in lcd_logo_plot()