Home
last modified time | relevance | path

Searched refs:wBstatus (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/modules/hdmi/drv/hdmitx/
H A DdrvHDMITx.c1518 MS_U16 wBstatus = 0; in HDCPTx_Handler() local
1534 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()