Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DdrvHDMITx.h311 #define HDMITX_DBG 0x01///< Debug PQ Table macro
/utopia/UTPA2-700.0.x/modules/hdmi/drv/hdmitx/include/
H A DdrvHDMITx.h518 #define HDMITX_DBG 0x01U ///< Debug PQ Table macro
/utopia/UTPA2-700.0.x/modules/hdmi/drv/hdmitx/
H A DdrvHDMITx.c281 static MS_U16 _u16DbgHDMITXSwitch = HDMITX_DBG|HDMITX_DBG_HDCP;
292 #define DBG_HDMITX(_f) do{ if(_u16DbgHDMITXSwitch & HDMITX_DBG) (_f); } while(0);