Searched refs:BM_REG_ISR (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/soc/fsl/qbman/ |
H A D | bman.c | 45 #define BM_REG_ISR 0x3e00 macro 65 #define BM_REG_ISR 0x0e00 macro 260 u32 is = bm_in(portal, BM_REG_ISR) & p->irq_sources; in portal_isr() 266 bm_out(portal, BM_REG_ISR, clear); in portal_isr() 559 bm_out(p, BM_REG_ISR, 0xffffffff); in bman_create_portal() 618 bm_out(&p->p, BM_REG_ISR, BM_PIRQ_RCRI); in poll_portal_slow()
|
/kernel/linux/linux-6.6/drivers/soc/fsl/qbman/ |
H A D | bman.c | 45 #define BM_REG_ISR 0x3e00 macro 65 #define BM_REG_ISR 0x0e00 macro 260 u32 is = bm_in(portal, BM_REG_ISR) & p->irq_sources; in portal_isr() 266 bm_out(portal, BM_REG_ISR, clear); in portal_isr() 559 bm_out(p, BM_REG_ISR, 0xffffffff); in bman_create_portal() 618 bm_out(&p->p, BM_REG_ISR, BM_PIRQ_RCRI); in poll_portal_slow()
|
Completed in 3 milliseconds