Searched refs:testbyte (Results 1 – 1 of 1) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/hdmi/drv/hdmitx/ |
| H A D | drvHDMITx.c | 549 MS_U8 testbyte[635], bstatus[2]; in _MDrv_HDCPTx_CheckRepeater() local 594 if(MHal_HDMITx_Rx74ReadBytes(0x43, 5*count, (MS_U8 *)testbyte) == FALSE) in _MDrv_HDCPTx_CheckRepeater() 606 memcpy(g_u8KSVList, testbyte, 5*count); in _MDrv_HDCPTx_CheckRepeater() 613 DBG_HDCP(printf("0x%x, ", testbyte[j])); in _MDrv_HDCPTx_CheckRepeater() 615 MHal_HDMITx_HdcpSha1AddData(&test_dig, testbyte, 5*count); in _MDrv_HDCPTx_CheckRepeater() 618 if(MHal_HDMITx_Rx74ReadBytes(0x41, 2, (MS_U8 *) testbyte) == FALSE) in _MDrv_HDCPTx_CheckRepeater() 623 MHal_HDMITx_HdcpSha1AddData(&test_dig, testbyte, 2); in _MDrv_HDCPTx_CheckRepeater() 629 testbyte[2*i] = (MS_U8)(reg_value & 0x00FF); in _MDrv_HDCPTx_CheckRepeater() 630 testbyte[2*i+1] = (MS_U8)((reg_value & 0xFF00) >> 8); in _MDrv_HDCPTx_CheckRepeater() 634 MHal_HDMITx_HdcpSha1AddData(&test_dig, testbyte, 8); in _MDrv_HDCPTx_CheckRepeater() [all …]
|