Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/Peripherals/BM/
H A Dbm_portal.c151 if (flags & BMAN_PORTAL_FLAG_IRQ) in bman_create_portal()
183 if (p_BmPortal->flags & BMAN_PORTAL_FLAG_IRQ) in bman_destroy_portal()
510 flags = (uint32_t)((p_BmPortal->irq != NO_IRQ) ? BMAN_PORTAL_FLAG_IRQ : 0); in BM_PORTAL_Init()
H A Dfsl_bman.h321 #define BMAN_PORTAL_FLAG_IRQ 0x00000001 /* use interrupt handler */ macro