Searched refs:GIC_SH_MAP0_VP_OFS (Results 1 – 2 of 2) sorted by relevance
159 case GIC_SH_MAP0_VP_OFS ... GIC_SH_MAP255_VP_LAST_OFS: in gic_read()161 irq_src = (addr - GIC_SH_MAP0_VP_OFS) / 32; in gic_read()326 case GIC_SH_MAP0_VP_OFS ... GIC_SH_MAP255_VP_LAST_OFS: in gic_write()328 irq_src = (addr - GIC_SH_MAP0_VP_OFS) / 32; in gic_write()
76 #define GIC_SH_MAP0_VP_OFS 0x2000 macro