Lines Matching refs:msg_mhl
113 #define msg_mhl(x) x macro
1914 msg_mhl(printf(" MHL [SK][MSC][C] = %x\r\n", (usValue &BMASK(7:0)))); in _mhal_mhl_ParsingECbusCommand()
1918 msg_mhl(printf(" MHL [SK][MSC][D] = %x\r\n", (usValue &BMASK(7:0)))); in _mhal_mhl_ParsingECbusCommand()
1922 msg_mhl(printf(" MHL [SK][DDC][C] = %x\r\n", (usValue &BMASK(7:0)))); in _mhal_mhl_ParsingECbusCommand()
1926 msg_mhl(printf(" MHL [SK][DDC][D] = %x\r\n", (usValue &BMASK(7:0)))); in _mhal_mhl_ParsingECbusCommand()
1930 msg_mhl(printf(" MHL [SK] unknow = %x\r\n", (usValue &BMASK(7:0)))); in _mhal_mhl_ParsingECbusCommand()
1956 msg_mhl(printf(" MHL [SO][MSC][C] = %x\r\n", (usValue &BMASK(7:0)))); in _mhal_mhl_ParsingECbusCommand()
1960 msg_mhl(printf(" MHL [SO][MSC][D] = %x\r\n", (usValue &BMASK(7:0)))); in _mhal_mhl_ParsingECbusCommand()
1964 msg_mhl(printf(" MHL [SO][DDC][C] = %x\r\n", (usValue &BMASK(7:0)))); in _mhal_mhl_ParsingECbusCommand()
1968 msg_mhl(printf(" MHL [SO][DDC][D] = %x\r\n", (usValue &BMASK(7:0)))); in _mhal_mhl_ParsingECbusCommand()
1972 msg_mhl(printf(" MHL [SO] unknow = %x\r\n", (usValue &BMASK(7:0)))); in _mhal_mhl_ParsingECbusCommand()
2042 msg_mhl(printf(" MHL DDC data = %x\r\n", usECbusCData[usCounnter])); in _mhal_mhl_GetECbusCommand()
2058 msg_mhl(printf(" MHL DDC data = %x\r\n", usECbusCData[usCounnter])); in _mhal_mhl_GetECbusCommand()
2236 msg_mhl(printf("** MHL Cbus index value %x\r\n", ucChipID)); in mhal_mhl_InsertChipIDforCheck()
2471 msg_mhl(printf("** MHL toggle ~~~\r\n")); in mhal_mhl_CDRModeMonitor()
2483 msg_mhl(printf("** MHL time change toggle CDR mode\r\n")); in mhal_mhl_CDRModeMonitor()
2532 msg_mhl(printf("** MHL toggle ~~~\r\n")); in mhal_mhl_CDRModeMonitor()
2544 msg_mhl(printf("** MHL time change toggle CDR mode\r\n")); in mhal_mhl_CDRModeMonitor()
2593 msg_mhl(printf("** MHL toggle ~~~\r\n")); in mhal_mhl_CDRModeMonitor()
2605 msg_mhl(printf("** MHL time change toggle CDR mode\r\n")); in mhal_mhl_CDRModeMonitor()
2654 msg_mhl(printf("** MHL toggle ~~~\r\n")); in mhal_mhl_CDRModeMonitor()
2666 msg_mhl(printf("** MHL time change toggle CDR mode\r\n")); in mhal_mhl_CDRModeMonitor()
2978 msg_mhl(printf("** Monet Load MHL EDID...\r\n")); in mhal_mhl_LoadEDID()
3012 msg_mhl(printf("** Monet Read MHL EDID...\r\n")); in mhal_mhl_ReadEDID()
3043 msg_mhl(printf("** Monet Load DevCap...\r\n")); in mhal_mhl_LoadDeviceCapability()
3608 … msg_mhl(printf(" MHL send MSG command = %x\r\n", (pdatabuf->databuf[uctemp] &BMASK(7:0)))); in mhal_mhl_CBusWrite()
3612 msg_mhl(printf(" MHL send MSG data = %x\r\n", (pdatabuf->databuf[uctemp] &BMASK(7:0)))); in mhal_mhl_CBusWrite()
4316 msg_mhl(printf("** MHL eCbus state %x\r\n", ucECbusTrainState)); in mhal_mhl_ECbusEventProc()
4415 msg_mhl(printf("** MHL eMSC length %d\r\n", usEMSCFreeBuffer)); in mhal_mhl_GetEMSCReceiveData()
4426 msg_mhl(printf("** MHL eMSC data %x\r\n", bReveiceEMSC[uctemp +1])); in mhal_mhl_GetEMSCReceiveData()
4460 msg_mhl(printf("** MHL payload value %x\r\n", bSendEMSC[uctemp])); in mhal_mhl_InsertEMSCSendData()
4468 msg_mhl(printf("** MHL payload CRC value %x\r\n", (usPayloadCRC ^0xFFFF))); in mhal_mhl_InsertEMSCSendData()