Lines Matching refs:cnt
428 MS_U8 cnt = 0x00; in MHal_HDCP_HDCP14GetM0() local
434 for ( cnt = 0; cnt < (DEF_HDCP14_M0_SIZE >> 4); cnt++ ) in MHal_HDCP_HDCP14GetM0()
438 u16tmpData = MHalHdcpRegRead(DEF_HDCP14_RX_REG_BANK + u16BKOffset, 0x0E + cnt); in MHal_HDCP_HDCP14GetM0()
440 *(pu8Data + cnt*2) = (MS_U8)(u16tmpData & 0x00FF); in MHal_HDCP_HDCP14GetM0()
441 *(pu8Data + cnt*2 + 1) = (MS_U8)((u16tmpData & 0xFF00) >> 8); in MHal_HDCP_HDCP14GetM0()
555 MS_U8 cnt = 0; in MHal_HDCP_HDCP2TxFillCipherKey() local
562 for ( cnt = 0; cnt < (DEF_SIZE_OF_KSXORLC128>>1); cnt++) in MHal_HDCP_HDCP2TxFillCipherKey()
563 …set, 0x60 + (DEF_SIZE_OF_KSXORLC128 >> 1) - 1 - cnt, *(pu8KsXORLC128 + cnt*2 + 1)|(*(pu8KsXORLC128… in MHal_HDCP_HDCP2TxFillCipherKey()
566 for ( cnt = 0; cnt < (DEF_SIZE_OF_RIV>>1); cnt++) in MHal_HDCP_HDCP2TxFillCipherKey()
567 …ANK + u16BKOffset, 0x68 + (DEF_SIZE_OF_RIV >> 1) - 1 - cnt, *(pu8Riv + cnt*2 + 1)|(*(pu8Riv + cnt*… in MHal_HDCP_HDCP2TxFillCipherKey()
598 MS_U8 cnt = 0; in MHal_HDCP_HDCP2RxProcessCipher() local
607 for ( cnt = 0; cnt < (DEF_SIZE_OF_KSXORLC128>>1); cnt++) in MHal_HDCP_HDCP2RxProcessCipher()
608 …et + 0x30 + (DEF_SIZE_OF_KSXORLC128 >> 1) - 1 - cnt, *(pu8ContentKey + cnt*2 + 1)|(*(pu8ContentKey… in MHal_HDCP_HDCP2RxProcessCipher()
611 for ( cnt = 0; cnt < (DEF_SIZE_OF_RIV>>1); cnt++) in MHal_HDCP_HDCP2RxProcessCipher()
612 …et, u16RegOffset + 0x38 + (DEF_SIZE_OF_RIV >> 1) - 1 - cnt, *(pu8Riv + cnt*2 + 1)|(*(pu8Riv + cnt*… in MHal_HDCP_HDCP2RxProcessCipher()
629 MS_U8 cnt = 0; in MHal_HDCP_HDCP2RxFillCipherKey() local
634 for ( cnt = 0; cnt < (DEF_SIZE_OF_KSXORLC128>>1); cnt++) in MHal_HDCP_HDCP2RxFillCipherKey()
635 …et + 0x30 + (DEF_SIZE_OF_KSXORLC128 >> 1) - 1 - cnt, *(pu8ContentKey + cnt*2 + 1)|(*(pu8ContentKey… in MHal_HDCP_HDCP2RxFillCipherKey()
638 for ( cnt = 0; cnt < (DEF_SIZE_OF_RIV>>1); cnt++) in MHal_HDCP_HDCP2RxFillCipherKey()
639 …et, u16RegOffset + 0x38 + (DEF_SIZE_OF_RIV >> 1) - 1 - cnt, *(pu8Riv + cnt*2 + 1)|(*(pu8Riv + cnt*… in MHal_HDCP_HDCP2RxFillCipherKey()