Home
last modified time | relevance | path

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

12

/utopia/UTPA2-700.0.x/modules/sem/drv/sem/
H A DdrvSEM.c220 MS_BOOL MDrv_SEM_Get_Resource_U2K(MS_U8 u8SemID, MS_U16 u16ResId) in MDrv_SEM_Get_Resource_U2K() argument
228 return HAL_SEM_Get_Resource(u8SemID, u16ResId); in MDrv_SEM_Get_Resource_U2K()
231 MS_BOOL MDrv_SEM_Get_Resource(MS_U8 u8SemID, MS_U16 u16ResId) in MDrv_SEM_Get_Resource() argument
243 pSemGetResourceParam->u16ResId = u16ResId; in MDrv_SEM_Get_Resource()
248 return MDrv_SEM_Get_Resource_U2K(u8SemID,u16ResId); in MDrv_SEM_Get_Resource()
258 MS_BOOL MDrv_SEM_Free_Resource_U2K(MS_U8 u8SemID, MS_U16 u16ResId) in MDrv_SEM_Free_Resource_U2K() argument
266 return HAL_SEM_Free_Resource(u8SemID, u16ResId); in MDrv_SEM_Free_Resource_U2K()
269 MS_BOOL MDrv_SEM_Free_Resource(MS_U8 u8SemID, MS_U16 u16ResId) in MDrv_SEM_Free_Resource() argument
278 pSemFreeResourceParam->u16ResId = u16ResId; in MDrv_SEM_Free_Resource()
284 return MDrv_SEM_Free_Resource_U2K(u8SemID,u16ResId); in MDrv_SEM_Free_Resource()
H A DdrvSEM_priv.h137 MS_U16 u16ResId; member
144 MS_U16 u16ResId; member
223 MS_BOOL MDrv_SEM_Free_Resource_U2K(MS_U8 u8SemID, MS_U16 u16ResId);
224 MS_BOOL MDrv_SEM_Get_Resource_U2K(MS_U8 u8SemID, MS_U16 u16ResId);
/utopia/UTPA2-700.0.x/modules/sem/hal/kano/sem/
H A DhalSEM.c133 MS_BOOL HAL_SEM_Get_Resource(MS_U8 u8SemID, MS_U16 u16ResId) in HAL_SEM_Get_Resource() argument
137 REG16(REG_SEM_ID0+ u8SemID)= u16ResId; in HAL_SEM_Get_Resource()
138 return (u16ResId == REG16(REG_SEM_ID0+ u8SemID))? TRUE: FALSE; in HAL_SEM_Get_Resource()
141 MS_BOOL HAL_SEM_Free_Resource(MS_U8 u8SemID, MS_U16 u16ResId) in HAL_SEM_Free_Resource() argument
146 if (u16ResId != REG16(REG_SEM_ID0+ u8SemID)) in HAL_SEM_Free_Resource()
H A DhalSEM.h94 MS_BOOL HAL_SEM_Get_Resource(MS_U8 u8SemID, MS_U16 u16ResId);
95 MS_BOOL HAL_SEM_Free_Resource(MS_U8 u8SemID, MS_U16 u16ResId);
/utopia/UTPA2-700.0.x/modules/sem/hal/mustang/sem/
H A DhalSEM.c132 MS_BOOL HAL_SEM_Get_Resource(MS_U8 u8SemID, MS_U16 u16ResId) in HAL_SEM_Get_Resource() argument
136 REG16(REG_SEM_ID0+ u8SemID)= u16ResId; in HAL_SEM_Get_Resource()
137 return (u16ResId == REG16(REG_SEM_ID0+ u8SemID))? TRUE: FALSE; in HAL_SEM_Get_Resource()
140 MS_BOOL HAL_SEM_Free_Resource(MS_U8 u8SemID, MS_U16 u16ResId) in HAL_SEM_Free_Resource() argument
145 if (u16ResId != REG16(REG_SEM_ID0+ u8SemID)) in HAL_SEM_Free_Resource()
/utopia/UTPA2-700.0.x/modules/sem/hal/k6lite/sem/
H A DhalSEM.c133 MS_BOOL HAL_SEM_Get_Resource(MS_U8 u8SemID, MS_U16 u16ResId) in HAL_SEM_Get_Resource() argument
137 REG16(REG_SEM_ID0+ u8SemID)= u16ResId; in HAL_SEM_Get_Resource()
138 return (u16ResId == REG16(REG_SEM_ID0+ u8SemID))? TRUE: FALSE; in HAL_SEM_Get_Resource()
141 MS_BOOL HAL_SEM_Free_Resource(MS_U8 u8SemID, MS_U16 u16ResId) in HAL_SEM_Free_Resource() argument
146 if (u16ResId != REG16(REG_SEM_ID0+ u8SemID)) in HAL_SEM_Free_Resource()
/utopia/UTPA2-700.0.x/modules/sem/hal/curry/sem/
H A DhalSEM.c133 MS_BOOL HAL_SEM_Get_Resource(MS_U8 u8SemID, MS_U16 u16ResId) in HAL_SEM_Get_Resource() argument
137 REG16(REG_SEM_ID0+ u8SemID)= u16ResId; in HAL_SEM_Get_Resource()
138 return (u16ResId == REG16(REG_SEM_ID0+ u8SemID))? TRUE: FALSE; in HAL_SEM_Get_Resource()
141 MS_BOOL HAL_SEM_Free_Resource(MS_U8 u8SemID, MS_U16 u16ResId) in HAL_SEM_Free_Resource() argument
146 if (u16ResId != REG16(REG_SEM_ID0+ u8SemID)) in HAL_SEM_Free_Resource()
H A DhalSEM.h94 MS_BOOL HAL_SEM_Get_Resource(MS_U8 u8SemID, MS_U16 u16ResId);
95 MS_BOOL HAL_SEM_Free_Resource(MS_U8 u8SemID, MS_U16 u16ResId);
/utopia/UTPA2-700.0.x/modules/sem/hal/maldives/sem/
H A DhalSEM.c132 MS_BOOL HAL_SEM_Get_Resource(MS_U8 u8SemID, MS_U16 u16ResId) in HAL_SEM_Get_Resource() argument
136 REG16(REG_SEM_ID0+ u8SemID)= u16ResId; in HAL_SEM_Get_Resource()
137 return (u16ResId == REG16(REG_SEM_ID0+ u8SemID))? TRUE: FALSE; in HAL_SEM_Get_Resource()
140 MS_BOOL HAL_SEM_Free_Resource(MS_U8 u8SemID, MS_U16 u16ResId) in HAL_SEM_Free_Resource() argument
145 if (u16ResId != REG16(REG_SEM_ID0+ u8SemID)) in HAL_SEM_Free_Resource()
H A DhalSEM.h94 MS_BOOL HAL_SEM_Get_Resource(MS_U8 u8SemID, MS_U16 u16ResId);
95 MS_BOOL HAL_SEM_Free_Resource(MS_U8 u8SemID, MS_U16 u16ResId);
/utopia/UTPA2-700.0.x/modules/sem/hal/k6/sem/
H A DhalSEM.c133 MS_BOOL HAL_SEM_Get_Resource(MS_U8 u8SemID, MS_U16 u16ResId) in HAL_SEM_Get_Resource() argument
137 REG16(REG_SEM_ID0+ u8SemID)= u16ResId; in HAL_SEM_Get_Resource()
138 return (u16ResId == REG16(REG_SEM_ID0+ u8SemID))? TRUE: FALSE; in HAL_SEM_Get_Resource()
141 MS_BOOL HAL_SEM_Free_Resource(MS_U8 u8SemID, MS_U16 u16ResId) in HAL_SEM_Free_Resource() argument
146 if (u16ResId != REG16(REG_SEM_ID0+ u8SemID)) in HAL_SEM_Free_Resource()
/utopia/UTPA2-700.0.x/modules/sem/hal/M7621/sem/
H A DhalSEM.c140 MS_BOOL HAL_SEM_Get_Resource(MS_U8 u8SemID, MS_U16 u16ResId) in HAL_SEM_Get_Resource() argument
144 REG16(REG_SEM_ID0+ u8SemID)= u16ResId; in HAL_SEM_Get_Resource()
145 return (u16ResId == REG16(REG_SEM_ID0+ u8SemID))? TRUE: FALSE; in HAL_SEM_Get_Resource()
148 MS_BOOL HAL_SEM_Free_Resource(MS_U8 u8SemID, MS_U16 u16ResId) in HAL_SEM_Free_Resource() argument
153 if (u16ResId != REG16(REG_SEM_ID0+ u8SemID)) in HAL_SEM_Free_Resource()
H A DhalSEM.h94 MS_BOOL HAL_SEM_Get_Resource(MS_U8 u8SemID, MS_U16 u16ResId);
95 MS_BOOL HAL_SEM_Free_Resource(MS_U8 u8SemID, MS_U16 u16ResId);
/utopia/UTPA2-700.0.x/modules/sem/hal/mooney/sem/
H A DhalSEM.c140 MS_BOOL HAL_SEM_Get_Resource(MS_U8 u8SemID, MS_U16 u16ResId) in HAL_SEM_Get_Resource() argument
144 REG16(REG_SEM_ID0+ u8SemID)= u16ResId; in HAL_SEM_Get_Resource()
145 return (u16ResId == REG16(REG_SEM_ID0+ u8SemID))? TRUE: FALSE; in HAL_SEM_Get_Resource()
148 MS_BOOL HAL_SEM_Free_Resource(MS_U8 u8SemID, MS_U16 u16ResId) in HAL_SEM_Free_Resource() argument
153 if (u16ResId != REG16(REG_SEM_ID0+ u8SemID)) in HAL_SEM_Free_Resource()
H A DhalSEM.h94 MS_BOOL HAL_SEM_Get_Resource(MS_U8 u8SemID, MS_U16 u16ResId);
95 MS_BOOL HAL_SEM_Free_Resource(MS_U8 u8SemID, MS_U16 u16ResId);
/utopia/UTPA2-700.0.x/modules/sem/hal/macan/sem/
H A DhalSEM.c140 MS_BOOL HAL_SEM_Get_Resource(MS_U8 u8SemID, MS_U16 u16ResId) in HAL_SEM_Get_Resource() argument
144 REG16(REG_SEM_ID0+ u8SemID)= u16ResId; in HAL_SEM_Get_Resource()
145 return (u16ResId == REG16(REG_SEM_ID0+ u8SemID))? TRUE: FALSE; in HAL_SEM_Get_Resource()
148 MS_BOOL HAL_SEM_Free_Resource(MS_U8 u8SemID, MS_U16 u16ResId) in HAL_SEM_Free_Resource() argument
153 if (u16ResId != REG16(REG_SEM_ID0+ u8SemID)) in HAL_SEM_Free_Resource()
/utopia/UTPA2-700.0.x/modules/sem/hal/maxim/sem/
H A DhalSEM.c140 MS_BOOL HAL_SEM_Get_Resource(MS_U8 u8SemID, MS_U16 u16ResId) in HAL_SEM_Get_Resource() argument
144 REG16(REG_SEM_ID0+ u8SemID)= u16ResId; in HAL_SEM_Get_Resource()
145 return (u16ResId == REG16(REG_SEM_ID0+ u8SemID))? TRUE: FALSE; in HAL_SEM_Get_Resource()
148 MS_BOOL HAL_SEM_Free_Resource(MS_U8 u8SemID, MS_U16 u16ResId) in HAL_SEM_Free_Resource() argument
153 if (u16ResId != REG16(REG_SEM_ID0+ u8SemID)) in HAL_SEM_Free_Resource()
/utopia/UTPA2-700.0.x/modules/sem/hal/M7821/sem/
H A DhalSEM.c140 MS_BOOL HAL_SEM_Get_Resource(MS_U8 u8SemID, MS_U16 u16ResId) in HAL_SEM_Get_Resource() argument
144 REG16(REG_SEM_ID0+ u8SemID)= u16ResId; in HAL_SEM_Get_Resource()
145 return (u16ResId == REG16(REG_SEM_ID0+ u8SemID))? TRUE: FALSE; in HAL_SEM_Get_Resource()
148 MS_BOOL HAL_SEM_Free_Resource(MS_U8 u8SemID, MS_U16 u16ResId) in HAL_SEM_Free_Resource() argument
153 if (u16ResId != REG16(REG_SEM_ID0+ u8SemID)) in HAL_SEM_Free_Resource()
H A DhalSEM.h94 MS_BOOL HAL_SEM_Get_Resource(MS_U8 u8SemID, MS_U16 u16ResId);
95 MS_BOOL HAL_SEM_Free_Resource(MS_U8 u8SemID, MS_U16 u16ResId);
/utopia/UTPA2-700.0.x/modules/sem/hal/mainz/sem/
H A DhalSEM.c140 MS_BOOL HAL_SEM_Get_Resource(MS_U8 u8SemID, MS_U16 u16ResId) in HAL_SEM_Get_Resource() argument
144 REG16(REG_SEM_ID0+ u8SemID)= u16ResId; in HAL_SEM_Get_Resource()
145 return (u16ResId == REG16(REG_SEM_ID0+ u8SemID))? TRUE: FALSE; in HAL_SEM_Get_Resource()
148 MS_BOOL HAL_SEM_Free_Resource(MS_U8 u8SemID, MS_U16 u16ResId) in HAL_SEM_Free_Resource() argument
153 if (u16ResId != REG16(REG_SEM_ID0+ u8SemID)) in HAL_SEM_Free_Resource()
/utopia/UTPA2-700.0.x/modules/sem/hal/maserati/sem/
H A DhalSEM.c140 MS_BOOL HAL_SEM_Get_Resource(MS_U8 u8SemID, MS_U16 u16ResId) in HAL_SEM_Get_Resource() argument
144 REG16(REG_SEM_ID0+ u8SemID)= u16ResId; in HAL_SEM_Get_Resource()
145 return (u16ResId == REG16(REG_SEM_ID0+ u8SemID))? TRUE: FALSE; in HAL_SEM_Get_Resource()
148 MS_BOOL HAL_SEM_Free_Resource(MS_U8 u8SemID, MS_U16 u16ResId) in HAL_SEM_Free_Resource() argument
153 if (u16ResId != REG16(REG_SEM_ID0+ u8SemID)) in HAL_SEM_Free_Resource()
/utopia/UTPA2-700.0.x/modules/sem/hal/manhattan/sem/
H A DhalSEM.c140 MS_BOOL HAL_SEM_Get_Resource(MS_U8 u8SemID, MS_U16 u16ResId) in HAL_SEM_Get_Resource() argument
144 REG16(REG_SEM_ID0+ u8SemID)= u16ResId; in HAL_SEM_Get_Resource()
145 return (u16ResId == REG16(REG_SEM_ID0+ u8SemID))? TRUE: FALSE; in HAL_SEM_Get_Resource()
148 MS_BOOL HAL_SEM_Free_Resource(MS_U8 u8SemID, MS_U16 u16ResId) in HAL_SEM_Free_Resource() argument
153 if (u16ResId != REG16(REG_SEM_ID0+ u8SemID)) in HAL_SEM_Free_Resource()
H A DhalSEM.h94 MS_BOOL HAL_SEM_Get_Resource(MS_U8 u8SemID, MS_U16 u16ResId);
95 MS_BOOL HAL_SEM_Free_Resource(MS_U8 u8SemID, MS_U16 u16ResId);
/utopia/UTPA2-700.0.x/modules/sem/hal/messi/sem/
H A DhalSEM.c140 MS_BOOL HAL_SEM_Get_Resource(MS_U8 u8SemID, MS_U16 u16ResId) in HAL_SEM_Get_Resource() argument
144 REG16(REG_SEM_ID0+ u8SemID)= u16ResId; in HAL_SEM_Get_Resource()
145 return (u16ResId == REG16(REG_SEM_ID0+ u8SemID))? TRUE: FALSE; in HAL_SEM_Get_Resource()
148 MS_BOOL HAL_SEM_Free_Resource(MS_U8 u8SemID, MS_U16 u16ResId) in HAL_SEM_Free_Resource() argument
153 if (u16ResId != REG16(REG_SEM_ID0+ u8SemID)) in HAL_SEM_Free_Resource()
H A DhalSEM.h94 MS_BOOL HAL_SEM_Get_Resource(MS_U8 u8SemID, MS_U16 u16ResId);
95 MS_BOOL HAL_SEM_Free_Resource(MS_U8 u8SemID, MS_U16 u16ResId);

12