Home
last modified time | relevance | path

Searched refs:ucBISTeCbusPattern (Results 1 – 7 of 7) sorted by relevance

/utopia/UTPA2-700.0.x/modules/hdmi/hal/M7621/mhl/internal/
H A DhalMHL.c4875 MS_U8 ucBISTeCbusPattern = pBISTParameterInfo->ucBISTeCbusPattern; in mhal_mhl_SetBISTParameterInfo() local
4880 if(ucBISTeCbusPattern > 0) in mhal_mhl_SetBISTParameterInfo()
4882 ucBISTeCbusPattern = ucBISTeCbusPattern -1; in mhal_mhl_SetBISTParameterInfo()
4885 … usBISTeCbusSettingValue = (ucBISTeCbusPattern << 12)| pBISTParameterInfo->usBISTeCbusPatternFixed; in mhal_mhl_SetBISTParameterInfo()
/utopia/UTPA2-700.0.x/modules/hdmi/hal/maxim/mhl/internal/
H A DhalMHL.c4875 MS_U8 ucBISTeCbusPattern = pBISTParameterInfo->ucBISTeCbusPattern; in mhal_mhl_SetBISTParameterInfo() local
4880 if(ucBISTeCbusPattern > 0) in mhal_mhl_SetBISTParameterInfo()
4882 ucBISTeCbusPattern = ucBISTeCbusPattern -1; in mhal_mhl_SetBISTParameterInfo()
4885 … usBISTeCbusSettingValue = (ucBISTeCbusPattern << 12)| pBISTParameterInfo->usBISTeCbusPatternFixed; in mhal_mhl_SetBISTParameterInfo()
/utopia/UTPA2-700.0.x/modules/hdmi/hal/maserati/mhl/internal/
H A DhalMHL.c4875 MS_U8 ucBISTeCbusPattern = pBISTParameterInfo->ucBISTeCbusPattern; in mhal_mhl_SetBISTParameterInfo() local
4880 if(ucBISTeCbusPattern > 0) in mhal_mhl_SetBISTParameterInfo()
4882 ucBISTeCbusPattern = ucBISTeCbusPattern -1; in mhal_mhl_SetBISTParameterInfo()
4885 … usBISTeCbusSettingValue = (ucBISTeCbusPattern << 12)| pBISTParameterInfo->usBISTeCbusPatternFixed; in mhal_mhl_SetBISTParameterInfo()
/utopia/UTPA2-700.0.x/modules/hdmi/hal/M7821/mhl/internal/
H A DhalMHL.c4875 MS_U8 ucBISTeCbusPattern = pBISTParameterInfo->ucBISTeCbusPattern; in mhal_mhl_SetBISTParameterInfo() local
4880 if(ucBISTeCbusPattern > 0) in mhal_mhl_SetBISTParameterInfo()
4882 ucBISTeCbusPattern = ucBISTeCbusPattern -1; in mhal_mhl_SetBISTParameterInfo()
4885 … usBISTeCbusSettingValue = (ucBISTeCbusPattern << 12)| pBISTParameterInfo->usBISTeCbusPatternFixed; in mhal_mhl_SetBISTParameterInfo()
/utopia/UTPA2-700.0.x/modules/hdmi/hal/manhattan/mhl/internal/
H A DhalMHL.c4875 MS_U8 ucBISTeCbusPattern = pBISTParameterInfo->ucBISTeCbusPattern; in mhal_mhl_SetBISTParameterInfo() local
4880 if(ucBISTeCbusPattern > 0) in mhal_mhl_SetBISTParameterInfo()
4882 ucBISTeCbusPattern = ucBISTeCbusPattern -1; in mhal_mhl_SetBISTParameterInfo()
4885 … usBISTeCbusSettingValue = (ucBISTeCbusPattern << 12)| pBISTParameterInfo->usBISTeCbusPatternFixed; in mhal_mhl_SetBISTParameterInfo()
/utopia/UTPA2-700.0.x/modules/hdmi/drv/mhl/
H A DdrvMHL.c3255 MS_U8 ucBISTeCbusPattern = pMHLResourcePrivate->ucDeviceCapabilityTable[MHL_CBUS_ECBUS_SPEEDS]; in _mdrv_mhl_ParsingWriteBurstBISTSetup() local
3279 if((ucBISTeCbusPattern &BIT(4)) == BIT(4)) // MHL_ECBUS_D_150 in _mdrv_mhl_ParsingWriteBurstBISTSetup()
3281 ucBISTeCbusPattern = MHL_BIST_ECBUS_PATTERN_FIXED10; in _mdrv_mhl_ParsingWriteBurstBISTSetup()
3283 else if((ucBISTeCbusPattern &BIT(0)) == BIT(0)) // MHL_ECBUS_S_075 in _mdrv_mhl_ParsingWriteBurstBISTSetup()
3285 ucBISTeCbusPattern = MHL_BIST_ECBUS_PATTERN_FIXED8; in _mdrv_mhl_ParsingWriteBurstBISTSetup()
3289 ucBISTeCbusPattern = MHL_BIST_ECBUS_PATTERN_PRBS; in _mdrv_mhl_ParsingWriteBurstBISTSetup()
3309 if(pMHLResourcePrivate->ucWriteBurstInformation[4] <= ucBISTeCbusPattern) // Check eCbus pattern in _mdrv_mhl_ParsingWriteBurstBISTSetup()
3313 ucBISTeCbusPattern = pMHLResourcePrivate->ucWriteBurstInformation[4]; in _mdrv_mhl_ParsingWriteBurstBISTSetup()
3349 pMHLResourcePrivate->stBISTParameterInfo.ucBISTeCbusPattern = ucBISTeCbusPattern; in _mdrv_mhl_ParsingWriteBurstBISTSetup()
3360 …"** MHL BIST eCbus pattern = %d\r\n", pMHLResourcePrivate->stBISTParameterInfo.ucBISTeCbusPattern); in _mdrv_mhl_ParsingWriteBurstBISTSetup()
H A Dmdrv_mhl_st.h871 MS_U8 ucBISTeCbusPattern;