Home
last modified time | relevance | path

Searched refs:ucLength (Results 1 – 25 of 36) sorted by relevance

12

/utopia/UTPA2-700.0.x/modules/hdmi/drv/mhl/
H A DdrvMHL.c427 pCbusFifo.lens = stCbusQueueInfo->ucLength; in _mdrv_mhl_CbusTxWriteCommand()
430 if(stCbusQueueInfo->ucLength == 2) in _mdrv_mhl_CbusTxWriteCommand()
498 … for(uctemp =0; uctemp <stCbusQueueInfo->ucLength; uctemp++) // offset packet + the maxi 16 packets in _mdrv_mhl_CbusTxWriteCommand()
503 …pCbusFifo.databuf[stCbusQueueInfo->ucLength +1] = _mdrv_mhl_CbusSetPacket(MSC_HEADER, CBUS_CONTROL… in _mdrv_mhl_CbusTxWriteCommand()
505 pCbusFifo.lens = stCbusQueueInfo->ucLength +2; in _mdrv_mhl_CbusTxWriteCommand()
645 pMHLResourcePrivate->stCbusQueueInfo[MHL_CBUS_RX_QUEUE_INDEX].ucLength = 2; in _mdrv_mhl_CbusRxQueueInsertMSG()
1021 MS_U8 ucLength = 0; in _mdrv_mhl_ParsingVIC3DInformation() local
1039 ucLength = pData[uctemp] &BMASK(4:0); in _mdrv_mhl_ParsingVIC3DInformation()
1044 …MDRV_MHL_MSG_INFO("** MHL get audio data block length %d in port %c\r\n", ucLength, MHL_INPUT_PORT… in _mdrv_mhl_ParsingVIC3DInformation()
1048 …MDRV_MHL_MSG_INFO("** MHL get video data block length %d in port %c\r\n", ucLength, MHL_INPUT_PORT… in _mdrv_mhl_ParsingVIC3DInformation()
[all …]
H A DdrvMHL.h163 MS_BOOL mdrv_mhl_SendWriteBurst(MS_U8 ucAddr, MS_U8 ucLength, MS_U8 *ucData);
164 MS_BOOL mdrv_mhl_CbusSendUserWriteBurst(MS_U8 ucLength, MS_U8 *ucData);
202 MS_BOOL mdrv_mhl_SendWriteBurst(void* pInstance, MS_U8 ucAddr, MS_U8 ucLength, MS_U8 *ucData);
203 MS_BOOL mdrv_mhl_CbusSendUserWriteBurst(void* pInstance, MS_U8 ucLength, MS_U8 *ucData);
/utopia/UTPA2-700.0.x/modules/hdmi/utopia_adaption/mhl/
H A DadpMHL.c176 MS_U8 ucLength;
183 MS_U8 ucLength;
532 ulDataSize = sizeof(MS_U8) *stCompatMHLArgs.ucLength;
537 stMHLArgs.ucLength = stCompatMHLArgs.ucLength;
553 ulDataSize = sizeof(MS_U8) *stMHLArgs.ucLength;
578 ulDataSize = sizeof(MS_U8) *stCompatMHLArgs.ucLength;
582 stMHLArgs.ucLength = stCompatMHLArgs.ucLength;
598 ulDataSize = sizeof(MS_U8) *stMHLArgs.ucLength;
/utopia/UTPA2-700.0.x/modules/hdmi/api/mhl/
H A DapiMHL.c1042 MS_BOOL mapi_mhl_SendWriteBurst(MS_U8 ucAddr, MS_U8 ucLength, MS_U8 *buffer) in mapi_mhl_SendWriteBurst() argument
1045 return mdrv_mhl_SendWriteBurst(ucAddr, ucLength, buffer); in mapi_mhl_SendWriteBurst()
1052 pMHLArgs.ucLength = ucLength; in mapi_mhl_SendWriteBurst()
1080 MS_BOOL SYMBOL_WEAK mapi_mhl_CbusSendUserWriteBurst(MS_U8 ucLength, MS_U8 *pBuffer) in mapi_mhl_CbusSendUserWriteBurst() argument
1083 return mdrv_mhl_CbusSendUserWriteBurst(ucLength, pBuffer); in mapi_mhl_CbusSendUserWriteBurst()
1089 pMHLArgs.ucLength = ucLength; in mapi_mhl_CbusSendUserWriteBurst()
H A DapiMHL_v2.c394 …LInstPri->fpMHLSendWriteBurst(pInstance, pMHLArgs->ucAddress, pMHLArgs->ucLength, pMHLArgs->ucData…
401 …>bSendFlag = psMHLInstPri->fpMHLSendUserWriteBurst(pInstance, pMHLArgs->ucLength, pMHLArgs->ucData…
/utopia/UTPA2-700.0.x/modules/hdmi/drv/cec/
H A DdrvCEC.c227 …pCECResourcePrivate->CecRxBuf[pCECResourcePrivate->CecFifoIdxE].ucLength = mhal_CEC_ReceivedMessag… in _MDrv_CEC_ChkRxBuf()
229 …ECResourcePrivate->CecFifoIdxE].ucLength>1) && (pCECResourcePrivate->CecRxBuf[pCECResourcePrivate-… in _MDrv_CEC_ChkRxBuf()
231 … for(i = 0 ; i < pCECResourcePrivate->CecRxBuf[pCECResourcePrivate->CecFifoIdxE].ucLength ; i++) in _MDrv_CEC_ChkRxBuf()
286 …pCECResourcePrivate->CecRxBuf[pCECResourcePrivate->CecFifoIdxE].ucLength = mhal_CEC_ReceivedMessag… in _MDrv_CEC_ChkRxBuf()
288 …ECResourcePrivate->CecFifoIdxE].ucLength>1) && (pCECResourcePrivate->CecRxBuf[pCECResourcePrivate-… in _MDrv_CEC_ChkRxBuf()
290 … for(i = 0 ; i < pCECResourcePrivate->CecRxBuf[pCECResourcePrivate->CecFifoIdxE].ucLength ; i++) in _MDrv_CEC_ChkRxBuf()
366 pCECResourcePrivate->CecRxBuf[i].ucLength = 0;
833 … pInfo->CecRxBuf[uctemp].ucLength = pCECResourcePrivate->CecRxBuf[uctemp].ucLength;
2831 …b = (pCECResourcePrivate->CecRxBuf[pCECResourcePrivate->CecFifoIdxS].ucLength) >= ucLen; //para…
3254 … ucReturnValue = pCECResourcePrivate->CecRxBuf[pCECResourcePrivate->CecFifoIdxS].ucLength;
/utopia/UTPA2-700.0.x/mxlib/include/
H A DapiMHL.h470 MS_U8 ucLength; member
477 MS_U8 ucLength; member
747 MS_BOOL mapi_mhl_SendWriteBurst(MS_U8 ucAddr, MS_U8 ucLength, MS_U8 *buffer);
757 MS_BOOL SYMBOL_WEAK mapi_mhl_CbusSendUserWriteBurst(MS_U8 ucLength, MS_U8 *pBuffer);
/utopia/UTPA2-700.0.x/modules/hdmi/hal/messi/mhl/internal/
H A DhalMHL.c4001 void mhal_mhl_InsertEMSCSendData(MS_U8 ucLength, MS_U8 *bSendEMSC) in mhal_mhl_InsertEMSCSendData() argument
4006 if((ucLength > 0) && (bSendEMSC != NULL)) in mhal_mhl_InsertEMSCSendData()
4008 W2BYTEMSK(REG_MHL_ECBUS_1B, (ucLength -1), BMASK(9:0)); // Request command byte count in mhal_mhl_InsertEMSCSendData()
4009 …W2BYTEMSK(REG_MHL_ECBUS_79, _mhal_mhl_GetEMSCTwoByteCRC(0, (ucLength -1)) , BMASK(2:0)); // byte c… in mhal_mhl_InsertEMSCSendData()
4014 for(uctemp = 0; uctemp < ucLength; uctemp++) in mhal_mhl_InsertEMSCSendData()
H A DhalMHL.h292 void mhal_mhl_InsertEMSCSendData(MS_U8 ucLength, MS_U8 *bSendEMSC);
/utopia/UTPA2-700.0.x/modules/hdmi/hal/mainz/mhl/internal/
H A DhalMHL.c4001 void mhal_mhl_InsertEMSCSendData(MS_U8 ucLength, MS_U8 *bSendEMSC) in mhal_mhl_InsertEMSCSendData() argument
4006 if((ucLength > 0) && (bSendEMSC != NULL)) in mhal_mhl_InsertEMSCSendData()
4008 W2BYTEMSK(REG_MHL_ECBUS_1B, (ucLength -1), BMASK(9:0)); // Request command byte count in mhal_mhl_InsertEMSCSendData()
4009 …W2BYTEMSK(REG_MHL_ECBUS_79, _mhal_mhl_GetEMSCTwoByteCRC(0, (ucLength -1)) , BMASK(2:0)); // byte c… in mhal_mhl_InsertEMSCSendData()
4014 for(uctemp = 0; uctemp < ucLength; uctemp++) in mhal_mhl_InsertEMSCSendData()
H A DhalMHL.h292 void mhal_mhl_InsertEMSCSendData(MS_U8 ucLength, MS_U8 *bSendEMSC);
/utopia/UTPA2-700.0.x/modules/hdmi/hal/mooney/mhl/internal/
H A DhalMHL.c4443 void mhal_mhl_InsertEMSCSendData(MS_U8 ucLength, MS_U8 *bSendEMSC) in mhal_mhl_InsertEMSCSendData() argument
4448 if((ucLength > 0) && (bSendEMSC != NULL)) in mhal_mhl_InsertEMSCSendData()
4450 W2BYTEMSK(REG_MHL_ECBUS_1B, (ucLength -1), BMASK(9:0)); // Request command byte count in mhal_mhl_InsertEMSCSendData()
4451 …W2BYTEMSK(REG_MHL_ECBUS_79, _mhal_mhl_GetEMSCTwoByteCRC(0, (ucLength -1)) , BMASK(2:0)); // byte c… in mhal_mhl_InsertEMSCSendData()
4456 for(uctemp = 0; uctemp < ucLength; uctemp++) in mhal_mhl_InsertEMSCSendData()
H A DhalMHL.h319 void mhal_mhl_InsertEMSCSendData(MS_U8 ucLength, MS_U8 *bSendEMSC);
/utopia/UTPA2-700.0.x/modules/hdmi/hal/macan/mhl/internal/
H A DhalMHL.c4467 void mhal_mhl_InsertEMSCSendData(MS_U8 ucLength, MS_U8 *bSendEMSC) in mhal_mhl_InsertEMSCSendData() argument
4472 if((ucLength > 0) && (bSendEMSC != NULL)) in mhal_mhl_InsertEMSCSendData()
4474 W2BYTEMSK(REG_MHL_ECBUS_1B, (ucLength -1), BMASK(9:0)); // Request command byte count in mhal_mhl_InsertEMSCSendData()
4475 …W2BYTEMSK(REG_MHL_ECBUS_79, _mhal_mhl_GetEMSCTwoByteCRC(0, (ucLength -1)) , BMASK(2:0)); // byte c… in mhal_mhl_InsertEMSCSendData()
4480 for(uctemp = 0; uctemp < ucLength; uctemp++) in mhal_mhl_InsertEMSCSendData()
H A DhalMHL.h320 void mhal_mhl_InsertEMSCSendData(MS_U8 ucLength, MS_U8 *bSendEMSC);
/utopia/UTPA2-700.0.x/modules/hdmi/hal/M7621/mhl/internal/
H A DhalMHL.c5055 void mhal_mhl_InsertEMSCSendData(MS_U8 ucLength, MS_U8 *bSendEMSC) in mhal_mhl_InsertEMSCSendData() argument
5060 if((ucLength > 0) && (bSendEMSC != NULL)) in mhal_mhl_InsertEMSCSendData()
5062 W2BYTEMSK(REG_MHL_ECBUS_1B, (ucLength -1), BMASK(9:0)); // Request command byte count in mhal_mhl_InsertEMSCSendData()
5063 …W2BYTEMSK(REG_MHL_ECBUS_79, _mhal_mhl_GetEMSCTwoByteCRC(0, (ucLength -1)) , BMASK(2:0)); // byte c… in mhal_mhl_InsertEMSCSendData()
5068 for(uctemp = 0; uctemp < ucLength; uctemp++) in mhal_mhl_InsertEMSCSendData()
H A DhalMHL.h320 void mhal_mhl_InsertEMSCSendData(MS_U8 ucLength, MS_U8 *bSendEMSC);
/utopia/UTPA2-700.0.x/modules/hdmi/hal/maxim/mhl/internal/
H A DhalMHL.c5055 void mhal_mhl_InsertEMSCSendData(MS_U8 ucLength, MS_U8 *bSendEMSC) in mhal_mhl_InsertEMSCSendData() argument
5060 if((ucLength > 0) && (bSendEMSC != NULL)) in mhal_mhl_InsertEMSCSendData()
5062 W2BYTEMSK(REG_MHL_ECBUS_1B, (ucLength -1), BMASK(9:0)); // Request command byte count in mhal_mhl_InsertEMSCSendData()
5063 …W2BYTEMSK(REG_MHL_ECBUS_79, _mhal_mhl_GetEMSCTwoByteCRC(0, (ucLength -1)) , BMASK(2:0)); // byte c… in mhal_mhl_InsertEMSCSendData()
5068 for(uctemp = 0; uctemp < ucLength; uctemp++) in mhal_mhl_InsertEMSCSendData()
/utopia/UTPA2-700.0.x/modules/hdmi/hal/maserati/mhl/internal/
H A DhalMHL.c5055 void mhal_mhl_InsertEMSCSendData(MS_U8 ucLength, MS_U8 *bSendEMSC) in mhal_mhl_InsertEMSCSendData() argument
5060 if((ucLength > 0) && (bSendEMSC != NULL)) in mhal_mhl_InsertEMSCSendData()
5062 W2BYTEMSK(REG_MHL_ECBUS_1B, (ucLength -1), BMASK(9:0)); // Request command byte count in mhal_mhl_InsertEMSCSendData()
5063 …W2BYTEMSK(REG_MHL_ECBUS_79, _mhal_mhl_GetEMSCTwoByteCRC(0, (ucLength -1)) , BMASK(2:0)); // byte c… in mhal_mhl_InsertEMSCSendData()
5068 for(uctemp = 0; uctemp < ucLength; uctemp++) in mhal_mhl_InsertEMSCSendData()
H A DhalMHL.h320 void mhal_mhl_InsertEMSCSendData(MS_U8 ucLength, MS_U8 *bSendEMSC);
/utopia/UTPA2-700.0.x/modules/hdmi/hal/M7821/mhl/internal/
H A DhalMHL.c5055 void mhal_mhl_InsertEMSCSendData(MS_U8 ucLength, MS_U8 *bSendEMSC) in mhal_mhl_InsertEMSCSendData() argument
5060 if((ucLength > 0) && (bSendEMSC != NULL)) in mhal_mhl_InsertEMSCSendData()
5062 W2BYTEMSK(REG_MHL_ECBUS_1B, (ucLength -1), BMASK(9:0)); // Request command byte count in mhal_mhl_InsertEMSCSendData()
5063 …W2BYTEMSK(REG_MHL_ECBUS_79, _mhal_mhl_GetEMSCTwoByteCRC(0, (ucLength -1)) , BMASK(2:0)); // byte c… in mhal_mhl_InsertEMSCSendData()
5068 for(uctemp = 0; uctemp < ucLength; uctemp++) in mhal_mhl_InsertEMSCSendData()
H A DhalMHL.h320 void mhal_mhl_InsertEMSCSendData(MS_U8 ucLength, MS_U8 *bSendEMSC);
/utopia/UTPA2-700.0.x/modules/hdmi/hal/manhattan/mhl/internal/
H A DhalMHL.c5055 void mhal_mhl_InsertEMSCSendData(MS_U8 ucLength, MS_U8 *bSendEMSC) in mhal_mhl_InsertEMSCSendData() argument
5060 if((ucLength > 0) && (bSendEMSC != NULL)) in mhal_mhl_InsertEMSCSendData()
5062 W2BYTEMSK(REG_MHL_ECBUS_1B, (ucLength -1), BMASK(9:0)); // Request command byte count in mhal_mhl_InsertEMSCSendData()
5063 …W2BYTEMSK(REG_MHL_ECBUS_79, _mhal_mhl_GetEMSCTwoByteCRC(0, (ucLength -1)) , BMASK(2:0)); // byte c… in mhal_mhl_InsertEMSCSendData()
5068 for(uctemp = 0; uctemp < ucLength; uctemp++) in mhal_mhl_InsertEMSCSendData()
H A DhalMHL.h320 void mhal_mhl_InsertEMSCSendData(MS_U8 ucLength, MS_U8 *bSendEMSC);
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DapiMHL.h404 MS_BOOL mapi_mhl_SendWriteBurst(MS_U8 ucAddr, MS_U8 ucLength, MS_U8 *buffer);

12