Searched refs:LPU_IRQ_IBSY (Results 1 – 2 of 2) sorted by relevance
20 if (raw_status & LPU_IRQ_IBSY) in get_lpu_event()27 if (raw_status & (LPU_IRQ_ERR | LPU_IRQ_IBSY | LPU_IRQ_OVR)) { in get_lpu_event()215 #define ENABLED_LPU_IRQS (LPU_IRQ_IBSY | LPU_IRQ_ERR | LPU_IRQ_EOW)
179 #define LPU_IRQ_IBSY BIT(10) macro