Searched refs:LPU_IRQ_IBSY (Results 1 – 2 of 2) sorted by relevance
19 if (raw_status & LPU_IRQ_IBSY) in get_lpu_event()24 if (raw_status & (LPU_IRQ_ERR | LPU_IRQ_IBSY)) { in get_lpu_event()203 #define ENABLED_LPU_IRQS (LPU_IRQ_IBSY | LPU_IRQ_ERR | LPU_IRQ_EOW)
164 #define LPU_IRQ_IBSY BIT(10) macro