Home
last modified time | relevance | path

Searched refs:BM_PIRQ_RCRI (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/soc/fsl/qbman/
Dbman_priv.h38 #define BM_PIRQ_RCRI 0x00000002 /* RCR Ring (below threshold) */ macro
75 #define BM_PIRQ_VISIBLE BM_PIRQ_RCRI
Dbman_portal.c48 bman_p_irqsource_add(p, BM_PIRQ_RCRI); in init_pcfg()
Dbman.c617 if (is & BM_PIRQ_RCRI) { in poll_portal_slow()
620 bm_out(&p->p, BM_REG_ISR, BM_PIRQ_RCRI); in poll_portal_slow()
621 is &= ~BM_PIRQ_RCRI; in poll_portal_slow()