Lines Matching refs:msg_mhl

113 #define msg_mhl(x) x  macro
1930 msg_mhl(printf(" MHL [SK][MSC][C] = %x\r\n", (usValue &BMASK(7:0)))); in _mhal_mhl_ParsingECbusCommand()
1934 msg_mhl(printf(" MHL [SK][MSC][D] = %x\r\n", (usValue &BMASK(7:0)))); in _mhal_mhl_ParsingECbusCommand()
1938 msg_mhl(printf(" MHL [SK][DDC][C] = %x\r\n", (usValue &BMASK(7:0)))); in _mhal_mhl_ParsingECbusCommand()
1942 msg_mhl(printf(" MHL [SK][DDC][D] = %x\r\n", (usValue &BMASK(7:0)))); in _mhal_mhl_ParsingECbusCommand()
1946 msg_mhl(printf(" MHL [SK] unknow = %x\r\n", (usValue &BMASK(7:0)))); in _mhal_mhl_ParsingECbusCommand()
1972 msg_mhl(printf(" MHL [SO][MSC][C] = %x\r\n", (usValue &BMASK(7:0)))); in _mhal_mhl_ParsingECbusCommand()
1976 msg_mhl(printf(" MHL [SO][MSC][D] = %x\r\n", (usValue &BMASK(7:0)))); in _mhal_mhl_ParsingECbusCommand()
1980 msg_mhl(printf(" MHL [SO][DDC][C] = %x\r\n", (usValue &BMASK(7:0)))); in _mhal_mhl_ParsingECbusCommand()
1984 msg_mhl(printf(" MHL [SO][DDC][D] = %x\r\n", (usValue &BMASK(7:0)))); in _mhal_mhl_ParsingECbusCommand()
1988 msg_mhl(printf(" MHL [SO] unknow = %x\r\n", (usValue &BMASK(7:0)))); in _mhal_mhl_ParsingECbusCommand()
2058 msg_mhl(printf(" MHL DDC data = %x\r\n", usECbusCData[usCounnter])); in _mhal_mhl_GetECbusCommand()
2074 msg_mhl(printf(" MHL DDC data = %x\r\n", usECbusCData[usCounnter])); in _mhal_mhl_GetECbusCommand()
2256 msg_mhl(printf("** MHL Cbus index value %x\r\n", ucChipID)); in mhal_mhl_InsertChipIDforCheck()
2493 msg_mhl(printf("** MHL toggle ~~~\r\n")); in mhal_mhl_CDRModeMonitor()
2505 msg_mhl(printf("** MHL time change toggle CDR mode\r\n")); in mhal_mhl_CDRModeMonitor()
2556 msg_mhl(printf("** MHL toggle ~~~\r\n")); in mhal_mhl_CDRModeMonitor()
2568 msg_mhl(printf("** MHL time change toggle CDR mode\r\n")); in mhal_mhl_CDRModeMonitor()
2617 msg_mhl(printf("** MHL toggle ~~~\r\n")); in mhal_mhl_CDRModeMonitor()
2629 msg_mhl(printf("** MHL time change toggle CDR mode\r\n")); in mhal_mhl_CDRModeMonitor()
2678 msg_mhl(printf("** MHL toggle ~~~\r\n")); in mhal_mhl_CDRModeMonitor()
2690 msg_mhl(printf("** MHL time change toggle CDR mode\r\n")); in mhal_mhl_CDRModeMonitor()
3002 msg_mhl(printf("** Manhattan Load MHL EDID...\r\n")); in mhal_mhl_LoadEDID()
3036 msg_mhl(printf("** Manhattan Read MHL EDID...\r\n")); in mhal_mhl_ReadEDID()
3067 msg_mhl(printf("** Manhattan Load DevCap...\r\n")); in mhal_mhl_LoadDeviceCapability()
3632msg_mhl(printf(" MHL send MSG command = %x\r\n", (pdatabuf->databuf[uctemp] &BMASK(7:0)))); in mhal_mhl_CBusWrite()
3636 msg_mhl(printf(" MHL send MSG data = %x\r\n", (pdatabuf->databuf[uctemp] &BMASK(7:0)))); in mhal_mhl_CBusWrite()
4340 msg_mhl(printf("** MHL eCbus state %x\r\n", ucECbusTrainState)); in mhal_mhl_ECbusEventProc()
4439 msg_mhl(printf("** MHL eMSC length %d\r\n", usEMSCFreeBuffer)); in mhal_mhl_GetEMSCReceiveData()
4450 msg_mhl(printf("** MHL eMSC data %x\r\n", bReveiceEMSC[uctemp +1])); in mhal_mhl_GetEMSCReceiveData()
4484 msg_mhl(printf("** MHL payload value %x\r\n", bSendEMSC[uctemp])); in mhal_mhl_InsertEMSCSendData()
4492 msg_mhl(printf("** MHL payload CRC value %x\r\n", (usPayloadCRC ^0xFFFF))); in mhal_mhl_InsertEMSCSendData()