Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/hdmi/drv/mhl/
H A DdrvMHL.c3259 MS_U16 usBISTeCbusDuration = 0; in _mdrv_mhl_ParsingWriteBurstBISTSetup() local
3336 usBISTeCbusDuration = (MS_U16)pMHLResourcePrivate->ucWriteBurstInformation[3] *1010ul; in _mdrv_mhl_ParsingWriteBurstBISTSetup()
3351 pMHLResourcePrivate->stBISTParameterInfo.usBISTeCbusDuration = usBISTeCbusDuration; in _mdrv_mhl_ParsingWriteBurstBISTSetup()
3362 …* MHL BIST eCbus duration = %d\r\n", pMHLResourcePrivate->stBISTParameterInfo.usBISTeCbusDuration); in _mdrv_mhl_ParsingWriteBurstBISTSetup()
3495 usTimerCount = pMHLResourcePrivate->stBISTParameterInfo.usBISTeCbusDuration; in _mdrv_mhl_CbusBISTTriggerProc()
3509 pMHLResourcePrivate->stBISTParameterInfo.usBISTeCbusDuration = usTimerCount; in _mdrv_mhl_CbusBISTTriggerProc()
5597 if(pMHLResourcePrivate->stBISTParameterInfo.usBISTeCbusDuration > 0) in _mdrv_mhl_CbusBISTStateProc()
5599 …LResourcePrivate->ucMHLSupportPath), pMHLResourcePrivate->stBISTParameterInfo.usBISTeCbusDuration); in _mdrv_mhl_CbusBISTStateProc()
5601 …ivate, MHL_TIMER_EVENT_BIST_PROCESS, pMHLResourcePrivate->stBISTParameterInfo.usBISTeCbusDuration); in _mdrv_mhl_CbusBISTStateProc()
H A Dmdrv_mhl_st.h878 MS_U16 usBISTeCbusDuration;