Home
last modified time | relevance | path

Searched refs:MsOS_DisableAllInterrupts (Results 1 – 25 of 32) sorted by relevance

12

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvTimer.c371 u32OldIntr = MsOS_DisableAllInterrupts(); in del_timer()
412 u32OldIntr = MsOS_DisableAllInterrupts(); in del_timer_sync()
458 u32OldIntr = MsOS_DisableAllInterrupts(); in add_timer()
485 u32OldIntr = MsOS_DisableAllInterrupts(); in mod_timer()
H A DdrvHub.c951 u32OldIntr = MsOS_DisableAllInterrupts(); in hub_irq()
6029 u32OldIntr = MsOS_DisableAllInterrupts(); in clean_hub_events()
6155 u32OldIntr = MsOS_DisableAllInterrupts(); in has_hub_events()
6294 u32OldIntr = MsOS_DisableAllInterrupts(); in hub_events()
8714 u32OldIntr = MsOS_DisableAllInterrupts(); in has_hub_events_EX()
8948 u32OldIntr = MsOS_DisableAllInterrupts(); in hub_events_EX()
H A DdrvEHsTest.c221 MsOS_DisableAllInterrupts(); in usb_high_speed_test_proc()
256 MsOS_DisableAllInterrupts(); in usb_high_speed_test_proc()
H A DdrvHub_2.c132 u32OldIntr = MsOS_DisableAllInterrupts(); in has_hub_events_Port2()
176 u32OldIntr = MsOS_DisableAllInterrupts(); in hub_events_Port2()
H A DdrvUsbcommon.h205 #define MsOS_DiableAllInterrupts() MsOS_DisableAllInterrupts()
/utopia/UTPA2-700.0.x/modules/hdmi/hal/k6/hdmitx/
H A DhalHDMIUtilTx.c302 u32OldIntr = MsOS_DisableAllInterrupts(); in i2c_Start()
342 u32OldIntr = MsOS_DisableAllInterrupts(); in i2c_Stop()
370 u32OldIntr = MsOS_DisableAllInterrupts(); in i2c_ReceiveByte()
419 u32OldIntr = MsOS_DisableAllInterrupts(); in i2c_SendByte()
/utopia/UTPA2-700.0.x/modules/hdmi/hal/M7621/hdmitx/
H A DhalHDMIUtilTx.c302 u32OldIntr = MsOS_DisableAllInterrupts(); in i2c_Start()
342 u32OldIntr = MsOS_DisableAllInterrupts(); in i2c_Stop()
370 u32OldIntr = MsOS_DisableAllInterrupts(); in i2c_ReceiveByte()
419 u32OldIntr = MsOS_DisableAllInterrupts(); in i2c_SendByte()
/utopia/UTPA2-700.0.x/modules/hdmi/hal/k6lite/hdmitx/
H A DhalHDMIUtilTx.c302 u32OldIntr = MsOS_DisableAllInterrupts(); in i2c_Start()
342 u32OldIntr = MsOS_DisableAllInterrupts(); in i2c_Stop()
370 u32OldIntr = MsOS_DisableAllInterrupts(); in i2c_ReceiveByte()
419 u32OldIntr = MsOS_DisableAllInterrupts(); in i2c_SendByte()
/utopia/UTPA2-700.0.x/modules/hdmi/hal/curry/hdmitx/
H A DhalHDMIUtilTx.c302 u32OldIntr = MsOS_DisableAllInterrupts(); in i2c_Start()
342 u32OldIntr = MsOS_DisableAllInterrupts(); in i2c_Stop()
370 u32OldIntr = MsOS_DisableAllInterrupts(); in i2c_ReceiveByte()
419 u32OldIntr = MsOS_DisableAllInterrupts(); in i2c_SendByte()
/utopia/UTPA2-700.0.x/modules/hdmi/hal/kano/hdmitx/
H A DhalHDMIUtilTx.c302 u32OldIntr = MsOS_DisableAllInterrupts(); in i2c_Start()
342 u32OldIntr = MsOS_DisableAllInterrupts(); in i2c_Stop()
370 u32OldIntr = MsOS_DisableAllInterrupts(); in i2c_ReceiveByte()
419 u32OldIntr = MsOS_DisableAllInterrupts(); in i2c_SendByte()
/utopia/UTPA2-700.0.x/modules/hdmi/hal/maxim/hdmitx/
H A DhalHDMIUtilTx.c302 u32OldIntr = MsOS_DisableAllInterrupts(); in i2c_Start()
342 u32OldIntr = MsOS_DisableAllInterrupts(); in i2c_Stop()
370 u32OldIntr = MsOS_DisableAllInterrupts(); in i2c_ReceiveByte()
419 u32OldIntr = MsOS_DisableAllInterrupts(); in i2c_SendByte()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/
H A DdrvOSAPI.h113 #define osapi_spin_lock_irqsave(lock,flag) {flag = MsOS_DisableAllInterrupts();}
115 #define osapi_spin_lock_irq(lock) MsOS_DisableAllInterrupts()
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DMsOS.h1146 MS_U32 MsOS_DisableAllInterrupts(void);
1819 #define OS_ENTER_CRITICAL() MsOS_DisableAllInterrupts();
/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A DMsOS_ucos.c3176 MS_U32 MsOS_DisableAllInterrupts(void) in MsOS_DisableAllInterrupts() function
3258 u32OldIntr = MsOS_DisableAllInterrupts(); in MsOS_Dcache_Flush()
3287 u32OldIntr = MsOS_DisableAllInterrupts(); in MsOS_Dcache_Invalidate()
3310 u32OldIntr = MsOS_DisableAllInterrupts(); in MsOS_Dcache_Writeback()
/utopia/UTPA2-700.0.x/modules/msos/msos/ecos/
H A DMsOS_ecos.c3070 MS_U32 MsOS_DisableAllInterrupts(void) in MsOS_DisableAllInterrupts() function
3146 u32OldIntr = MsOS_DisableAllInterrupts(); in MsOS_Dcache_Invalidate()
3168 u32OldIntr = MsOS_DisableAllInterrupts(); in MsOS_Dcache_Writeback()
H A DdrvMPool.c566 u32OldIntr = MsOS_DisableAllInterrupts(); in MsOS_MPool_Dcache_Flush()
/utopia/UTPA2-700.0.x/mxlib/include/
H A DMsOS.h1289 MS_U32 MsOS_DisableAllInterrupts(void);
2094 #define OS_ENTER_CRITICAL() MsOS_DisableAllInterrupts();
/utopia/UTPA2-700.0.x/modules/dscmb/drv/nds/
H A Dnds_sc.c276 MS_U32 old_int = MsOS_DisableAllInterrupts(); in _NDS_SC_SET_CTRL()
300 MS_U32 old_int = MsOS_DisableAllInterrupts(); in _NDS_SC_CLR_CTRL()
/utopia/UTPA2-700.0.x/modules/mbx/drv/mbx/linux/
H A DdrvMBX.c220 _mgrMBX.u32IntLockerMBX = MsOS_DisableAllInterrupts();\
/utopia/UTPA2-700.0.x/modules/msos/msos/optee/
H A DMsOS_optee.c1528 MS_U32 MsOS_DisableAllInterrupts(void) in MsOS_DisableAllInterrupts() function
/utopia/UTPA2-700.0.x/modules/mbx/drv/mbx/ecos_nos/
H A DdrvMBX.c219 _mgrMBX.u32IntLockerMBX = MsOS_DisableAllInterrupts();\
/utopia/UTPA2-700.0.x/modules/msos/msos/nos/
H A DMsOS_nos.c1461 MS_U32 MsOS_DisableAllInterrupts(void) in MsOS_DisableAllInterrupts() function
/utopia/UTPA2-700.0.x/modules/msos/msos/nuttx/
H A DMsOS_nuttx.c1714 MS_U32 MsOS_DisableAllInterrupts(void) in MsOS_DisableAllInterrupts() function
/utopia/UTPA2-700.0.x/modules/sys/drv/sys/
H A DdrvSYS.c152 #define SYS_DIS_ALL_INT(x) { x = MsOS_DisableAllInterrupts(); }
/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel/
H A DMsOS_linux_kernel.c2355 MS_U32 MsOS_DisableAllInterrupts(void) in MsOS_DisableAllInterrupts() function

12