Searched refs:wBstatus (Results 1 – 1 of 1) sorted by relevance
1518 MS_U16 wBstatus = 0; in HDCPTx_Handler() local1534 if (MHal_HDMITx_HDCP_Get_BStatus(&wBstatus) == TRUE) in HDCPTx_Handler()1536 … psHDMITXResPri->stHdcpTxInfo.ucBStatus[1] = (MS_U8)((wBstatus & 0xFF00)>>8); in HDCPTx_Handler()1537 … psHDMITXResPri->stHdcpTxInfo.ucBStatus[0] = (MS_U8)(wBstatus & 0x00FF); in HDCPTx_Handler()1539 if (wBstatus & BIT12) in HDCPTx_Handler()