Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/include/linux/
H A Dhdmi.h255 enum hdmi_audio_coding_type coding_type; member
/netbsd-src/sys/external/bsd/drm2/linux/
H A Dlinux_hdmi.c162 p[0] = __SHIFTIN(frame->coding_type, __BITS(7,4)); in hdmi_audio_infoframe_pack()
203 frame->coding_type = __SHIFTOUT(p[0], __BITS(7,4)); in hdmi_audio_infoframe_unpack()