Lines Matching refs:uctemp

1337     MS_U8 uctemp = MHL_CBUS_SELECT_MASK;  in mhal_mhl_GetCbusSelect()  local
1342 uctemp = MHL_CBUS_SELECT_PORTA; in mhal_mhl_GetCbusSelect()
1346 uctemp = MHL_CBUS_SELECT_PORTB; in mhal_mhl_GetCbusSelect()
1350 uctemp = MHL_CBUS_SELECT_PORTC; in mhal_mhl_GetCbusSelect()
1354 uctemp = MHL_CBUS_SELECT_PORTD; in mhal_mhl_GetCbusSelect()
1362 return uctemp; in mhal_mhl_GetCbusSelect()
1467 MS_U8 uctemp = 0; in mhal_mhl_CheckEfuseControlFlag() local
1471 for(uctemp = 0; uctemp < MHL_CBUS_SELECT_MASK; uctemp++) in mhal_mhl_CheckEfuseControlFlag()
1473 mhal_mhl_CbusIsolate(uctemp, TRUE); in mhal_mhl_CheckEfuseControlFlag()
2244 MS_U8 uctemp = 0; in mhal_mhl_LoadDeviceCapability() local
2251 for(uctemp = 0; uctemp <8; uctemp++) in mhal_mhl_LoadDeviceCapability()
2253 if(uctemp == 2) in mhal_mhl_LoadDeviceCapability()
2258 …W2BYTE(REG_MHL_CBUS_01 +(uctemp *2), (devcap[(uctemp *2) +1 -ucIndex] <<8) | devcap[uctemp *2 -ucI… in mhal_mhl_LoadDeviceCapability()
2281 MS_U16 uctemp = 0; in mhal_mhl_initial() local
2284 for(uctemp = 0; uctemp <(sizeof(tMHL_INITIAL_TABLE) /sizeof(msLoadTbl_S)); uctemp++) in mhal_mhl_initial()
2286 …W2BYTEMSK(tMHL_INITIAL_TABLE[uctemp].addr, tMHL_INITIAL_TABLE[uctemp].databuf, tMHL_INITIAL_TABLE[ in mhal_mhl_initial()
2318 for(uctemp = 0; uctemp < MHL_CBUS_SELECT_MASK; uctemp++) in mhal_mhl_initial()
2320 _mhal_mhl_RtermHWControl(uctemp, FALSE); in mhal_mhl_initial()
2321 _mhal_mhl_PhyInitialSetting(uctemp); in mhal_mhl_initial()
2722 MS_U8 uctemp = 0; in mhal_mhl_CBusWrite() local
2729 for(uctemp = 0; uctemp < pdatabuf->lens; uctemp++) in mhal_mhl_CBusWrite()
2731 W2BYTE(REG_MHL_CBUS_26 +uctemp *2, pdatabuf->databuf[uctemp]); in mhal_mhl_CBusWrite()
2782 MS_U8 uctemp = 0; in mhal_mhl_CbusIntCB() local
2799 for(uctemp = 0; uctemp <=(MHL_CBUS_DATA_SIZE +1); uctemp++) // offset+16bytes+EOF in mhal_mhl_CbusIntCB()
2801 reg_val = R2BYTE(REG_MHL_CBUS_3D +(uctemp *2)); in mhal_mhl_CbusIntCB()
2805 rcdata[uctemp] = reg_val & 0x00FF; in mhal_mhl_CbusIntCB()
2807 if(((uctemp <= 2) ||(uctemp == (MHL_CBUS_DATA_SIZE +1))) && !(*bIsCmdInData)) in mhal_mhl_CbusIntCB()
2814 *rclen = uctemp; in mhal_mhl_CbusIntCB()
2820 if(uctemp >(MHL_CBUS_DATA_SIZE +1)) in mhal_mhl_CbusIntCB()
3103 MS_U8 uctemp = 0; in mhal_mhl_LoadPowerOnTbl() local
3105 for(uctemp = 0; uctemp <(sizeof(tMHL_POWER_ON_TABLE) /sizeof(msLoadTbl_S)); uctemp++) in mhal_mhl_LoadPowerOnTbl()
3107 …W2BYTEMSK(tMHL_POWER_ON_TABLE[uctemp].addr, tMHL_POWER_ON_TABLE[uctemp].databuf, tMHL_POWER_ON_TAB… in mhal_mhl_LoadPowerOnTbl()
3110 for(uctemp = 0; uctemp < MHL_CBUS_SELECT_MASK; uctemp++) in mhal_mhl_LoadPowerOnTbl()
3112 _mhal_mhl_RxRtermControl(uctemp, RX_HDMI_RTERM); in mhal_mhl_LoadPowerOnTbl()
3118 MS_U8 uctemp = 0; in mhal_mhl_LoadPowerStandbyTbl() local
3122 for(uctemp = 0; uctemp <(sizeof(tMHL_POWER_SAVING_TABLE) /sizeof(msLoadTbl_S)); uctemp++) in mhal_mhl_LoadPowerStandbyTbl()
3124 …W2BYTEMSK(tMHL_POWER_SAVING_TABLE[uctemp].addr, tMHL_POWER_SAVING_TABLE[uctemp].databuf, tMHL_POWE… in mhal_mhl_LoadPowerStandbyTbl()
3127 for(uctemp = 0; uctemp < MHL_CBUS_SELECT_MASK; uctemp++) in mhal_mhl_LoadPowerStandbyTbl()
3129 _mhal_mhl_RxRtermControl(uctemp, RX_RTERM_OFF); in mhal_mhl_LoadPowerStandbyTbl()
3130 mhal_mhl_VbusCharge(uctemp, VBUS_SW_CHARGE); in mhal_mhl_LoadPowerStandbyTbl()
3136 MS_U8 uctemp = 0; in mhal_mhl_LoadPowerDownTbl() local
3140 for(uctemp = 0; uctemp <(sizeof(tMHL_POWER_DOWN_TABLE) /sizeof(msLoadTbl_S)); uctemp++) in mhal_mhl_LoadPowerDownTbl()
3142 …W2BYTEMSK(tMHL_POWER_DOWN_TABLE[uctemp].addr, tMHL_POWER_DOWN_TABLE[uctemp].databuf, tMHL_POWER_DO… in mhal_mhl_LoadPowerDownTbl()
3145 for(uctemp = 0; uctemp < MHL_CBUS_SELECT_MASK; uctemp++) in mhal_mhl_LoadPowerDownTbl()
3147 _mhal_mhl_RxRtermControl(uctemp, RX_RTERM_OFF); in mhal_mhl_LoadPowerDownTbl()