Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/drm/
H A Dlinux_hdmi.c288 ptr[4] = (frame->level_shift_value & 0xf) << 3; in hdmi_audio_infoframe_pack()
901 frame->level_shift_value); in hdmi_audio_infoframe_log()
1138 frame->level_shift_value = (ptr[4] >> 3) & 0xf; in hdmi_audio_infoframe_unpack()
/dflybsd-src/sys/dev/drm/include/linux/
H A Dhdmi.h267 unsigned char level_shift_value; member