Searched refs:mips_gictimer_get_countstop (Results 1 – 3 of 3) sorted by relevance
41 uint8_t mips_gictimer_get_countstop(MIPSGICTimerState *gic);
128 ret = gic->sh_config | (mips_gictimer_get_countstop(gic->gic_timer) << in gic_read()272 uint32_t pre_cntstop = mips_gictimer_get_countstop(gic->gic_timer); in gic_write()285 if (mips_gictimer_get_countstop(gic->gic_timer)) { in gic_write()
103 uint8_t mips_gictimer_get_countstop(MIPSGICTimerState *gictimer) in mips_gictimer_get_countstop() function