Home
last modified time | relevance | path

Searched refs:PLIC_REG_MASK (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/drivers/interrupt_controller/
Dintc_plic.c56 #define PLIC_REG_MASK BIT_MASK(LOG2(PLIC_REG_SIZE)) macro
265 WRITE_BIT(en_value, local_irq & PLIC_REG_MASK, in plic_irq_enable_set_state()
316 uint32_t bit_position = local_irq & PLIC_REG_MASK; in local_irq_is_enabled()
388 WRITE_BIT(pend_value, local_irq & PLIC_REG_MASK, true); in riscv_plic_irq_set_pending()