Lines Matching refs:cnt
422 MS_U8 cnt = 0x00; in MHal_HDCP_HDCP14GetM0() local
428 for ( cnt = 0; cnt < (DEF_HDCP14_M0_SIZE >> 4); cnt++ ) in MHal_HDCP_HDCP14GetM0()
432 u16tmpData = MHalHdcpRegRead(DEF_HDCP14_RX_REG_BANK + u16BKOffset, 0x0E + cnt); in MHal_HDCP_HDCP14GetM0()
434 *(pu8Data + cnt*2) = (MS_U8)(u16tmpData & 0x00FF); in MHal_HDCP_HDCP14GetM0()
435 *(pu8Data + cnt*2 + 1) = (MS_U8)((u16tmpData & 0xFF00) >> 8); in MHal_HDCP_HDCP14GetM0()
487 MS_U8 cnt = 0; in MHal_HDCP_HDCP2TxFillCipherKey() local
493 for ( cnt = 0; cnt < (DEF_SIZE_OF_KSXORLC128>>1); cnt++) in MHal_HDCP_HDCP2TxFillCipherKey()
494 …set, 0x60 + (DEF_SIZE_OF_KSXORLC128 >> 1) - 1 - cnt, *(pu8KsXORLC128 + cnt*2 + 1)|(*(pu8KsXORLC128… in MHal_HDCP_HDCP2TxFillCipherKey()
497 for ( cnt = 0; cnt < (DEF_SIZE_OF_RIV>>1); cnt++) in MHal_HDCP_HDCP2TxFillCipherKey()
498 …ANK + u16BKOffset, 0x68 + (DEF_SIZE_OF_RIV >> 1) - 1 - cnt, *(pu8Riv + cnt*2 + 1)|(*(pu8Riv + cnt*… in MHal_HDCP_HDCP2TxFillCipherKey()
528 MS_U8 cnt = 0; in MHal_HDCP_HDCP2RxProcessCipher() local
538 for ( cnt = 0; cnt < (DEF_SIZE_OF_KSXORLC128>>1); cnt++) in MHal_HDCP_HDCP2RxProcessCipher()
539 …et + 0x30 + (DEF_SIZE_OF_KSXORLC128 >> 1) - 1 - cnt, *(pu8ContentKey + cnt*2 + 1)|(*(pu8ContentKey… in MHal_HDCP_HDCP2RxProcessCipher()
542 for ( cnt = 0; cnt < (DEF_SIZE_OF_RIV>>1); cnt++) in MHal_HDCP_HDCP2RxProcessCipher()
543 …NK, u16RegOffset + 0x38 + (DEF_SIZE_OF_RIV >> 1) - 1 - cnt, *(pu8Riv + cnt*2 + 1)|(*(pu8Riv + cnt*… in MHal_HDCP_HDCP2RxProcessCipher()
560 MS_U8 cnt = 0; in MHal_HDCP_HDCP2RxFillCipherKey() local
565 for ( cnt = 0; cnt < (DEF_SIZE_OF_KSXORLC128>>1); cnt++) in MHal_HDCP_HDCP2RxFillCipherKey()
566 …et + 0x30 + (DEF_SIZE_OF_KSXORLC128 >> 1) - 1 - cnt, *(pu8ContentKey + cnt*2 + 1)|(*(pu8ContentKey… in MHal_HDCP_HDCP2RxFillCipherKey()
569 for ( cnt = 0; cnt < (DEF_SIZE_OF_RIV>>1); cnt++) in MHal_HDCP_HDCP2RxFillCipherKey()
570 …et, u16RegOffset + 0x38 + (DEF_SIZE_OF_RIV >> 1) - 1 - cnt, *(pu8Riv + cnt*2 + 1)|(*(pu8Riv + cnt*… in MHal_HDCP_HDCP2RxFillCipherKey()