Home
last modified time | relevance | path

Searched refs:ucPortIdx (Results 1 – 25 of 39) sorted by relevance

12

/utopia/UTPA2-700.0.x/mxlib/include/
H A DdrvXC_HDMI_if_v2.h552 MS_U8 ucPortIdx; member
559 MS_U8 ucPortIdx; member
572 MS_U8 ucPortIdx; member
577 MS_U8 ucPortIdx; member
582 MS_U8 ucPortIdx; member
588 MS_U8 ucPortIdx; member
595 MS_U8 ucPortIdx; member
602 MS_U8 ucPortIdx; member
609 MS_U8 ucPortIdx; member
618 MS_U8 ucPortIdx; member
[all …]
/utopia/UTPA2-700.0.x/modules/xc/drv/xc/
H A Dmdrv_hdmi.c460 XCArgs.ucPortIdx = HDMI_GET_PORT_SELECT(enInputPortType); in _mdrv_HDCP_InterruptTask()
597 void MDrv_HDCP22_FillCipherKey(MS_U8 ucPortIdx, MS_U8* pucRiv, MS_U8* pucSessionKey) in MDrv_HDCP22_FillCipherKey() argument
601 XCArgs.ucPortIdx = ucPortIdx; in MDrv_HDCP22_FillCipherKey()
623 void MDrv_HDCP22_PortInit(MS_U8 ucPortIdx) in MDrv_HDCP22_PortInit() argument
627 XCArgs.ucPortIdx = ucPortIdx; in MDrv_HDCP22_PortInit()
639 MS_BOOL MDrv_HDCP22_PollingReadDone(MS_U8 ucPortIdx) in MDrv_HDCP22_PollingReadDone() argument
643 XCArgs.ucPortIdx = ucPortIdx; in MDrv_HDCP22_PollingReadDone()
658 void MDrv_HDCP22_EnableCipher(MS_U8 ucPortType, MS_U8 ucPortIdx, MS_BOOL bIsEnable) in MDrv_HDCP22_EnableCipher() argument
663 XCArgs.ucPortIdx = ucPortIdx; in MDrv_HDCP22_EnableCipher()
676 void MDrv_HDCP22_SendMsg(MS_U8 ucPortType, MS_U8 ucPortIdx, MS_U8* pucData, MS_U32 dwDataLen, void*… in MDrv_HDCP22_SendMsg() argument
[all …]
/utopia/UTPA2-700.0.x/modules/xc/hal/curry/xc/
H A Dmhal_hdmi.c3292 void Hal_HDCP22_SetReadyBit(MS_U8 ucPortIdx, MS_BOOL bIsReady) in Hal_HDCP22_SetReadyBit() argument
3294 MS_U32 dwBKOffset = 0x300 * ucPortIdx; in Hal_HDCP22_SetReadyBit()
3299 void _Hal_HDCP22_SetReAuthBit(MS_U8 ucPortIdx, MS_BOOL bEnReAuth) in _Hal_HDCP22_SetReAuthBit() argument
3301 MS_U32 dwBKOffset = 0x300 * ucPortIdx; in _Hal_HDCP22_SetReAuthBit()
3315 void Hal_HDCP22_PortInit(MS_U8 ucPortIdx) in Hal_HDCP22_PortInit() argument
3317 MS_U32 dwBKOffset = 0x300 * ucPortIdx; in Hal_HDCP22_PortInit()
3319 MHAL_HDMIRX_MSG_INFO("[HDCP22] PortInit(), port idx = %d\r\n", ucPortIdx); in Hal_HDCP22_PortInit()
3352 MS_BOOL Hal_HDCP22_PollingWriteDone(MS_U8 ucPortIdx) in Hal_HDCP22_PollingWriteDone() argument
3359 ucPortIdx = 0; in Hal_HDCP22_PollingWriteDone()
3361 dwBKOffset = 0x300 * ucPortIdx; in Hal_HDCP22_PollingWriteDone()
[all …]
/utopia/UTPA2-700.0.x/modules/xc/hal/kano/xc/
H A Dmhal_hdmi.c3292 void Hal_HDCP22_SetReadyBit(MS_U8 ucPortIdx, MS_BOOL bIsReady) in Hal_HDCP22_SetReadyBit() argument
3294 MS_U32 dwBKOffset = 0x300 * ucPortIdx; in Hal_HDCP22_SetReadyBit()
3299 void _Hal_HDCP22_SetReAuthBit(MS_U8 ucPortIdx, MS_BOOL bEnReAuth) in _Hal_HDCP22_SetReAuthBit() argument
3301 MS_U32 dwBKOffset = 0x300 * ucPortIdx; in _Hal_HDCP22_SetReAuthBit()
3315 void Hal_HDCP22_PortInit(MS_U8 ucPortIdx) in Hal_HDCP22_PortInit() argument
3317 MS_U32 dwBKOffset = 0x300 * ucPortIdx; in Hal_HDCP22_PortInit()
3319 MHAL_HDMIRX_MSG_INFO("[HDCP22] PortInit(), port idx = %d\r\n", ucPortIdx); in Hal_HDCP22_PortInit()
3352 MS_BOOL Hal_HDCP22_PollingWriteDone(MS_U8 ucPortIdx) in Hal_HDCP22_PollingWriteDone() argument
3359 ucPortIdx = 0; in Hal_HDCP22_PollingWriteDone()
3361 dwBKOffset = 0x300 * ucPortIdx; in Hal_HDCP22_PollingWriteDone()
[all …]
/utopia/UTPA2-700.0.x/modules/xc/hal/maldives/xc/
H A Dmhal_hdmi.c232 void Hal_HDCP22_PortInit(MS_U8 ucPortIdx) in Hal_HDCP22_PortInit() argument
237 switch(ucPortIdx) in Hal_HDCP22_PortInit()
246 switch(ucPortIdx) in Hal_HDCP22_PortInit()
255 printf("[HDCP22] PortInit(), port idx = %d\r\n", ucPortIdx); in Hal_HDCP22_PortInit()
286 MS_BOOL Hal_HDCP22_PollingWriteDone(MS_U8 ucPortIdx) in Hal_HDCP22_PollingWriteDone() argument
290 switch(ucPortIdx) in Hal_HDCP22_PollingWriteDone()
352 MS_BOOL Hal_HDCP22_PollingReadDone(MS_U8 ucPortIdx) in Hal_HDCP22_PollingReadDone() argument
356 switch(ucPortIdx) in Hal_HDCP22_PollingReadDone()
420 void Hal_HDCP22_EnableCipher(MS_U8 ucPortType, MS_U8 ucPortIdx, MS_BOOL bIsEnable) in Hal_HDCP22_EnableCipher() argument
426 switch(ucPortIdx) in Hal_HDCP22_EnableCipher()
[all …]
/utopia/UTPA2-700.0.x/modules/xc/hal/mustang/xc/
H A Dmhal_hdmi.c232 void Hal_HDCP22_PortInit(MS_U8 ucPortIdx) in Hal_HDCP22_PortInit() argument
237 switch(ucPortIdx) in Hal_HDCP22_PortInit()
246 switch(ucPortIdx) in Hal_HDCP22_PortInit()
255 printf("[HDCP22] PortInit(), port idx = %d\r\n", ucPortIdx); in Hal_HDCP22_PortInit()
286 MS_BOOL Hal_HDCP22_PollingWriteDone(MS_U8 ucPortIdx) in Hal_HDCP22_PollingWriteDone() argument
290 switch(ucPortIdx) in Hal_HDCP22_PollingWriteDone()
352 MS_BOOL Hal_HDCP22_PollingReadDone(MS_U8 ucPortIdx) in Hal_HDCP22_PollingReadDone() argument
356 switch(ucPortIdx) in Hal_HDCP22_PollingReadDone()
420 void Hal_HDCP22_EnableCipher(MS_U8 ucPortType, MS_U8 ucPortIdx, MS_BOOL bIsEnable) in Hal_HDCP22_EnableCipher() argument
426 switch(ucPortIdx) in Hal_HDCP22_EnableCipher()
[all …]
/utopia/UTPA2-700.0.x/modules/xc/hal/messi/xc/include/
H A Dmhal_hdmi.h385 INTERFACE void Hal_HDCP22_PortInit(MS_U8 ucPortIdx);
386 INTERFACE MS_BOOL Hal_HDCP22_PollingWriteDone(MS_U8 ucPortIdx);
387 INTERFACE MS_BOOL Hal_HDCP22_PollingReadDone(MS_U8 ucPortIdx);
388 INTERFACE void Hal_HDCP22_EnableCipher(MS_U8 ucPortType, MS_U8 ucPortIdx, MS_BOOL bIsEnable);
389 INTERFACE void Hal_HDCP22_FillCipherKey(MS_U8 ucPortIdx, MS_U8 *pucSessionKey, MS_U8 *pucRiv);
390 INTERFACE void Hal_HDCP22_FetchMsg(MS_U8 ucPortIdx, MS_U8* pucData, MS_U32 dwDataLen);
391 INTERFACE void Hal_HDCP22_RecvMsg(MS_U8 ucPortIdx);
392 INTERFACE void Hal_HDCP22_SendMsg(MS_U8 ucPortType, MS_U8 ucPortIdx, MS_U8* pucData, MS_U32 dwDataL…
393 INTERFACE void Hal_HDCP22_Handler(MS_U8 ucPortIdx);
/utopia/UTPA2-700.0.x/modules/xc/hal/mainz/xc/include/
H A Dmhal_hdmi.h430 INTERFACE void Hal_HDCP22_PortInit(MS_U8 ucPortIdx);
431 INTERFACE MS_BOOL Hal_HDCP22_PollingWriteDone(MS_U8 ucPortIdx);
432 INTERFACE MS_BOOL Hal_HDCP22_PollingReadDone(MS_U8 ucPortIdx);
433 INTERFACE void Hal_HDCP22_EnableCipher(MS_U8 ucPortType, MS_U8 ucPortIdx, MS_BOOL bIsEnable);
434 INTERFACE void Hal_HDCP22_FillCipherKey(MS_U8 ucPortIdx, MS_U8 *pucSessionKey, MS_U8 *pucRiv);
435 INTERFACE void Hal_HDCP22_FetchMsg(MS_U8 ucPortIdx, MS_U8* pucData, MS_U32 dwDataLen);
436 INTERFACE void Hal_HDCP22_RecvMsg(MS_U8 ucPortIdx);
437 INTERFACE void Hal_HDCP22_SendMsg(MS_U8 ucPortType, MS_U8 ucPortIdx, MS_U8* pucData, MS_U32 dwDataL…
438 INTERFACE void Hal_HDCP22_Handler(MS_U8 ucPortIdx);
/utopia/UTPA2-700.0.x/modules/xc/hal/maserati/xc/include/
H A Dmhal_hdmi.h446 INTERFACE void Hal_HDCP22_SetReadyBit(MS_U8 ucPortIdx, MS_BOOL bIsReady);
447 INTERFACE void Hal_HDCP22_PortInit(MS_U8 ucPortIdx);
448 INTERFACE MS_BOOL Hal_HDCP22_PollingWriteDone(MS_U8 ucPortIdx);
449 INTERFACE MS_BOOL Hal_HDCP22_PollingReadDone(MS_U8 ucPortIdx);
450 INTERFACE void Hal_HDCP22_EnableCipher(MS_U8 ucPortType, MS_U8 ucPortIdx, MS_BOOL bIsEnable);
451 INTERFACE void Hal_HDCP22_FillCipherKey(MS_U8 ucPortIdx, MS_U8 *pucSessionKey, MS_U8 *pucRiv);
452 INTERFACE void Hal_HDCP22_FetchMsg(MS_U8 ucPortIdx, MS_U8* pucData, MS_U32 dwDataLen);
453 INTERFACE MS_BOOL Hal_HDCP22_RecvMsg(MS_U8 ucPortIdx, MS_U8 *ucMsgData);
454 INTERFACE void Hal_HDCP22_SendMsg(MS_U8 ucPortType, MS_U8 ucPortIdx, MS_U8* pucData, MS_U32 dwDataL…
/utopia/UTPA2-700.0.x/modules/xc/hal/M7821/xc/include/
H A Dmhal_hdmi.h446 INTERFACE void Hal_HDCP22_SetReadyBit(MS_U8 ucPortIdx, MS_BOOL bIsReady);
447 INTERFACE void Hal_HDCP22_PortInit(MS_U8 ucPortIdx);
448 INTERFACE MS_BOOL Hal_HDCP22_PollingWriteDone(MS_U8 ucPortIdx);
449 INTERFACE MS_BOOL Hal_HDCP22_PollingReadDone(MS_U8 ucPortIdx);
450 INTERFACE void Hal_HDCP22_EnableCipher(MS_U8 ucPortType, MS_U8 ucPortIdx, MS_BOOL bIsEnable);
451 INTERFACE void Hal_HDCP22_FillCipherKey(MS_U8 ucPortIdx, MS_U8 *pucSessionKey, MS_U8 *pucRiv);
452 INTERFACE void Hal_HDCP22_FetchMsg(MS_U8 ucPortIdx, MS_U8* pucData, MS_U32 dwDataLen);
453 INTERFACE MS_BOOL Hal_HDCP22_RecvMsg(MS_U8 ucPortIdx, MS_U8 *ucMsgData);
454 INTERFACE void Hal_HDCP22_SendMsg(MS_U8 ucPortType, MS_U8 ucPortIdx, MS_U8* pucData, MS_U32 dwDataL…
/utopia/UTPA2-700.0.x/modules/xc/hal/kano/xc/include/
H A Dmhal_hdmi.h446 INTERFACE void Hal_HDCP22_SetReadyBit(MS_U8 ucPortIdx, MS_BOOL bIsReady);
447 INTERFACE void Hal_HDCP22_PortInit(MS_U8 ucPortIdx);
448 INTERFACE MS_BOOL Hal_HDCP22_PollingWriteDone(MS_U8 ucPortIdx);
449 INTERFACE MS_BOOL Hal_HDCP22_PollingReadDone(MS_U8 ucPortIdx);
450 INTERFACE void Hal_HDCP22_EnableCipher(MS_U8 ucPortType, MS_U8 ucPortIdx, MS_BOOL bIsEnable);
451 INTERFACE void Hal_HDCP22_FillCipherKey(MS_U8 ucPortIdx, MS_U8 *pucSessionKey, MS_U8 *pucRiv);
452 INTERFACE void Hal_HDCP22_FetchMsg(MS_U8 ucPortIdx, MS_U8* pucData, MS_U32 dwDataLen);
453 INTERFACE MS_BOOL Hal_HDCP22_RecvMsg(MS_U8 ucPortIdx, MS_U8 *ucMsgData);
454 INTERFACE void Hal_HDCP22_SendMsg(MS_U8 ucPortType, MS_U8 ucPortIdx, MS_U8* pucData, MS_U32 dwDataL…
/utopia/UTPA2-700.0.x/modules/xc/hal/macan/xc/include/
H A Dmhal_hdmi.h445 INTERFACE void Hal_HDCP22_SetReadyBit(MS_U8 ucPortIdx, MS_BOOL bIsReady);
446 INTERFACE void Hal_HDCP22_PortInit(MS_U8 ucPortIdx);
447 INTERFACE MS_BOOL Hal_HDCP22_PollingWriteDone(MS_U8 ucPortIdx);
448 INTERFACE MS_BOOL Hal_HDCP22_PollingReadDone(MS_U8 ucPortIdx);
449 INTERFACE void Hal_HDCP22_EnableCipher(MS_U8 ucPortType, MS_U8 ucPortIdx, MS_BOOL bIsEnable);
450 INTERFACE void Hal_HDCP22_FillCipherKey(MS_U8 ucPortIdx, MS_U8 *pucSessionKey, MS_U8 *pucRiv);
451 INTERFACE void Hal_HDCP22_FetchMsg(MS_U8 ucPortIdx, MS_U8* pucData, MS_U32 dwDataLen);
452 INTERFACE MS_BOOL Hal_HDCP22_RecvMsg(MS_U8 ucPortIdx, MS_U8 *ucMsgData);
453 INTERFACE void Hal_HDCP22_SendMsg(MS_U8 ucPortType, MS_U8 ucPortIdx, MS_U8* pucData, MS_U32 dwDataL…
/utopia/UTPA2-700.0.x/modules/xc/hal/manhattan/xc/include/
H A Dmhal_hdmi.h446 INTERFACE void Hal_HDCP22_SetReadyBit(MS_U8 ucPortIdx, MS_BOOL bIsReady);
447 INTERFACE void Hal_HDCP22_PortInit(MS_U8 ucPortIdx);
448 INTERFACE MS_BOOL Hal_HDCP22_PollingWriteDone(MS_U8 ucPortIdx);
449 INTERFACE MS_BOOL Hal_HDCP22_PollingReadDone(MS_U8 ucPortIdx);
450 INTERFACE void Hal_HDCP22_EnableCipher(MS_U8 ucPortType, MS_U8 ucPortIdx, MS_BOOL bIsEnable);
451 INTERFACE void Hal_HDCP22_FillCipherKey(MS_U8 ucPortIdx, MS_U8 *pucSessionKey, MS_U8 *pucRiv);
452 INTERFACE void Hal_HDCP22_FetchMsg(MS_U8 ucPortIdx, MS_U8* pucData, MS_U32 dwDataLen);
453 INTERFACE MS_BOOL Hal_HDCP22_RecvMsg(MS_U8 ucPortIdx, MS_U8 *ucMsgData);
454 INTERFACE void Hal_HDCP22_SendMsg(MS_U8 ucPortType, MS_U8 ucPortIdx, MS_U8* pucData, MS_U32 dwDataL…
/utopia/UTPA2-700.0.x/modules/xc/hal/curry/xc/include/
H A Dmhal_hdmi.h446 INTERFACE void Hal_HDCP22_SetReadyBit(MS_U8 ucPortIdx, MS_BOOL bIsReady);
447 INTERFACE void Hal_HDCP22_PortInit(MS_U8 ucPortIdx);
448 INTERFACE MS_BOOL Hal_HDCP22_PollingWriteDone(MS_U8 ucPortIdx);
449 INTERFACE MS_BOOL Hal_HDCP22_PollingReadDone(MS_U8 ucPortIdx);
450 INTERFACE void Hal_HDCP22_EnableCipher(MS_U8 ucPortType, MS_U8 ucPortIdx, MS_BOOL bIsEnable);
451 INTERFACE void Hal_HDCP22_FillCipherKey(MS_U8 ucPortIdx, MS_U8 *pucSessionKey, MS_U8 *pucRiv);
452 INTERFACE void Hal_HDCP22_FetchMsg(MS_U8 ucPortIdx, MS_U8* pucData, MS_U32 dwDataLen);
453 INTERFACE MS_BOOL Hal_HDCP22_RecvMsg(MS_U8 ucPortIdx, MS_U8 *ucMsgData);
454 INTERFACE void Hal_HDCP22_SendMsg(MS_U8 ucPortType, MS_U8 ucPortIdx, MS_U8* pucData, MS_U32 dwDataL…
/utopia/UTPA2-700.0.x/modules/xc/hal/k6lite/xc/include/
H A Dmhal_hdmi.h446 INTERFACE void Hal_HDCP22_SetReadyBit(MS_U8 ucPortIdx, MS_BOOL bIsReady);
447 INTERFACE void Hal_HDCP22_PortInit(MS_U8 ucPortIdx);
448 INTERFACE MS_BOOL Hal_HDCP22_PollingWriteDone(MS_U8 ucPortIdx);
449 INTERFACE MS_BOOL Hal_HDCP22_PollingReadDone(MS_U8 ucPortIdx);
450 INTERFACE void Hal_HDCP22_EnableCipher(MS_U8 ucPortType, MS_U8 ucPortIdx, MS_BOOL bIsEnable);
451 INTERFACE void Hal_HDCP22_FillCipherKey(MS_U8 ucPortIdx, MS_U8 *pucSessionKey, MS_U8 *pucRiv);
452 INTERFACE void Hal_HDCP22_FetchMsg(MS_U8 ucPortIdx, MS_U8* pucData, MS_U32 dwDataLen);
453 INTERFACE MS_BOOL Hal_HDCP22_RecvMsg(MS_U8 ucPortIdx, MS_U8 *ucMsgData);
454 INTERFACE void Hal_HDCP22_SendMsg(MS_U8 ucPortType, MS_U8 ucPortIdx, MS_U8* pucData, MS_U32 dwDataL…
/utopia/UTPA2-700.0.x/modules/xc/hal/k6/xc/include/
H A Dmhal_hdmi.h446 INTERFACE void Hal_HDCP22_SetReadyBit(MS_U8 ucPortIdx, MS_BOOL bIsReady);
447 INTERFACE void Hal_HDCP22_PortInit(MS_U8 ucPortIdx);
448 INTERFACE MS_BOOL Hal_HDCP22_PollingWriteDone(MS_U8 ucPortIdx);
449 INTERFACE MS_BOOL Hal_HDCP22_PollingReadDone(MS_U8 ucPortIdx);
450 INTERFACE void Hal_HDCP22_EnableCipher(MS_U8 ucPortType, MS_U8 ucPortIdx, MS_BOOL bIsEnable);
451 INTERFACE void Hal_HDCP22_FillCipherKey(MS_U8 ucPortIdx, MS_U8 *pucSessionKey, MS_U8 *pucRiv);
452 INTERFACE void Hal_HDCP22_FetchMsg(MS_U8 ucPortIdx, MS_U8* pucData, MS_U32 dwDataLen);
453 INTERFACE MS_BOOL Hal_HDCP22_RecvMsg(MS_U8 ucPortIdx, MS_U8 *ucMsgData);
454 INTERFACE void Hal_HDCP22_SendMsg(MS_U8 ucPortType, MS_U8 ucPortIdx, MS_U8* pucData, MS_U32 dwDataL…
/utopia/UTPA2-700.0.x/modules/xc/hal/maxim/xc/include/
H A Dmhal_hdmi.h475 INTERFACE void Hal_HDCP22_SetReadyBit(MS_U8 ucPortIdx, MS_BOOL bIsReady);
476 INTERFACE void Hal_HDCP22_PortInit(MS_U8 ucPortIdx);
477 INTERFACE MS_BOOL Hal_HDCP22_PollingWriteDone(MS_U8 ucPortIdx);
478 INTERFACE MS_BOOL Hal_HDCP22_PollingReadDone(MS_U8 ucPortIdx);
479 INTERFACE void Hal_HDCP22_EnableCipher(MS_U8 ucPortType, MS_U8 ucPortIdx, MS_BOOL bIsEnable);
480 INTERFACE void Hal_HDCP22_FillCipherKey(MS_U8 ucPortIdx, MS_U8 *pucSessionKey, MS_U8 *pucRiv);
481 INTERFACE void Hal_HDCP22_FetchMsg(MS_U8 ucPortIdx, MS_U8* pucData, MS_U32 dwDataLen);
482 INTERFACE MS_BOOL Hal_HDCP22_RecvMsg(MS_U8 ucPortIdx, MS_U8 *ucMsgData);
483 INTERFACE void Hal_HDCP22_SendMsg(MS_U8 ucPortType, MS_U8 ucPortIdx, MS_U8* pucData, MS_U32 dwDataL…
/utopia/UTPA2-700.0.x/modules/xc/hal/mooney/xc/include/
H A Dmhal_hdmi.h469 INTERFACE void Hal_HDCP22_SetReadyBit(MS_U8 ucPortIdx, MS_BOOL bIsReady);
470 INTERFACE void Hal_HDCP22_PortInit(MS_U8 ucPortIdx);
471 INTERFACE MS_BOOL Hal_HDCP22_PollingWriteDone(MS_U8 ucPortIdx);
472 INTERFACE MS_BOOL Hal_HDCP22_PollingReadDone(MS_U8 ucPortIdx);
473 INTERFACE void Hal_HDCP22_EnableCipher(MS_U8 ucPortType, MS_U8 ucPortIdx, MS_BOOL bIsEnable);
474 INTERFACE void Hal_HDCP22_FillCipherKey(MS_U8 ucPortIdx, MS_U8 *pucSessionKey, MS_U8 *pucRiv);
475 INTERFACE void Hal_HDCP22_FetchMsg(MS_U8 ucPortIdx, MS_U8* pucData, MS_U32 dwDataLen);
476 INTERFACE MS_BOOL Hal_HDCP22_RecvMsg(MS_U8 ucPortIdx, MS_U8 *ucMsgData);
477 INTERFACE void Hal_HDCP22_SendMsg(MS_U8 ucPortType, MS_U8 ucPortIdx, MS_U8* pucData, MS_U32 dwDataL…
/utopia/UTPA2-700.0.x/modules/xc/hal/M7621/xc/include/
H A Dmhal_hdmi.h472 INTERFACE void Hal_HDCP22_SetReadyBit(MS_U8 ucPortIdx, MS_BOOL bIsReady);
473 INTERFACE void Hal_HDCP22_PortInit(MS_U8 ucPortIdx);
474 INTERFACE MS_BOOL Hal_HDCP22_PollingWriteDone(MS_U8 ucPortIdx);
475 INTERFACE MS_BOOL Hal_HDCP22_PollingReadDone(MS_U8 ucPortIdx);
476 INTERFACE void Hal_HDCP22_EnableCipher(MS_U8 ucPortType, MS_U8 ucPortIdx, MS_BOOL bIsEnable);
477 INTERFACE void Hal_HDCP22_FillCipherKey(MS_U8 ucPortIdx, MS_U8 *pucSessionKey, MS_U8 *pucRiv);
478 INTERFACE void Hal_HDCP22_FetchMsg(MS_U8 ucPortIdx, MS_U8* pucData, MS_U32 dwDataLen);
479 INTERFACE MS_BOOL Hal_HDCP22_RecvMsg(MS_U8 ucPortIdx, MS_U8 *ucMsgData);
480 INTERFACE void Hal_HDCP22_SendMsg(MS_U8 ucPortType, MS_U8 ucPortIdx, MS_U8* pucData, MS_U32 dwDataL…
/utopia/UTPA2-700.0.x/modules/xc/hal/macan/xc/
H A Dmhal_hdmi.c3262 void Hal_HDCP22_SetReadyBit(MS_U8 ucPortIdx, MS_BOOL bIsReady) in Hal_HDCP22_SetReadyBit() argument
3264 MS_U32 dwBKOffset = 0x300 * ucPortIdx; in Hal_HDCP22_SetReadyBit()
3269 void _Hal_HDCP22_SetReAuthBit(MS_U8 ucPortIdx, MS_BOOL bEnReAuth) in _Hal_HDCP22_SetReAuthBit() argument
3271 MS_U32 dwBKOffset = 0x300 * ucPortIdx; in _Hal_HDCP22_SetReAuthBit()
3285 void Hal_HDCP22_PortInit(MS_U8 ucPortIdx) in Hal_HDCP22_PortInit() argument
3287 MS_U32 dwBKOffset = 0x300 * ucPortIdx; in Hal_HDCP22_PortInit()
3289 MHAL_HDMIRX_MSG_INFO("[HDCP22] PortInit(), port idx = %d\r\n", ucPortIdx); in Hal_HDCP22_PortInit()
3319 MS_BOOL Hal_HDCP22_PollingWriteDone(MS_U8 ucPortIdx) in Hal_HDCP22_PollingWriteDone() argument
3324 dwBKOffset = 0x300 * ucPortIdx; in Hal_HDCP22_PollingWriteDone()
3343 MS_BOOL Hal_HDCP22_PollingReadDone(MS_U8 ucPortIdx) in Hal_HDCP22_PollingReadDone() argument
[all …]
/utopia/UTPA2-700.0.x/modules/xc/hal/maldives/xc/include/
H A Dmhal_hdmi.h328 INTERFACE void Hal_HDCP22_PortInit(MS_U8 ucPortIdx);
329 INTERFACE MS_BOOL Hal_HDCP22_PollingWriteDone(MS_U8 ucPortIdx);
330 INTERFACE MS_BOOL Hal_HDCP22_PollingReadDone(MS_U8 ucPortIdx);
331 INTERFACE void Hal_HDCP22_EnableCipher(MS_U8 ucPortType, MS_U8 ucPortIdx, MS_BOOL bIsEnable);
332 INTERFACE void Hal_HDCP22_FillCipherKey(MS_U8 ucPortIdx, MS_U8 *pucRiv, MS_U8 *pucSessionKey);
333 INTERFACE void Hal_HDCP22_FetchMsg(MS_U8 ucPortIdx, MS_U8* pucData, MS_U32 dwDataLen);
334 INTERFACE MS_BOOL Hal_HDCP22_RecvMsg(MS_U8 ucPortIdx, MS_U8 *ucMsgData);
335 INTERFACE void Hal_HDCP22_SendMsg(MS_U8 ucPortType, MS_U8 ucPortIdx, MS_U8* pucData, MS_U32 dwDataL…
/utopia/UTPA2-700.0.x/modules/xc/hal/mustang/xc/include/
H A Dmhal_hdmi.h328 INTERFACE void Hal_HDCP22_PortInit(MS_U8 ucPortIdx);
329 INTERFACE MS_BOOL Hal_HDCP22_PollingWriteDone(MS_U8 ucPortIdx);
330 INTERFACE MS_BOOL Hal_HDCP22_PollingReadDone(MS_U8 ucPortIdx);
331 INTERFACE void Hal_HDCP22_EnableCipher(MS_U8 ucPortType, MS_U8 ucPortIdx, MS_BOOL bIsEnable);
332 INTERFACE void Hal_HDCP22_FillCipherKey(MS_U8 ucPortIdx, MS_U8 *pucRiv, MS_U8 *pucSessionKey);
333 INTERFACE void Hal_HDCP22_FetchMsg(MS_U8 ucPortIdx, MS_U8* pucData, MS_U32 dwDataLen);
334 INTERFACE MS_BOOL Hal_HDCP22_RecvMsg(MS_U8 ucPortIdx, MS_U8 *ucMsgData);
335 INTERFACE void Hal_HDCP22_SendMsg(MS_U8 ucPortType, MS_U8 ucPortIdx, MS_U8* pucData, MS_U32 dwDataL…
/utopia/UTPA2-700.0.x/modules/xc/hal/messi/xc/
H A Dmhal_hdmi.c1373 void Hal_HDCP22_PortInit(MS_U8 ucPortIdx) in Hal_HDCP22_PortInit() argument
1375 MHAL_HDMIRX_MSG_INFO("[HDCP22] PortInit(), port idx = %d\r\n", ucPortIdx); in Hal_HDCP22_PortInit()
1405 MS_BOOL Hal_HDCP22_PollingWriteDone(MS_U8 ucPortIdx) in Hal_HDCP22_PollingWriteDone() argument
1426 MS_BOOL Hal_HDCP22_PollingReadDone(MS_U8 ucPortIdx) in Hal_HDCP22_PollingReadDone() argument
1447 void Hal_HDCP22_EnableCipher(MS_U8 ucPortType, MS_U8 ucPortIdx, MS_BOOL bIsEnable) in Hal_HDCP22_EnableCipher() argument
1460 void Hal_HDCP22_FillCipherKey(MS_U8 ucPortIdx, MS_U8 *pucSessionKey, MS_U8 *pucRiv) in Hal_HDCP22_FillCipherKey() argument
1467 if(ucPortIdx < 10) //to avoid overflow a byte size after multiple with 0x0C in Hal_HDCP22_FillCipherKey()
1518 void Hal_HDCP22_FetchMsg(MS_U8 ucPortIdx, MS_U8* pucData, MS_U32 dwDataLen) in Hal_HDCP22_FetchMsg() argument
1535 void Hal_HDCP22_RecvMsg(MS_U8 ucPortIdx) in Hal_HDCP22_RecvMsg() argument
1544 Hal_HDCP22_PollingReadDone(ucPortIdx); in Hal_HDCP22_RecvMsg()
[all …]
/utopia/UTPA2-700.0.x/modules/xc/hal/mooney/xc/
H A Dmhal_hdmi.c3287 void _Hal_HDCP22_SetReAuthBit(MS_U8 ucPortIdx, MS_BOOL bEnReAuth) in _Hal_HDCP22_SetReAuthBit() argument
3289 MS_U32 dwBKOffset = 0x300 * ucPortIdx; in _Hal_HDCP22_SetReAuthBit()
3948 void Hal_HDCP22_SetReadyBit(MS_U8 ucPortIdx, MS_BOOL bIsReady) in Hal_HDCP22_SetReadyBit() argument
3950 MS_U32 dwBKOffset = 0x300 * ucPortIdx; in Hal_HDCP22_SetReadyBit()
3955 void Hal_HDCP22_PortInit(MS_U8 ucPortIdx) in Hal_HDCP22_PortInit() argument
3957 MS_U32 dwBKOffset = 0x300 * ucPortIdx; in Hal_HDCP22_PortInit()
3959 MHAL_HDMIRX_MSG_INFO("[HDCP22] PortInit(), port idx = %d\r\n", ucPortIdx); in Hal_HDCP22_PortInit()
3989 MS_BOOL Hal_HDCP22_PollingWriteDone(MS_U8 ucPortIdx) in Hal_HDCP22_PollingWriteDone() argument
3994 dwBKOffset = 0x300 * ucPortIdx; in Hal_HDCP22_PollingWriteDone()
4013 MS_BOOL Hal_HDCP22_PollingReadDone(MS_U8 ucPortIdx) in Hal_HDCP22_PollingReadDone() argument
[all …]
/utopia/UTPA2-700.0.x/modules/xc/hal/M7621/xc/
H A Dmhal_hdmi.c3290 void _Hal_HDCP22_SetReAuthBit(MS_U8 ucPortIdx, MS_BOOL bEnReAuth) in _Hal_HDCP22_SetReAuthBit() argument
3292 MS_U32 dwBKOffset = 0x300 * ucPortIdx; in _Hal_HDCP22_SetReAuthBit()
3951 void Hal_HDCP22_SetReadyBit(MS_U8 ucPortIdx, MS_BOOL bIsReady) in Hal_HDCP22_SetReadyBit() argument
3953 MS_U32 dwBKOffset = 0x300 * ucPortIdx; in Hal_HDCP22_SetReadyBit()
3958 void Hal_HDCP22_PortInit(MS_U8 ucPortIdx) in Hal_HDCP22_PortInit() argument
3960 MS_U32 dwBKOffset = 0x300 * ucPortIdx; in Hal_HDCP22_PortInit()
3962 MHAL_HDMIRX_MSG_INFO("[HDCP22] PortInit(), port idx = %d\r\n", ucPortIdx); in Hal_HDCP22_PortInit()
3992 MS_BOOL Hal_HDCP22_PollingWriteDone(MS_U8 ucPortIdx) in Hal_HDCP22_PollingWriteDone() argument
3997 dwBKOffset = 0x300 * ucPortIdx; in Hal_HDCP22_PollingWriteDone()
4016 MS_BOOL Hal_HDCP22_PollingReadDone(MS_U8 ucPortIdx) in Hal_HDCP22_PollingReadDone() argument
[all …]

12