Searched refs:argb8888 (Results 1 - 1 of 1) sorted by relevance

/u-boot/drivers/video/tidss/
H A Dtidss_drv.c524 static u64 argb8888_to_argb12121212(u32 argb8888, enum c8_to_c12_mode m) argument
529 a = (argb8888 >> 24) & 0xff;
530 r = (argb8888 >> 16) & 0xff;
531 g = (argb8888 >> 8) & 0xff;
532 b = (argb8888 >> 0) & 0xff;

Completed in 48 milliseconds