Searched refs:bm_isr_disable_write (Results 1 – 2 of 2) sorted by relevance
148 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()
204 #define bm_isr_disable_write(bm, v) __bm_isr_write(bm, bm_isr_disable, v) macro