Lines Matching refs:cnt
269 MS_U8 cnt = 0x00; in MHal_HDCP_HDCP14GetM0() local
275 for ( cnt = 0; cnt < (DEF_HDCP14_M0_SIZE >> 4); cnt++ ) in MHal_HDCP_HDCP14GetM0()
279 u16tmpData = MHalHdcpRegRead(DEF_HDCP14_RX_REG_BANK + u16BKOffset, 0x0E + cnt); in MHal_HDCP_HDCP14GetM0()
281 *(pu8Data + cnt*2) = (MS_U8)(u16tmpData & 0x00FF); in MHal_HDCP_HDCP14GetM0()
282 *(pu8Data + cnt*2 + 1) = (MS_U8)((u16tmpData & 0xFF00) >> 8); in MHal_HDCP_HDCP14GetM0()
411 MS_U8 cnt = 0; in MHal_HDCP_HDCP2RxProcessCipher() local
419 for ( cnt = 0; cnt < (DEF_SIZE_OF_KSXORLC128>>1); cnt++) in MHal_HDCP_HDCP2RxProcessCipher()
420 …et + 0x30 + (DEF_SIZE_OF_KSXORLC128 >> 1) - 1 - cnt, *(pu8ContentKey + cnt*2 + 1)|(*(pu8ContentKey… in MHal_HDCP_HDCP2RxProcessCipher()
423 for ( cnt = 0; cnt < (DEF_SIZE_OF_RIV>>1); cnt++) in MHal_HDCP_HDCP2RxProcessCipher()
424 …NK, u16RegOffset + 0x38 + (DEF_SIZE_OF_RIV >> 1) - 1 - cnt, *(pu8Riv + cnt*2 + 1)|(*(pu8Riv + cnt*… in MHal_HDCP_HDCP2RxProcessCipher()
441 MS_U8 cnt = 0; in MHal_HDCP_HDCP2RxFillCipherKey() local
449 for ( cnt = 0; cnt < (DEF_SIZE_OF_KSXORLC128>>1); cnt++) in MHal_HDCP_HDCP2RxFillCipherKey()
450 …et + 0x30 + (DEF_SIZE_OF_KSXORLC128 >> 1) - 1 - cnt, *(pu8ContentKey + cnt*2 + 1)|(*(pu8ContentKey… in MHal_HDCP_HDCP2RxFillCipherKey()
453 for ( cnt = 0; cnt < (DEF_SIZE_OF_RIV>>1); cnt++) in MHal_HDCP_HDCP2RxFillCipherKey()
454 …NK, u16RegOffset + 0x38 + (DEF_SIZE_OF_RIV >> 1) - 1 - cnt, *(pu8Riv + cnt*2 + 1)|(*(pu8Riv + cnt*… in MHal_HDCP_HDCP2RxFillCipherKey()