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

/freebsd-current/sys/compat/linuxkpi/common/src/
H A Dlinux_hdmi.c1795 u8 y_lsb, y_msb; local
1815 y_msb = *temp++;
1816 frame->display_primaries[i].y = (y_msb << 8) | y_lsb;

Completed in 74 milliseconds