Home
last modified time | relevance | path

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

/freebsd/sys/arm/nvidia/drm2/
H A Dhdmi.c289 ptr[4] = (frame->level_shift_value & 0xf) << 3; in hdmi_audio_infoframe_pack()
884 frame->level_shift_value); in hdmi_audio_infoframe_log()
1116 frame->level_shift_value = (ptr[4] >> 3) & 0xf; in hdmi_audio_infoframe_unpack()
H A Dhdmi.h261 unsigned char level_shift_value; member
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dhdmi.h329 unsigned char level_shift_value; member
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_hdmi.c409 buffer[4] = (frame->level_shift_value & 0xf) << 3; in hdmi_audio_infoframe_pack_payload()
1465 frame->level_shift_value); in hdmi_audio_infoframe_log()
1736 frame->level_shift_value = (ptr[4] >> 3) & 0xf; in hdmi_audio_infoframe_unpack()