Home
last modified time | relevance | path

Searched refs:XX_DisableAllIntr (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/ncsw/inc/
H A Dxx_ext.h193 uint32_t XX_DisableAllIntr(void);
/freebsd/sys/contrib/ncsw/Peripherals/BM/
H A Dbm.h182 #define NCSW_PLOCK(p) ((t_BmPortal*)(p))->irq_flags = XX_DisableAllIntr()
/freebsd/sys/contrib/ncsw/Peripherals/QM/
H A Dqm.h412 #define NCSW_PLOCK(p) ((t_QmPortal*)(p))->irq_flags = XX_DisableAllIntr()
/freebsd/sys/contrib/ncsw/user/env/
H A Dxx.c271 XX_DisableAllIntr(void) in XX_DisableAllIntr() function
/freebsd/sys/contrib/ncsw/Peripherals/FM/inc/
H A Dfm_common.h318 intFlags = XX_DisableAllIntr(); in TRY_LOCK()