Home
last modified time | relevance | path

Searched refs:gic_get_c0_compare_int (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/arch/mips/pistachio/
H A Dtime.c19 return gic_get_c0_compare_int(); in get_c0_compare_int()
/OK3568_Linux_fs/kernel/arch/mips/generic/
H A Dirq.c54 mips_cpu_timer_irq = gic_get_c0_compare_int(); in get_c0_compare_int()
/OK3568_Linux_fs/kernel/arch/mips/mti-malta/
H A Dmalta-time.c176 mips_cpu_timer_irq = gic_get_c0_compare_int(); in get_c0_compare_int()
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dmips-gic.h351 extern int gic_get_c0_compare_int(void);
/OK3568_Linux_fs/kernel/drivers/irqchip/
H A Dirq-mips-gic.c117 int gic_get_c0_compare_int(void) in gic_get_c0_compare_int() function