Home
last modified time | relevance | path

Searched refs:MsOS_RestoreAllInterrupts (Results 1 – 25 of 30) sorted by relevance

12

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvTimer.c386 MsOS_RestoreAllInterrupts(u32OldIntr); in del_timer()
427 MsOS_RestoreAllInterrupts(u32OldIntr); in del_timer_sync()
471 MsOS_RestoreAllInterrupts(u32OldIntr); in add_timer()
510 MsOS_RestoreAllInterrupts(u32OldIntr); in mod_timer()
H A DdrvHub.c956 MsOS_RestoreAllInterrupts(u32OldIntr); in hub_irq()
6039 MsOS_RestoreAllInterrupts(u32OldIntr); in clean_hub_events()
6162 MsOS_RestoreAllInterrupts(u32OldIntr); in has_hub_events()
6304 MsOS_RestoreAllInterrupts(u32OldIntr); in hub_events()
8720 MsOS_RestoreAllInterrupts(u32OldIntr); in has_hub_events_EX()
8957 MsOS_RestoreAllInterrupts(u32OldIntr); in hub_events_EX()
H A DdrvHub_2.c139 MsOS_RestoreAllInterrupts(u32OldIntr); in has_hub_events_Port2()
186 MsOS_RestoreAllInterrupts(u32OldIntr); in hub_events_Port2()
/utopia/UTPA2-700.0.x/modules/hdmi/hal/k6/hdmitx/
H A DhalHDMIUtilTx.c324 MsOS_RestoreAllInterrupts(u32OldIntr); in i2c_Start()
354 MsOS_RestoreAllInterrupts(u32OldIntr); in i2c_Stop()
399 MsOS_RestoreAllInterrupts(u32OldIntr); in i2c_ReceiveByte()
446 MsOS_RestoreAllInterrupts(u32OldIntr); in i2c_SendByte()
/utopia/UTPA2-700.0.x/modules/hdmi/hal/M7621/hdmitx/
H A DhalHDMIUtilTx.c324 MsOS_RestoreAllInterrupts(u32OldIntr); in i2c_Start()
354 MsOS_RestoreAllInterrupts(u32OldIntr); in i2c_Stop()
399 MsOS_RestoreAllInterrupts(u32OldIntr); in i2c_ReceiveByte()
446 MsOS_RestoreAllInterrupts(u32OldIntr); in i2c_SendByte()
/utopia/UTPA2-700.0.x/modules/hdmi/hal/k6lite/hdmitx/
H A DhalHDMIUtilTx.c324 MsOS_RestoreAllInterrupts(u32OldIntr); in i2c_Start()
354 MsOS_RestoreAllInterrupts(u32OldIntr); in i2c_Stop()
399 MsOS_RestoreAllInterrupts(u32OldIntr); in i2c_ReceiveByte()
446 MsOS_RestoreAllInterrupts(u32OldIntr); in i2c_SendByte()
/utopia/UTPA2-700.0.x/modules/hdmi/hal/curry/hdmitx/
H A DhalHDMIUtilTx.c324 MsOS_RestoreAllInterrupts(u32OldIntr); in i2c_Start()
354 MsOS_RestoreAllInterrupts(u32OldIntr); in i2c_Stop()
399 MsOS_RestoreAllInterrupts(u32OldIntr); in i2c_ReceiveByte()
446 MsOS_RestoreAllInterrupts(u32OldIntr); in i2c_SendByte()
/utopia/UTPA2-700.0.x/modules/hdmi/hal/kano/hdmitx/
H A DhalHDMIUtilTx.c324 MsOS_RestoreAllInterrupts(u32OldIntr); in i2c_Start()
354 MsOS_RestoreAllInterrupts(u32OldIntr); in i2c_Stop()
399 MsOS_RestoreAllInterrupts(u32OldIntr); in i2c_ReceiveByte()
446 MsOS_RestoreAllInterrupts(u32OldIntr); in i2c_SendByte()
/utopia/UTPA2-700.0.x/modules/hdmi/hal/maxim/hdmitx/
H A DhalHDMIUtilTx.c324 MsOS_RestoreAllInterrupts(u32OldIntr); in i2c_Start()
354 MsOS_RestoreAllInterrupts(u32OldIntr); in i2c_Stop()
399 MsOS_RestoreAllInterrupts(u32OldIntr); in i2c_ReceiveByte()
446 MsOS_RestoreAllInterrupts(u32OldIntr); in i2c_SendByte()
/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A DMsOS_ucos.c3194 MS_BOOL MsOS_RestoreAllInterrupts(MS_U32 u32OldInterrupts) in MsOS_RestoreAllInterrupts() function
3262 MsOS_RestoreAllInterrupts(u32OldIntr); in MsOS_Dcache_Flush()
3291 MsOS_RestoreAllInterrupts(u32OldIntr); in MsOS_Dcache_Invalidate()
3315 MsOS_RestoreAllInterrupts(u32OldIntr); in MsOS_Dcache_Writeback()
/utopia/UTPA2-700.0.x/modules/msos/msos/ecos/
H A DMsOS_ecos.c3082 MS_BOOL MsOS_RestoreAllInterrupts(MS_U32 u32OldInterrupts) in MsOS_RestoreAllInterrupts() function
3150 MsOS_RestoreAllInterrupts(u32OldIntr); in MsOS_Dcache_Invalidate()
3173 MsOS_RestoreAllInterrupts(u32OldIntr); in MsOS_Dcache_Writeback()
H A DdrvMPool.c570 MsOS_RestoreAllInterrupts(u32OldIntr); in MsOS_MPool_Dcache_Flush()
/utopia/UTPA2-700.0.x/modules/dscmb/drv/nds/
H A Dnds_sc.c287 old_int = MsOS_RestoreAllInterrupts(old_int); in _NDS_SC_SET_CTRL()
311 old_int = MsOS_RestoreAllInterrupts(old_int); in _NDS_SC_CLR_CTRL()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/
H A DdrvOSAPI.h114 #define osapi_spin_unlock_irqrestore(lock,flag) MsOS_RestoreAllInterrupts(flag)
/utopia/UTPA2-700.0.x/modules/mbx/drv/mbx/linux/
H A DdrvMBX.c226 MsOS_RestoreAllInterrupts(_mgrMBX.u32IntLockerMBX); \
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DMsOS.h1154 MS_BOOL MsOS_RestoreAllInterrupts(MS_U32 u32OldInterrupts);
/utopia/UTPA2-700.0.x/modules/msos/msos/optee/
H A DMsOS_optee.c1539 MS_BOOL MsOS_RestoreAllInterrupts(MS_U32 u32OldInterrupts) in MsOS_RestoreAllInterrupts() function
/utopia/UTPA2-700.0.x/modules/mbx/drv/mbx/ecos_nos/
H A DdrvMBX.c225 MsOS_RestoreAllInterrupts(_mgrMBX.u32IntLockerMBX); \
/utopia/UTPA2-700.0.x/modules/msos/msos/nos/
H A DMsOS_nos.c1473 MS_BOOL MsOS_RestoreAllInterrupts(MS_U32 u32OldInterrupts) in MsOS_RestoreAllInterrupts() function
/utopia/UTPA2-700.0.x/mxlib/include/
H A DMsOS.h1297 MS_BOOL MsOS_RestoreAllInterrupts(MS_U32 u32OldInterrupts);
/utopia/UTPA2-700.0.x/modules/msos/msos/nuttx/
H A DMsOS_nuttx.c1725 MS_BOOL MsOS_RestoreAllInterrupts(MS_U32 u32OldInterrupts) in MsOS_RestoreAllInterrupts() function
/utopia/UTPA2-700.0.x/modules/sys/drv/sys/
H A DdrvSYS.c153 #define SYS_RES_ALL_INT(x) { MsOS_RestoreAllInterrupts(x); }
/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel/
H A DMsOS_linux_kernel.c2369 MS_BOOL MsOS_RestoreAllInterrupts(MS_U32 u32OldInterrupts) in MsOS_RestoreAllInterrupts() function
/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel_V2/
H A DMsOS_linux_kernel.c2786 MS_BOOL MsOS_RestoreAllInterrupts(MS_U32 u32OldInterrupts) in MsOS_RestoreAllInterrupts() function
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DMsOS_linux.c3317 MS_BOOL MsOS_RestoreAllInterrupts(MS_U32 u32OldInterrupts) in MsOS_RestoreAllInterrupts() function

12