Home
last modified time | relevance | path

Searched refs:uiSynthSet (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/hdmi/hal/M7621/hdmitx/
H A DhalHDMITx.c2128 MS_U32 uiSynthSet = 0; in MHal_HDMITx_SetVideoOutputMode() local
2129 uiSynthSet |= (MHal_HDMITx_Read(HDMITX_PHY_REG_BASE, REG_HDMITxPHY_CONFIG_03) & 0x0FFF); in MHal_HDMITx_SetVideoOutputMode()
2130 uiSynthSet = uiSynthSet << 16; in MHal_HDMITx_SetVideoOutputMode()
2131 uiSynthSet |= MHal_HDMITx_Read(HDMITX_PHY_REG_BASE, REG_HDMITxPHY_CONFIG_02); in MHal_HDMITx_SetVideoOutputMode()
2134 if(uiSynthSet == HDMITxVideoAtopSetting[ucCDIdx][idx].SynthSSCSet) in MHal_HDMITx_SetVideoOutputMode()
/utopia/UTPA2-700.0.x/modules/hdmi/hal/maxim/hdmitx/
H A DhalHDMITx.c2243 MS_U32 uiSynthSet = 0; in MHal_HDMITx_SetVideoOutputMode() local
2244 uiSynthSet |= (MHal_HDMITx_Read(HDMITX_PHY_REG_BASE, REG_HDMITxPHY_CONFIG_03) & 0x0FFF); in MHal_HDMITx_SetVideoOutputMode()
2245 uiSynthSet = uiSynthSet << 16; in MHal_HDMITx_SetVideoOutputMode()
2246 uiSynthSet |= MHal_HDMITx_Read(HDMITX_PHY_REG_BASE, REG_HDMITxPHY_CONFIG_02); in MHal_HDMITx_SetVideoOutputMode()
2249 if(uiSynthSet == HDMITxVideoAtopSetting[ucCDIdx][idx].SynthSSCSet) in MHal_HDMITx_SetVideoOutputMode()