Searched refs:MDRV_MHL_MSG_DEBUG (Results 1 – 1 of 1) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/hdmi/drv/mhl/ |
| H A D | drvMHL.c | 122 #define MDRV_MHL_MSG_DEBUG(format, args...) ULOGD("MHL", format, ##args) macro 129 #define MDRV_MHL_MSG_DEBUG(format, args...) printf(format, ##args) macro 2822 MDRV_MHL_MSG_DEBUG(" MHL receive MSG length = %x\r\n", (usLength &BMASK(7:0))); in _mdrv_mhl_GetCbusReceiveMSC() 2832 MDRV_MHL_MSG_DEBUG(" MHL receive MSG command = %x\r\n", (usValue &BMASK(7:0))); in _mdrv_mhl_GetCbusReceiveMSC() 2842 MDRV_MHL_MSG_DEBUG(" MHL receive MSG data = %x\r\n", (usValue &BMASK(7:0))); in _mdrv_mhl_GetCbusReceiveMSC() 2868 MDRV_MHL_MSG_DEBUG(" MHL receive MSG command = %x\r\n", (usValue &BMASK(7:0))); in _mdrv_mhl_GetCbusReceiveMSC() 2876 MDRV_MHL_MSG_DEBUG(" MHL receive MSG data = %x\r\n", (usValue &BMASK(7:0))); in _mdrv_mhl_GetCbusReceiveMSC()
|