Lines Matching refs:format
398 u32 format = 0; in rk628_hdmirx_phy_prepclk_cfg() local
401 rk628_i2c_read(rk628, HDMI_RX_PDEC_AVI_PB, &format); in rk628_hdmirx_phy_prepclk_cfg()
402 format = (format & VIDEO_FORMAT) >> 5; in rk628_hdmirx_phy_prepclk_cfg()
405 if (format == 3) in rk628_hdmirx_phy_prepclk_cfg()
408 rk628_i2c_read(rk628, HDMI_RX_PDEC_GCP_AVMUTE, &format); in rk628_hdmirx_phy_prepclk_cfg()
409 format = (format & PKTDEC_GCP_CD_MASK) >> 4; in rk628_hdmirx_phy_prepclk_cfg()
412 if (format == 5) in rk628_hdmirx_phy_prepclk_cfg()
446 u32 val = 0, format = 0, avi_pb = 0; in rk628_hdmirx_get_input_format() local
453 rk628_i2c_read(rk628, HDMI_RX_PDEC_AVI_PB, &format); in rk628_hdmirx_get_input_format()
454 dev_dbg(hdmirx->dev, "%s PDEC_AVI_PB:%#x\n", __func__, format); in rk628_hdmirx_get_input_format()
455 if (format && format == avi_pb) { in rk628_hdmirx_get_input_format()
460 avi_pb = format; in rk628_hdmirx_get_input_format()
464 format = (avi_pb & VIDEO_FORMAT) >> 5; in rk628_hdmirx_get_input_format()
465 switch (format) { in rk628_hdmirx_get_input_format()