Lines Matching refs:pBISTParameterInfo
1561 void _mhal_mhl_ECbusBISTSetting(MS_BOOL bEnableFlag, stMHL_BIST_MODE_INFO *pBISTParameterInfo) in _mhal_mhl_ECbusBISTSetting() argument
1565 if(pBISTParameterInfo->bBISTeCbusRxFlag || pBISTParameterInfo->bBISTeCbusTxFlag) in _mhal_mhl_ECbusBISTSetting()
1577 switch(pBISTParameterInfo->ucBISTImpedanceMode) in _mhal_mhl_ECbusBISTSetting()
1791 …ateChangeProc(stMHL_SIGNAL_STATUS_INFO *pMHLSignalStatus, stMHL_BIST_MODE_INFO *pBISTParameterInfo) in _mhal_mhl_ECbusStateChangeProc() argument
1801 …_mhal_mhl_SetECbusBISTTrigger(TRUE, pBISTParameterInfo->bBISTeCbusTxFlag, pBISTParameterInfo->bBIS… in _mhal_mhl_ECbusStateChangeProc()
4043 …ateChangeFlag(stMHL_SIGNAL_STATUS_INFO *pMHLSignalStatus, stMHL_BIST_MODE_INFO *pBISTParameterInfo) in mhal_mhl_GetECbusStateChangeFlag() argument
4051 if((pMHLSignalStatus != NULL) && (pBISTParameterInfo != NULL)) in mhal_mhl_GetECbusStateChangeFlag()
4053 _mhal_mhl_ECbusStateChangeProc(pMHLSignalStatus, pBISTParameterInfo); in mhal_mhl_GetECbusStateChangeFlag()
4770 …cCbusSelect, MS_U8 ucECbusEvent, MS_BOOL bBISTEnableFlag, stMHL_BIST_MODE_INFO *pBISTParameterInfo) in mhal_mhl_ECbusEventProc() argument
4873 void mhal_mhl_SetBISTParameterInfo(MS_U8 ucCbusSelect, stMHL_BIST_MODE_INFO *pBISTParameterInfo) in mhal_mhl_SetBISTParameterInfo() argument
4875 MS_U8 ucBISTeCbusPattern = pBISTParameterInfo->ucBISTeCbusPattern; in mhal_mhl_SetBISTParameterInfo()
4876 MS_U8 ucBISTAVLinkRate = pBISTParameterInfo->ucBISTAVLinkRate; in mhal_mhl_SetBISTParameterInfo()
4878 MS_U16 usBISTAVLinkSettingValue = (pBISTParameterInfo->ucBISTAVLinkPattern << 8)| 0xFF; in mhal_mhl_SetBISTParameterInfo()
4885 … usBISTeCbusSettingValue = (ucBISTeCbusPattern << 12)| pBISTParameterInfo->usBISTeCbusPatternFixed; in mhal_mhl_SetBISTParameterInfo()
4890 if(pBISTParameterInfo->ucBISTAVLinkRateRandomizer > 0) in mhal_mhl_SetBISTParameterInfo()
4899 W2BYTE(REG_DVI_DTOP_DUAL_P0_74_L, pBISTParameterInfo->usBISTAVLinkFixed); in mhal_mhl_SetBISTParameterInfo()
4902 if(pBISTParameterInfo->ucBISTAVLinkPattern == MHL_BIST_LINK_PATTERN_FIXED10) in mhal_mhl_SetBISTParameterInfo()
4916 W2BYTE(REG_DVI_DTOP_DUAL_P1_74_L, pBISTParameterInfo->usBISTAVLinkFixed); in mhal_mhl_SetBISTParameterInfo()
4919 if(pBISTParameterInfo->ucBISTAVLinkPattern == MHL_BIST_LINK_PATTERN_FIXED10) in mhal_mhl_SetBISTParameterInfo()
4933 W2BYTE(REG_DVI_DTOP_DUAL_P2_74_L, pBISTParameterInfo->usBISTAVLinkFixed); in mhal_mhl_SetBISTParameterInfo()
4936 if(pBISTParameterInfo->ucBISTAVLinkPattern == MHL_BIST_LINK_PATTERN_FIXED10) in mhal_mhl_SetBISTParameterInfo()
4950 W2BYTE(REG_DVI_DTOP_DUAL_P3_74_L, pBISTParameterInfo->usBISTAVLinkFixed); in mhal_mhl_SetBISTParameterInfo()
4953 if(pBISTParameterInfo->ucBISTAVLinkPattern == MHL_BIST_LINK_PATTERN_FIXED10) in mhal_mhl_SetBISTParameterInfo()
4988 void mhal_mhl_GetBISTErrorCount(MS_U8 ucCbusSelect, stMHL_BIST_MODE_INFO *pBISTParameterInfo) in mhal_mhl_GetBISTErrorCount() argument
4990 if(pBISTParameterInfo != NULL) in mhal_mhl_GetBISTErrorCount()
4992 pBISTParameterInfo->usBISTeCbusErrorCount = _mhal_mhl_GetBISTECbusErrorCount(); in mhal_mhl_GetBISTErrorCount()
4993 … pBISTParameterInfo->usBISTAVLinkErrorCount = _mhal_mhl_GetBISTAVLinkErrorCount(ucCbusSelect); in mhal_mhl_GetBISTErrorCount()
4995 …_mhal_mhl_SetECbusBISTTrigger(FALSE, pBISTParameterInfo->bBISTeCbusTxFlag, pBISTParameterInfo->bBI… in mhal_mhl_GetBISTErrorCount()