Searched refs:u16ColorDepthFactor (Results 1 – 2 of 2) sorted by relevance
7222 MS_U16 u16ColorDepthFactor = HDMITX_COLORDEPTH_8BIT_FACTOR; in MDrv_SC_set_output_dclk() local7225 u16ColorDepthFactor = HDMITX_COLORDEPTH_10BIT_FACTOR; in MDrv_SC_set_output_dclk()7227 u16ColorDepthFactor = HDMITX_COLORDEPTH_12BIT_FACTOR; in MDrv_SC_set_output_dclk()7229 u16ColorDepthFactor = HDMITX_COLORDEPTH_16BIT_FACTOR; in MDrv_SC_set_output_dclk()7231 u64DClk = (u64DClk * u16ColorDepthFactor)/HDMITX_COLORDEPTH_DEFAULT_FACTOR; in MDrv_SC_set_output_dclk()7232 …u64HighAccurateDClk = (u64HighAccurateDClk * u16ColorDepthFactor)/HDMITX_COLORDEPTH_DEFAULT_FACTOR; in MDrv_SC_set_output_dclk()
7220 MS_U16 u16ColorDepthFactor = HDMITX_COLORDEPTH_8BIT_FACTOR;7223 u16ColorDepthFactor = HDMITX_COLORDEPTH_10BIT_FACTOR;7225 u16ColorDepthFactor = HDMITX_COLORDEPTH_12BIT_FACTOR;7227 u16ColorDepthFactor = HDMITX_COLORDEPTH_16BIT_FACTOR;7229 u64DClk = (u64DClk * u16ColorDepthFactor)/HDMITX_COLORDEPTH_DEFAULT_FACTOR;7230 …u64HighAccurateDClk = (u64HighAccurateDClk * u16ColorDepthFactor)/HDMITX_COLORDEPTH_DEFAULT_FACTOR;