Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/irqchip/
Driscv-aplic.h57 #define APLIC_xMSICFGADDRH_LHXW_MASK 0xf macro
59 #define APLIC_xMSICFGADDRH_LHXW (APLIC_xMSICFGADDRH_LHXW_MASK << \
/linux-6.12.1/drivers/irqchip/
Dirq-riscv-aplic-msi.c214 if (APLIC_xMSICFGADDRH_LHXW_MASK < mc->lhxw) { in aplic_msi_setup()