Lines Matching refs:u8PortIdx
218 void MHal_HDCP_HDCP14TxInitHdcp(MS_U8 u8PortIdx) in MHal_HDCP_HDCP14TxInitHdcp() argument
228 void MHal_HDCP_HDCP14TxSetAuthPass(MS_U8 u8PortIdx) in MHal_HDCP_HDCP14TxSetAuthPass() argument
233 void MHal_HDCP_HDCP14TxEnableENC_EN(MS_U8 u8PortIdx, MS_BOOL bEnable) in MHal_HDCP_HDCP14TxEnableENC_EN() argument
238 void MHal_HDCP_HDCP14TxProcessAn(MS_U8 u8PortIdx, MS_BOOL bUseInternalAn, MS_U8* pu8An) in MHal_HDCP_HDCP14TxProcessAn() argument
244 void MHal_HDCP_HDCP14TxGetAKSV(MS_U8 u8PortIdx, MS_U8* pu8Aksv) in MHal_HDCP_HDCP14TxGetAKSV() argument
250 MS_BOOL MHal_HDCP_HDCP14TxCompareRi(MS_U8 u8PortIdx, MS_U8* pu8SinkRi) in MHal_HDCP_HDCP14TxCompareRi() argument
256 void MHal_HDCP_HDCP14TxConfigMode(MS_U8 u8PortIdx, MS_U8 u8Mode) in MHal_HDCP_HDCP14TxConfigMode() argument
262 void MHal_HDCP_HDCP14TxGenerateCipher(MS_U8 u8PortIdx, MS_U8* pu8Bksv) in MHal_HDCP_HDCP14TxGenerateCipher() argument
269 MS_BOOL MHal_HDCP_HDCP14TxProcessR0(MS_U8 u8PortIdx) in MHal_HDCP_HDCP14TxProcessR0() argument
274 void MHal_HDCP_HDCP14TxGetM0(MS_U8 u8PortIdx, MS_U8* pu8M0) in MHal_HDCP_HDCP14TxGetM0() argument
279 void MHal_HDCP_HDCP14GetM0(MS_U8 u8PortIdx, MS_U8 *pu8Data) in MHal_HDCP_HDCP14GetM0() argument
284 u8PortIdx &= 0x0F; in MHal_HDCP_HDCP14GetM0()
285 u16BKOffset = u8PortIdx * 0x300; in MHal_HDCP_HDCP14GetM0()
305 void MHal_HDCP_HDCP2TxInit(MS_U8 u8PortIdx, MS_BOOL bEnable) in MHal_HDCP_HDCP2TxInit() argument
310 void MHal_HDCP_HDCP2TxEnableEncrypt(MS_U8 u8PortIdx, MS_BOOL bEnable) in MHal_HDCP_HDCP2TxEnableEncrypt() argument
315 void MHal_HDCP_HDCP2TxFillCipherKey(MS_U8 u8PortIdx, MS_U8 *pu8Riv, MS_U8 *pu8KsXORLC128) in MHal_HDCP_HDCP2TxFillCipherKey() argument
320 void MHal_HDCP_HDCP2TxGetCipherState(MS_U8 u8PortIdx, MS_U8 *pu8State) in MHal_HDCP_HDCP2TxGetCipherState() argument
325 void MHal_HDCP_HDCP2RxProcessCipher(MS_U8 u8PortIdx, MS_U8* pu8Riv, MS_U8 *pu8ContentKey) in MHal_HDCP_HDCP2RxProcessCipher() argument
331 u16BKOffset = u8PortIdx * 0x300; in MHal_HDCP_HDCP2RxProcessCipher()
332 u16RegOffset = u8PortIdx * 0x0C; in MHal_HDCP_HDCP2RxProcessCipher()
334 …PortIdx : BKOffset : RegOffset = 0x%X : 0x%X : 0x%X\r\n", __FUNCTION__, u8PortIdx, u16BKOffset, u1… in MHal_HDCP_HDCP2RxProcessCipher()
348 void MHal_HDCP_HDCP2RxGetCipherState(MS_U8 u8PortIdx, MS_U8 *pu8State) in MHal_HDCP_HDCP2RxGetCipherState() argument
353 u16BKOffset = u8PortIdx * 0x300; in MHal_HDCP_HDCP2RxGetCipherState()