Searched refs:gic_read (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/irqchip/
H A Dirq-mips-gic.c55 static inline unsigned long gic_read(unsigned int reg) gic_read() function
86 regval = gic_read(reg); gic_update_bits()
144 return (cycle_t)gic_read(GIC_REG(SHARED, GIC_SH_COUNTER)); gic_read_count()
159 config = gic_read(GIC_REG(SHARED, GIC_SH_CONFIG)); gic_get_count_width()
203 return (cycle_t)gic_read(GIC_REG(VPE_LOCAL, GIC_VPE_COMPARE)); gic_read_compare()
216 gicconfig = gic_read(GIC_REG(SHARED, GIC_SH_CONFIG)); gic_start_count()
226 gicconfig = gic_read(GIC_REG(SHARED, GIC_SH_CONFIG)); gic_stop_count()
331 pending[i] = gic_read(pending_reg); gic_handle_shared_int()
332 intrmask[i] = gic_read(intrmask_reg); gic_handle_shared_int()
339 pending[i] |= (u64)gic_read(pending_reg) << 32; gic_handle_shared_int()
340 intrmask[i] |= (u64)gic_read(intrmask_reg) << 32; gic_handle_shared_int()
817 gicconfig = gic_read(GIC_REG(SHARED, GIC_SH_CONFIG)); __gic_init()

Completed in 124 milliseconds