Searched refs:bottom_bar (Results 1 – 3 of 3) sorted by relevance
119 if (frame->top_bar || frame->bottom_bar) in hdmi_avi_infoframe_pack()144 ptr[7] = frame->bottom_bar & 0xff; in hdmi_avi_infoframe_pack()145 ptr[8] = (frame->bottom_bar >> 8) & 0xff; in hdmi_avi_infoframe_pack()704 frame->top_bar, frame->bottom_bar, in hdmi_avi_infoframe_log()1043 frame->bottom_bar = (ptr[7] << 8) + ptr[8]; in hdmi_avi_infoframe_unpack()
158 unsigned short bottom_bar; member
1397 if (frame.top_bar || frame.bottom_bar) in hdmi_config_AVI()1441 hdmi_writeb(hdmi, frame.bottom_bar & 0xff, HDMI_FC_AVISBB0); in hdmi_config_AVI()1442 hdmi_writeb(hdmi, (frame.bottom_bar >> 8) & 0xff, HDMI_FC_AVISBB1); in hdmi_config_AVI()