Home
last modified time | relevance | path

Searched refs:restore_firqs (Results 1 – 4 of 4) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/
H A DdrvKernel.h161 static __inline__ void restore_firqs(U32 *flag) in restore_firqs() function
H A DdrvOSAPI.h114 #define spin_unlock_irqrestore(lock,flag) restore_firqs(&flag)
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/
H A DdrvKernel.h135 static __inline__ void restore_firqs(MS_U32 *flag)
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvEHCI.h452 restore_firqs(&flags); in timer_action_done()