Searched refs:vu32Intsts (Results 1 – 2 of 2) sorted by relevance
83 volatile uint32_t vu32Intsts = psNuWhcPriv->base->INTSTS; in nu_whc_isr() local86 while ((irqidx = nu_ctz(vu32Intsts)) != 32) in nu_whc_isr()134 vu32Intsts &= ~(u32IsrBitMask); in nu_whc_isr()
79 volatile uint32_t vu32Intsts = psNuHwSem->base->INTSTS_CORE; in nu_hwsem_isr() local81 while ((irqidx = nu_ctz(vu32Intsts)) < evHWSEM_CNT) in nu_hwsem_isr()92 vu32Intsts &= ~(u32IsrBitMask); in nu_hwsem_isr()
Completed in 6 milliseconds