Searched refs:gic_timer (Results 1 – 2 of 2) sorted by relevance
96 mips_gictimer_get_sh_count(gic->gic_timer); in gic_read_vp()107 return mips_gictimer_get_vp_compare(gic->gic_timer, vp_index); in gic_read_vp()128 ret = gic->sh_config | (mips_gictimer_get_countstop(gic->gic_timer) << in gic_read()132 ret = mips_gictimer_get_sh_count(gic->gic_timer); in gic_read()180 ret = mips_gictimer_get_sh_count(gic->gic_timer); in gic_read()220 mips_gictimer_store_vp_compare(gic->gic_timer, vp_index, compare); in gic_timer_store_vp_compare()271 uint32_t pre_cntstop = mips_gictimer_get_countstop(gic->gic_timer); in gic_write()276 mips_gictimer_stop_count(gic->gic_timer); in gic_write()278 mips_gictimer_start_count(gic->gic_timer); in gic_write()284 if (mips_gictimer_get_countstop(gic->gic_timer)) { in gic_write()[all …]
212 MIPSGICTimerState *gic_timer; member