Lines Matching refs:INTEN
237 uint32_t *INTEN; in nhw_GRTC_eval_interrupt() local
243 INTEN = (uint32_t *)((uintptr_t)&NRF_GRTC_regs.INTEN0 + irql*grtc_int_pdiff); in nhw_GRTC_eval_interrupt()
261 *INTPEND = event_bitmask & *INTEN; in nhw_GRTC_eval_interrupt()
396 uint32_t *INTEN = (uint32_t *)((uintptr_t)&NRF_GRTC_regs.INTEN0 + n*grtc_int_pdiff); in nhw_GRTC_regw_sideeffects_INTEN() local
398 *INTENSET = *INTEN; in nhw_GRTC_regw_sideeffects_INTEN()
406 uint32_t *INTEN = (uint32_t *)((uintptr_t)&NRF_GRTC_regs.INTEN0 + n*grtc_int_pdiff); in nhw_GRTC_regw_sideeffects_INTENSET() local
409 *INTEN |= *INTENSET; in nhw_GRTC_regw_sideeffects_INTENSET()
410 *INTENSET = *INTEN; in nhw_GRTC_regw_sideeffects_INTENSET()
420 uint32_t *INTEN = (uint32_t *)((uintptr_t)&NRF_GRTC_regs.INTEN0 + n*grtc_int_pdiff); in nhw_GRTC_regw_sideeffects_INTENCLR() local
423 *INTEN &= ~*INTENCLR; in nhw_GRTC_regw_sideeffects_INTENCLR()
424 *INTENSET = *INTEN; in nhw_GRTC_regw_sideeffects_INTENCLR()