Searched refs:uiSynthSet (Results 1 – 2 of 2) sorted by relevance
2128 MS_U32 uiSynthSet = 0; in MHal_HDMITx_SetVideoOutputMode() local2129 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()
2243 MS_U32 uiSynthSet = 0; in MHal_HDMITx_SetVideoOutputMode() local2244 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()