Searched refs:yq (Results 1 – 4 of 4) sorted by relevance
416 unsigned yq, cn, pr; in hdmi_core_write_avi_infoframe() local441 yq = (ptr[4] >> 6) & 0x3; in hdmi_core_write_avi_infoframe()457 (yq << 2) | (cn << 0)); in hdmi_core_write_avi_infoframe()
374 unsigned int yq, cn, pr; in hdmi_core_write_avi_infoframe() local399 yq = (ptr[4] >> 6) & 0x3; in hdmi_core_write_avi_infoframe()415 (yq << 2) | (cn << 0)); in hdmi_core_write_avi_infoframe()
1277 u8 yq = HDMI_YCC_QUANTIZATION_RANGE_LIMITED; in adv7511_set_fmt() local1381 yq = q ? q - 1 : HDMI_YCC_QUANTIZATION_RANGE_FULL; in adv7511_set_fmt()1386 yq = q ? q - 1 : HDMI_YCC_QUANTIZATION_RANGE_LIMITED; in adv7511_set_fmt()1394 adv7511_wr_and_or(sd, 0x59, 0x0f, (yq << 6) | (cn << 4)); in adv7511_set_fmt()
291 static u32 dw100_map_format_coordinates(u16 xq, u16 yq) in dw100_map_format_coordinates() argument293 return (u32)((yq << 16) | xq); in dw100_map_format_coordinates()