Home
last modified time | relevance | path

Searched refs:bm_isr_disable_write (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/ncsw/Peripherals/BM/
H A Dbm_portal.c148 bm_isr_disable_write(p_BmPortal->p_BmPortalLow, 0xffffffff); in bman_create_portal()
161 bm_isr_disable_write(p_BmPortal->p_BmPortalLow, (uint32_t)~BM_PIRQ_RCRI); in bman_create_portal()
169 bm_isr_disable_write(p_BmPortal->p_BmPortalLow, 0); in bman_create_portal()
H A Dfsl_bman.h204 #define bm_isr_disable_write(bm, v) __bm_isr_write(bm, bm_isr_disable, v) macro