Home
last modified time | relevance | path

Searched refs:u32End (Results 1 – 25 of 37) sorted by relevance

12

/utopia/UTPA2-700.0.x/modules/miu/hal/k6/miu/
H A DhalMIU.c1028 MS_PHY u32End, in HAL_MIU_Protect() argument
1050 …else if(((u32Start & ((1 << MIU_PAGE_SHIFT) -1)) != 0) || ((u32End & ((1 << MIU_PAGE_SHIFT) -1)) !… in HAL_MIU_Protect()
1055 else if(u32Start >= u32End) in HAL_MIU_Protect()
1135 u32End-=HAL_MIU1_BASE;; in HAL_MIU_Protect()
1155 u16Data1 |= (MS_U16)(((u32End -1) >> 29) << (u8Blockx * 4 + 2)); in HAL_MIU_Protect()
1163 u16Data = (MS_U16)((u32End >> MIU_PAGE_SHIFT)-1); //8k/unit; in HAL_MIU_Protect()
1200 MS_PHY u32End, in HAL_MIU_ProtectEx() argument
1222 …else if(((u32Start & ((1 << MIU_PAGE_SHIFT) -1)) != 0) || ((u32End & ((1 << MIU_PAGE_SHIFT) -1)) !… in HAL_MIU_ProtectEx()
1227 else if(u32Start >= u32End) in HAL_MIU_ProtectEx()
1307 u32End-=HAL_MIU1_BASE;; in HAL_MIU_ProtectEx()
[all …]
/utopia/UTPA2-700.0.x/modules/miu/hal/kano/miu/
H A DhalMIU.c1027 MS_PHY u32End, in HAL_MIU_Protect() argument
1049 …else if(((u32Start & ((1 << MIU_PAGE_SHIFT) -1)) != 0) || ((u32End & ((1 << MIU_PAGE_SHIFT) -1)) !… in HAL_MIU_Protect()
1054 else if(u32Start >= u32End) in HAL_MIU_Protect()
1134 u32End-=HAL_MIU1_BASE;; in HAL_MIU_Protect()
1154 u16Data1 |= (MS_U16)(((u32End -1) >> 29) << (u8Blockx * 4 + 2)); in HAL_MIU_Protect()
1162 u16Data = (MS_U16)((u32End >> MIU_PAGE_SHIFT)-1); //8k/unit; in HAL_MIU_Protect()
1199 MS_PHY u32End, in HAL_MIU_ProtectEx() argument
1221 …else if(((u32Start & ((1 << MIU_PAGE_SHIFT) -1)) != 0) || ((u32End & ((1 << MIU_PAGE_SHIFT) -1)) !… in HAL_MIU_ProtectEx()
1226 else if(u32Start >= u32End) in HAL_MIU_ProtectEx()
1306 u32End-=HAL_MIU1_BASE;; in HAL_MIU_ProtectEx()
[all …]
/utopia/UTPA2-700.0.x/modules/miu/hal/k6lite/miu/
H A DhalMIU.c1027 MS_PHY u32End, in HAL_MIU_Protect() argument
1049 …else if(((u32Start & ((1 << MIU_PAGE_SHIFT) -1)) != 0) || ((u32End & ((1 << MIU_PAGE_SHIFT) -1)) !… in HAL_MIU_Protect()
1054 else if(u32Start >= u32End) in HAL_MIU_Protect()
1134 u32End-=HAL_MIU1_BASE;; in HAL_MIU_Protect()
1154 u16Data1 |= (MS_U16)(((u32End -1) >> 29) << (u8Blockx * 4 + 2)); in HAL_MIU_Protect()
1162 u16Data = (MS_U16)((u32End >> MIU_PAGE_SHIFT)-1); //8k/unit; in HAL_MIU_Protect()
1199 MS_PHY u32End, in HAL_MIU_ProtectEx() argument
1221 …else if(((u32Start & ((1 << MIU_PAGE_SHIFT) -1)) != 0) || ((u32End & ((1 << MIU_PAGE_SHIFT) -1)) !… in HAL_MIU_ProtectEx()
1226 else if(u32Start >= u32End) in HAL_MIU_ProtectEx()
1306 u32End-=HAL_MIU1_BASE;; in HAL_MIU_ProtectEx()
[all …]
/utopia/UTPA2-700.0.x/modules/miu/hal/k7u/miu/
H A DhalMIU.c1028 MS_PHY u32End, in HAL_MIU_Protect() argument
1050 …else if(((u32Start & ((1 << MIU_PAGE_SHIFT) -1)) != 0) || ((u32End & ((1 << MIU_PAGE_SHIFT) -1)) !… in HAL_MIU_Protect()
1055 else if(u32Start >= u32End) in HAL_MIU_Protect()
1135 u32End-=HAL_MIU1_BASE;; in HAL_MIU_Protect()
1155 u16Data1 |= (MS_U16)(((u32End -1) >> 29) << (u8Blockx * 4 + 2)); in HAL_MIU_Protect()
1163 u16Data = (MS_U16)((u32End >> MIU_PAGE_SHIFT)-1); //8k/unit; in HAL_MIU_Protect()
1200 MS_PHY u32End, in HAL_MIU_ProtectEx() argument
1222 …else if(((u32Start & ((1 << MIU_PAGE_SHIFT) -1)) != 0) || ((u32End & ((1 << MIU_PAGE_SHIFT) -1)) !… in HAL_MIU_ProtectEx()
1227 else if(u32Start >= u32End) in HAL_MIU_ProtectEx()
1307 u32End-=HAL_MIU1_BASE;; in HAL_MIU_ProtectEx()
[all …]
/utopia/UTPA2-700.0.x/modules/dscmb/drv/ca2/
H A DdrvCA.c243 MS_BOOL _MDrv_CA_OTP_SetBlockLock(MS_U32 u32Start, MS_U32 u32End, CA_LOCK_TYPE eLockType) in _MDrv_CA_OTP_SetBlockLock() argument
246 return HAL_CA_OTP_SetBlockLock(u32Start, u32End, eLockType); in _MDrv_CA_OTP_SetBlockLock()
770 MS_BOOL MDrv_CA_OTP_SetBlockLock(MS_U32 u32Start, MS_U32 u32End, CA_LOCK_TYPE eLockType) in MDrv_CA_OTP_SetBlockLock() argument
781 pArgs.u32End = u32End; in MDrv_CA_OTP_SetBlockLock()
793 return _MDrv_CA_OTP_SetBlockLock(u32Start, u32End, eLockType); in MDrv_CA_OTP_SetBlockLock()
H A DdrvCA_private.h25 MS_BOOL _MDrv_CA_OTP_SetBlockLock(MS_U32 u32Start, MS_U32 u32End, CA_LOCK_TYPE eLockType);
H A DmdrvCA.c270 …if(TRUE == _MDrv_CA_OTP_SetBlockLock(pSetBlockLock->u32Start, pSetBlockLock->u32End, pSetBlockLock… in CAIoctl()
/utopia/UTPA2-700.0.x/modules/miu/hal/curry/miu/
H A DhalMIU.c780 MS_PHY u32End, in HAL_MIU_Protect() argument
802 …else if(((u32Start & ((1 << MIU_PAGE_SHIFT) -1)) != 0) || ((u32End & ((1 << MIU_PAGE_SHIFT) -1)) !… in HAL_MIU_Protect()
807 else if(u32Start >= u32End) in HAL_MIU_Protect()
868 u16Data1 |= (MS_U16)(((u32End -1) >> 29) << (u8Blockx * 4 + 2)); in HAL_MIU_Protect()
876 u16Data = (MS_U16)((u32End >> MIU_PAGE_SHIFT)-1); //8k/unit; in HAL_MIU_Protect()
913 MS_PHY u32End, in HAL_MIU_ProtectEx() argument
/utopia/UTPA2-700.0.x/modules/miu/hal/maldives/miu/
H A DhalMIU.c950 MS_U32 u32End, in HAL_MIU_Protect() argument
972 …else if(((u32Start & ((1 << MIU_PAGE_SHIFT) -1)) != 0) || ((u32End & ((1 << MIU_PAGE_SHIFT) -1)) !… in HAL_MIU_Protect()
977 else if(u32Start >= u32End) in HAL_MIU_Protect()
1057 u32End-=HAL_MIU1_BASE;; in HAL_MIU_Protect()
1077 u16Data1 |= (MS_U16)(((u32End -1) >> 29) << (u8Blockx * 4 + 2)); in HAL_MIU_Protect()
1085 u16Data = (MS_U16)((u32End >> MIU_PAGE_SHIFT)-1); //8k/unit; in HAL_MIU_Protect()
H A DhalMIU.h202 MS_U32 u32End, MS_BOOL bSetFlag);
/utopia/UTPA2-700.0.x/modules/miu/hal/mustang/miu/
H A DhalMIU.c1034 MS_U32 u32End, in HAL_MIU_Protect() argument
1056 …else if(((u32Start & ((1 << MIU_PAGE_SHIFT) -1)) != 0) || ((u32End & ((1 << MIU_PAGE_SHIFT) -1)) !… in HAL_MIU_Protect()
1061 else if(u32Start >= u32End) in HAL_MIU_Protect()
1141 u32End-=HAL_MIU1_BASE;; in HAL_MIU_Protect()
1161 u16Data1 |= (MS_U16)(((u32End -1) >> 29) << (u8Blockx * 4 + 2)); in HAL_MIU_Protect()
1169 u16Data = (MS_U16)((u32End >> MIU_PAGE_SHIFT)-1); //8k/unit; in HAL_MIU_Protect()
H A DhalMIU.h201 MS_BOOL HAL_MIU_Protect(MS_U8 u8Blockx, MS_U8 *pu8ProtectId, MS_U32 u32Start, MS_U32 u32End, MS_BOO…
/utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/
H A Ddrvgpd.c1573 MS_U32 u32End = (MS_U32)MAX(w_end, i_end); in drv_gpd_set_access_bound() local
1574 _phy_to_miu_offset(u8MiuSel, u32End, u32End); in drv_gpd_set_access_bound()
1575 console_printf("[MIU protect]: [%lx, %lx]\n", u32Start, u32End); in drv_gpd_set_access_bound()
1577 GPD_SET_MS_U32REG(reg_ub_addr, u32End>>3); in drv_gpd_set_access_bound()
/utopia/UTPA2-700.0.x/mxlib/include/
H A DdrvMIU_v2.h225 MS_U32 u32End; member
240 MS_U32 u32End; member
H A DdrvCA_v2.h44 MS_U32 u32End; member
H A DdrvCA.h262 DLL_PUBLIC MS_BOOL MDrv_CA_OTP_SetBlockLock(MS_U32 u32Start, MS_U32 u32End, CA_LOCK_TYPE eLockType);
/utopia/UTPA2-700.0.x/modules/miu/drv/miu/
H A DdrvMIU_private.h182 MS_BOOL _MDrv_MIU_Protect(MS_U8 u8Blockx, MS_U8 *pu8ProtectId, MS_PHY u32Start, MS_PHY u32End, MS_B…
183 MS_BOOL _MDrv_MIU_ProtectEx(MS_U8 u8Blockx, MS_U32 *pu32ProtectId, MS_PHY u32Start, MS_PHY u32End, …
/utopia/UTPA2-700.0.x/modules/graphic/drv/ge/
H A DdrvGE.c2642 MS_U32 u32End ; in MDrv_GE_DrawLine() local
2774 u32End = v1->x; in MDrv_GE_DrawLine()
2800 GE_WriteReg(&pGECtxLocal->halLocalCtx, REG_GE_PRIM_V1_X, u32End); in MDrv_GE_DrawLine()
2828 u32End++; in MDrv_GE_DrawLine()
2850 u32End = v1->y; in MDrv_GE_DrawLine()
2856 GE_WriteReg(&pGECtxLocal->halLocalCtx, REG_GE_PRIM_V1_Y, u32End); in MDrv_GE_DrawLine()
2888 u32End++; in MDrv_GE_DrawLine()
/utopia/UTPA2-700.0.x/modules/dmx/drv/tsp3/
H A DdrvTSP.c391 MS_U32 u32End; member
994 _ptsp_res->_DscmbFlt_State[0].u32End = DSCMB_FLT_END_ID; in _TSP_SwStateReset()
1000 _ptsp_res->_DscmbFlt_State[1].u32End = DSCMB1_FLT_END_ID; in _TSP_SwStateReset()
1009 _ptsp_res->_DscmbFlt_State[2].u32End = DSCMB2_FLT_END_ID; in _TSP_SwStateReset()
1017 _ptsp_res->_DscmbFlt_State[3].u32End = DSCMB3_FLT_END_ID; in _TSP_SwStateReset()
1520 pid_idx_end = _ptsp_res->_DscmbFlt_State[u8CAEng].u32End; in _TSP_PidFlt_Alloc()
4171 *pu32EndId = _ptsp_res->_DscmbFlt_State[u8ii].u32End; in MDrv_TSP_GetDscmbFltId_Range()
/utopia/UTPA2-700.0.x/modules/dscmb/hal/kano/ca2/
H A DhalCA.h151 MS_BOOL HAL_CA_OTP_SetBlockLock(MS_U32 u32Start, MS_U32 u32End, CA_LOCK_TYPE eLockType);
/utopia/UTPA2-700.0.x/modules/dscmb/hal/k7u/ca2/
H A DhalCA.h151 MS_BOOL HAL_CA_OTP_SetBlockLock(MS_U32 u32Start, MS_U32 u32End, CA_LOCK_TYPE eLockType);
/utopia/UTPA2-700.0.x/modules/dscmb/hal/curry/ca2/
H A DhalCA.h151 MS_BOOL HAL_CA_OTP_SetBlockLock(MS_U32 u32Start, MS_U32 u32End, CA_LOCK_TYPE eLockType);
/utopia/UTPA2-700.0.x/modules/dscmb/hal/k6lite/ca2/
H A DhalCA.h151 MS_BOOL HAL_CA_OTP_SetBlockLock(MS_U32 u32Start, MS_U32 u32End, CA_LOCK_TYPE eLockType);
/utopia/UTPA2-700.0.x/modules/dscmb/hal/k6/ca2/
H A DhalCA.h151 MS_BOOL HAL_CA_OTP_SetBlockLock(MS_U32 u32Start, MS_U32 u32End, CA_LOCK_TYPE eLockType);
/utopia/UTPA2-700.0.x/modules/miu/hal/M7621/miu/
H A DhalMIU.c1165 MS_PHY u32End, in HAL_MIU_ProtectEx() argument

12