Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/interrupt_controller/
Dintc_gicv3_priv.h51 #define GICD_CTLR_ENABLE_G0 0 macro
Dintc_gicv3.c456 if (sys_read32(GICD_CTLR) & (BIT(GICD_CTLR_ENABLE_G0) | BIT(GICD_CTLR_ENABLE_G1NS))) { in gicv3_dist_init()