Home
last modified time | relevance | path

Searched refs:u32Flags (Results 1 – 25 of 49) sorted by relevance

12

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvUsbd.c930 U32 u32Flags; in ms_hcd_alloc_dev() local
950 osapi_spin_lock_irqsave (&hcd_data_lock, u32Flags); in ms_hcd_alloc_dev()
954 osapi_spin_unlock_irqrestore (&hcd_data_lock, u32Flags); in ms_hcd_alloc_dev()
963 U32 u32Flags; in ms_urb_unlink() local
968 osapi_spin_lock_irqsave (&hcd_data_lock, u32Flags); in ms_urb_unlink()
971 osapi_spin_unlock_irqrestore (&hcd_data_lock, u32Flags); in ms_urb_unlink()
991 U32 u32Flags; in ms_hcd_submit_urb() local
1002 osapi_spin_lock_irqsave (&hcd_data_lock, u32Flags); in ms_hcd_submit_urb()
1016 osapi_spin_unlock_irqrestore (&hcd_data_lock, u32Flags); in ms_hcd_submit_urb()
1182 U32 u32Flags; in ms_hcd_unlink_urb() local
[all …]
H A DdrvEhciHcd.c344 U32 u32Flags; in ms_hub_status_data() local
355 osapi_spin_lock_irqsave (&pEhci->tHcdLock, u32Flags); in ms_hub_status_data()
380 osapi_spin_unlock_irqrestore (&pEhci->tHcdLock, u32Flags); in ms_hub_status_data()
493 U32 u32Flags; in ms_hub_control() local
503 osapi_spin_lock_irqsave (&pEhci->tHcdLock, u32Flags); in ms_hub_control()
797 osapi_spin_unlock_irqrestore (&pEhci->tHcdLock, u32Flags); in ms_hub_control()
1886 U32 u32Flags; in ms_submit_async() local
1898 osapi_spin_lock_irqsave (&pEhci->tHcdLock, u32Flags); in ms_submit_async()
1909 osapi_spin_unlock_irqrestore (&pEhci->tHcdLock, u32Flags); in ms_submit_async()
2236 unsigned long u32Flags; in ms_ehci_iaa_watchdog() local
[all …]
H A DdrvEHCI_SCHD.cxx611 U32 u32Flags; in ms_intr_submit() local
623 osapi_spin_lock_irqsave (&pEhci->tHcdLock, u32Flags); in ms_intr_submit()
655 osapi_spin_unlock_irqrestore (&pEhci->tHcdLock, u32Flags); in ms_intr_submit()
/utopia/UTPA2-700.0.x/modules/msos/msos/mips4ke/
H A DasmCPU.c215 MS_U8 MAsm_CPU_GetTrailOne(MS_U32 u32Flags) in MAsm_CPU_GetTrailOne() argument
217 u32Flags = (~u32Flags) & (u32Flags-1); in MAsm_CPU_GetTrailOne()
221 : "=r" (u32Flags) in MAsm_CPU_GetTrailOne()
222 : "0" (u32Flags) in MAsm_CPU_GetTrailOne()
224 return 32 - u32Flags; in MAsm_CPU_GetTrailOne()
/utopia/UTPA2-700.0.x/modules/msos/msos/mips1004k/
H A DasmCPU.c215 MS_U8 MAsm_CPU_GetTrailOne(MS_U32 u32Flags) in MAsm_CPU_GetTrailOne() argument
217 u32Flags = (~u32Flags) & (u32Flags-1); in MAsm_CPU_GetTrailOne()
221 : "=r" (u32Flags) in MAsm_CPU_GetTrailOne()
222 : "0" (u32Flags) in MAsm_CPU_GetTrailOne()
224 return 32 - u32Flags; in MAsm_CPU_GetTrailOne()
/utopia/UTPA2-700.0.x/modules/msos/msos/mips74k/
H A DasmCPU.c215 MS_U8 MAsm_CPU_GetTrailOne(MS_U32 u32Flags) in MAsm_CPU_GetTrailOne() argument
217 u32Flags = (~u32Flags) & (u32Flags-1); in MAsm_CPU_GetTrailOne()
221 : "=r" (u32Flags) in MAsm_CPU_GetTrailOne()
222 : "0" (u32Flags) in MAsm_CPU_GetTrailOne()
224 return 32 - u32Flags; in MAsm_CPU_GetTrailOne()
/utopia/UTPA2-700.0.x/modules/msos/msos/mips34k/
H A DasmCPU.c215 MS_U8 ATTRIBUTE MAsm_CPU_GetTrailOne(MS_U32 u32Flags) in MAsm_CPU_GetTrailOne() argument
217 u32Flags = (~u32Flags) & (u32Flags-1); in MAsm_CPU_GetTrailOne()
221 : "=r" (u32Flags) in MAsm_CPU_GetTrailOne()
222 : "0" (u32Flags) in MAsm_CPU_GetTrailOne()
224 return 32 - u32Flags; in MAsm_CPU_GetTrailOne()
/utopia/UTPA2-700.0.x/modules/graphic/drv/ge/
H A DdrvGE.c1040 …l, GE_Rect *pSrcRect, GE_Normalized_Trapezoid *pGENormTrapezoid, MS_U32 u32Flags, GE_ScaleInfo* pS… in GE_TrapezoidBlit() argument
1043 MS_BOOL bYTrapezoid = (u32Flags & E_GE_FLAG_TRAPEZOID_Y) ? TRUE : FALSE; in GE_TrapezoidBlit()
1045 …geTrapeBatchBlitObj.u32BlitFlags = (u32Flags & (E_GE_FLAG_BLT_STRETCH | E_GE_FLAG_STRETCH_NEAREST … in GE_TrapezoidBlit()
1053 geTrapeBatchBlitObj.u32BlitFlags |= (u32Flags & E_GE_FLAG_BLT_MIRROR_V); in GE_TrapezoidBlit()
1055 …geTrapeBatchBlitObj.u32SrcX = (u32Flags & E_GE_FLAG_BLT_MIRROR_H) ? pSrcRect->x : (pSrcRect->x+pSr… in GE_TrapezoidBlit()
1056 …geTrapeBatchBlitObj.u32SrcY = (u32Flags & E_GE_FLAG_BLT_MIRROR_V) ? (pSrcRect->y+pSrcRect->height-… in GE_TrapezoidBlit()
1059 …geTrapeBatchBlitObj.s32DeltaSrcX = (u32Flags & E_GE_FLAG_BLT_MIRROR_H) ? pScaleinfo->x : (-(pScale… in GE_TrapezoidBlit()
1077 geTrapeBatchBlitObj.u32BlitFlags |= (u32Flags & E_GE_FLAG_BLT_MIRROR_H); in GE_TrapezoidBlit()
1079 …geTrapeBatchBlitObj.u32SrcX = (u32Flags & E_GE_FLAG_BLT_MIRROR_H) ? (pSrcRect->x+pSrcRect->width-1… in GE_TrapezoidBlit()
1080 …geTrapeBatchBlitObj.u32SrcY = (u32Flags & E_GE_FLAG_BLT_MIRROR_V) ? (pSrcRect->y+pSrcRect->height)… in GE_TrapezoidBlit()
[all …]
H A DdrvGE.h1149 …E_Context *pGECtx,GE_Trapezoid *pGeTrapezoid, MS_U32 u32ColorS, MS_U32 u32ColorE, MS_U32 u32Flags);
1153 …E_Context *pGECtx,GE_Rect *pSrcRect, GE_DstBitBltType *pDstRect, MS_U32 u32Flags, GE_ScaleInfo* pS…
/utopia/UTPA2-700.0.x/modules/msos/msos/arm_ca7/
H A DasmCPU.c208 MS_U8 MAsm_CPU_GetTrailOne(MS_U32 u32Flags) in MAsm_CPU_GetTrailOne() argument
213 if (u32Flags & (1<< i)) in MAsm_CPU_GetTrailOne()
/utopia/UTPA2-700.0.x/modules/msos/msos/arm_ca12/
H A DasmCPU.c205 MS_U8 MAsm_CPU_GetTrailOne(MS_U32 u32Flags) in MAsm_CPU_GetTrailOne() argument
210 if (u32Flags & (1<< i)) in MAsm_CPU_GetTrailOne()
/utopia/UTPA2-700.0.x/modules/msos/msos/aeon/
H A DasmCPU.c204 MS_U8 MAsm_CPU_GetTrailOne(MS_U32 u32Flags) in MAsm_CPU_GetTrailOne() argument
209 if (u32Flags & (1<< i)) in MAsm_CPU_GetTrailOne()
/utopia/UTPA2-700.0.x/modules/msos/msos/arm9/
H A DasmCPU.c205 MS_U8 MAsm_CPU_GetTrailOne(MS_U32 u32Flags) in MAsm_CPU_GetTrailOne() argument
210 if (u32Flags & (1<< i)) in MAsm_CPU_GetTrailOne()
/utopia/UTPA2-700.0.x/modules/msos/msos/arm_ca53/
H A DasmCPU.c228 MS_U8 MAsm_CPU_GetTrailOne(MS_U32 u32Flags) in MAsm_CPU_GetTrailOne() argument
233 if (u32Flags & (1<< i)) in MAsm_CPU_GetTrailOne()
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DasmCPU.h184 MS_U8 ATTRIBUTE MAsm_CPU_GetTrailOne(MS_U32 u32Flags);
/utopia/UTPA2-700.0.x/mxlib/include/
H A DasmCPU.h184 MS_U8 ATTRIBUTE MAsm_CPU_GetTrailOne(MS_U32 u32Flags);
/utopia/UTPA2-700.0.x/modules/graphic/hal/kastor/ge/
H A DhalGE.h235 …l, GE_Rect *pSrcRect, GE_Normalized_Trapezoid *pGENormTrapezoid, MS_U32 u32Flags, GE_ScaleInfo* pS…
/utopia/UTPA2-700.0.x/modules/graphic/hal/mooney/ge/
H A DhalGE.h234 …l, GE_Rect *pSrcRect, GE_Normalized_Trapezoid *pGENormTrapezoid, MS_U32 u32Flags, GE_ScaleInfo* pS…
/utopia/UTPA2-700.0.x/modules/graphic/hal/kano/ge/
H A DhalGE.h237 …l, GE_Rect *pSrcRect, GE_Normalized_Trapezoid *pGENormTrapezoid, MS_U32 u32Flags, GE_ScaleInfo* pS…
/utopia/UTPA2-700.0.x/modules/graphic/hal/curry/ge/
H A DhalGE.h236 …l, GE_Rect *pSrcRect, GE_Normalized_Trapezoid *pGENormTrapezoid, MS_U32 u32Flags, GE_ScaleInfo* pS…
/utopia/UTPA2-700.0.x/modules/graphic/hal/k6/ge/
H A DhalGE.h237 …l, GE_Rect *pSrcRect, GE_Normalized_Trapezoid *pGENormTrapezoid, MS_U32 u32Flags, GE_ScaleInfo* pS…
/utopia/UTPA2-700.0.x/modules/graphic/hal/messi/ge/
H A DhalGE.h254 …l, GE_Rect *pSrcRect, GE_Normalized_Trapezoid *pGENormTrapezoid, MS_U32 u32Flags, GE_ScaleInfo* pS…
/utopia/UTPA2-700.0.x/modules/graphic/hal/mustang/ge/
H A DhalGE.h260 …l, GE_Rect *pSrcRect, GE_Normalized_Trapezoid *pGENormTrapezoid, MS_U32 u32Flags, GE_ScaleInfo* pS…
/utopia/UTPA2-700.0.x/modules/graphic/hal/macan/ge/
H A DhalGE.h256 …l, GE_Rect *pSrcRect, GE_Normalized_Trapezoid *pGENormTrapezoid, MS_U32 u32Flags, GE_ScaleInfo* pS…
/utopia/UTPA2-700.0.x/modules/graphic/hal/maserati/ge/
H A DhalGE.h260 …l, GE_Rect *pSrcRect, GE_Normalized_Trapezoid *pGENormTrapezoid, MS_U32 u32Flags, GE_ScaleInfo* pS…

12