Searched refs:bottom_bar (Results 1 – 3 of 3) sorted by relevance
116 if (frame->top_bar || frame->bottom_bar) in hdmi_avi_infoframe_pack()141 ptr[7] = frame->bottom_bar & 0xff; in hdmi_avi_infoframe_pack()142 ptr[8] = (frame->bottom_bar >> 8) & 0xff; in hdmi_avi_infoframe_pack()692 frame->top_bar, frame->bottom_bar, in hdmi_avi_infoframe_log()1031 frame->bottom_bar = (ptr[7] << 8) + ptr[8]; in hdmi_avi_infoframe_unpack()
155 unsigned short bottom_bar; member
948 if (frame.top_bar || frame.bottom_bar) in hdmi_config_AVI()992 hdmi_writeb(hdmi, frame.bottom_bar & 0xff, HDMI_FC_AVISBB0); in hdmi_config_AVI()993 hdmi_writeb(hdmi, (frame.bottom_bar >> 8) & 0xff, HDMI_FC_AVISBB1); in hdmi_config_AVI()