Lines Matching full:gic
8 # error Please include asm/mips-cps.h rather than asm/mips-gic.h
16 /* The base address of the GIC registers */
19 /* Offsets from the GIC base address to various control blocks */
31 CPS_ACCESSOR_RO(gic, sz, MIPS_GIC_SHARED_OFS + off, name)
35 CPS_ACCESSOR_RW(gic, sz, MIPS_GIC_SHARED_OFS + off, name)
39 CPS_ACCESSOR_RO(gic, sz, MIPS_GIC_LOCAL_OFS + off, vl_##name) \
40 CPS_ACCESSOR_RO(gic, sz, MIPS_GIC_REDIR_OFS + off, vo_##name)
44 CPS_ACCESSOR_RW(gic, sz, MIPS_GIC_LOCAL_OFS + off, vl_##name) \
45 CPS_ACCESSOR_RW(gic, sz, MIPS_GIC_REDIR_OFS + off, vo_##name)
163 /* GIC_SH_CONFIG - Information about the GIC configuration */
277 * enum mips_gic_local_interrupt - GIC local interrupts
278 * @GIC_LOCAL_INT_WD: GIC watchdog timer interrupt
279 * @GIC_LOCAL_INT_COMPARE: GIC count/compare interrupt
287 * Enumerates interrupts provided by the GIC that are local to a VP.
301 * mips_gic_present() - Determine whether a GIC is present
303 * Determines whether a MIPS Global Interrupt Controller (GIC) is present in
306 * Return true if a GIC is present, else false.
315 * @intr: A GIC local interrupt
318 * within the block of GIC map registers. This is almost the same as the order
347 * interrupt, which may be routed via the GIC.
357 * which may be routed via the GIC.
367 * which may be routed via the GIC.