Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/hdmi/drv/hdmitx/
H A DdrvHDMITx.c281 static MS_U16 _u16DbgHDMITXSwitch = HDMITX_DBG|HDMITX_DBG_HDCP; variable
283 static MS_U16 _u16DbgHDMITXSwitch = 0x00; variable
292 #define DBG_HDMITX(_f) do{ if(_u16DbgHDMITXSwitch & HDMITX_DBG) (_f); } while(0);
293 #define DBG_HDCP(_f) do{ if(_u16DbgHDMITXSwitch & HDMITX_DBG_HDCP) (_f); } while(0…
848 MHal_HDMITx_HdcpDebugEnable(_u16DbgHDMITXSwitch & HDMITX_DBG_HDCP ? TRUE : FALSE); in MDrv_HDCPTx_InitVariable()
4668 _u16DbgHDMITXSwitch = u16DbgSwitch; in MDrv_HDMITx_SetDbgLevel()
4669 MHal_HDMITx_HdcpDebugEnable(_u16DbgHDMITXSwitch & HDMITX_DBG_HDCP ? TRUE : FALSE); in MDrv_HDMITx_SetDbgLevel()
4670 MHal_HDMITx_UtilDebugEnable(_u16DbgHDMITXSwitch & HDMITX_DBG_UTILTX ? TRUE : FALSE); in MDrv_HDMITx_SetDbgLevel()