Searched refs:MT_GIC_BASE (Results 1 – 9 of 9) sorted by relevance
30 #define MT_GIC_BASE (IO_PHYS + 0x220000) macro68 #define BASE_GICD_BASE (MT_GIC_BASE + 0x1000)69 #define BASE_GICC_BASE (MT_GIC_BASE + 0x2000)71 #define BASE_GICH_BASE (MT_GIC_BASE + 0x4000)72 #define BASE_GICV_BASE (MT_GIC_BASE + 0x6000)
12 #define MT_GIC_BASE (0x0C000000) macro19 #define MTK_DEV_RNG2_BASE MT_GIC_BASE96 #define BASE_GICD_BASE MT_GIC_BASE97 #define MT_GIC_RDIST_BASE (MT_GIC_BASE + 0x40000)
13 #define MT_GIC_BASE (0x0C000000) macro20 #define MTK_DEV_RNG2_BASE MT_GIC_BASE83 #define BASE_GICD_BASE MT_GIC_BASE84 #define MT_GIC_RDIST_BASE (MT_GIC_BASE + 0x40000)
14 #define MT_GIC_BASE (0x0C000000) macro20 #define MTK_DEV_RNG0_BASE (MT_GIC_BASE)67 #define BASE_GICD_BASE (MT_GIC_BASE)68 #define MT_GIC_RDIST_BASE (MT_GIC_BASE + 0x40000)
31 #define MT_GIC_BASE 0x0c000000 macro116 #define BASE_GICD_BASE MT_GIC_BASE117 #define BASE_GICC_BASE (MT_GIC_BASE + 0x400000)118 #define MT_GIC_RDIST_BASE (MT_GIC_BASE + 0x100000)119 #define BASE_GICR_BASE (MT_GIC_BASE + 0x100000)120 #define BASE_GICH_BASE (MT_GIC_BASE + 0x4000)121 #define BASE_GICV_BASE (MT_GIC_BASE + 0x6000)
13 #define MT_GIC_BASE 0x0c000000 macro82 #define BASE_GICD_BASE MT_GIC_BASE83 #define MT_GIC_RDIST_BASE (MT_GIC_BASE + 0x40000)
33 .gicd_base = MT_GIC_BASE,
36 .gicd_base = MT_GIC_BASE,
165 config = mmio_read_32(MT_GIC_BASE + GICD_ICFGR + (irq / 16U) * 4U); in mt_irq_get_sens()
Completed in 16 milliseconds