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

/u-boot/drivers/video/tidss/
H A Dtidss_drv.c502 static u16 c8_to_c12(u8 c8, enum c8_to_c12_mode mode) function
534 v = ((u64)c8_to_c12(a, m) << 36) | ((u64)c8_to_c12(r, m) << 24) |
535 ((u64)c8_to_c12(g, m) << 12) | (u64)c8_to_c12(b, m);

Completed in 85 milliseconds