Lines Matching full:local
47 * local timer contains two counters: TCNT and ICNT. TCNT == 0 -> ICNT--.
208 /* local timer */
211 qemu_irq irq; /* local timer irq */
602 * Get counter of FRC local timer.
610 * Set counter of FRC local timer.
623 * Start local FRC timer
632 * Stop local FRC timer
640 /* Start ptimer transaction for local FRC timer */
646 /* Commit ptimer transaction for local FRC timer */
653 * Local timer free running counter tick handler
659 /* local frc expired */ in exynos4210_lfrc_event()
682 * Action on enabling local tick int timer
692 * Action on disabling local tick int timer
737 * Start local tick cnt timer.
753 * Stop local tick cnt timer.
772 /* Start ptimer transaction for local tick timer */
778 /* Commit ptimer transaction for local tick timer */
924 * Local timer tick counter handler.
958 DPRINTF("local timer[%d] IRQ: %llx\n", s->id, in exynos4210_ltick_event()
1014 /* local timer */ in exynos4210_mct_update_freq()
1036 /* local timer */ in exynos4210_mct_reset()
1113 /* Local timers */ in exynos4210_mct_read()
1125 DPRINTF("local timer[%d] read TCNTO %x\n", lt_i, value); in exynos4210_mct_read()
1132 DPRINTF("local timer[%d] read ICNTO %x\n", lt_i, value); in exynos4210_mct_read()
1316 /* Local timers */ in exynos4210_mct_write()
1325 /* Stop local CNT */ in exynos4210_mct_write()
1328 DPRINTF("local timer[%d] stop cnt\n", lt_i); in exynos4210_mct_write()
1332 /* Stop local INT */ in exynos4210_mct_write()
1335 DPRINTF("local timer[%d] stop int\n", lt_i); in exynos4210_mct_write()
1339 /* Start local CNT */ in exynos4210_mct_write()
1342 DPRINTF("local timer[%d] start cnt\n", lt_i); in exynos4210_mct_write()
1346 /* Start local INT */ in exynos4210_mct_write()
1349 DPRINTF("local timer[%d] start int\n", lt_i); in exynos4210_mct_write()
1354 /* Start or Stop local FRC if TCON changed */ in exynos4210_mct_write()
1358 DPRINTF("local timer[%d] start frc\n", lt_i); in exynos4210_mct_write()
1363 DPRINTF("local timer[%d] stop frc\n", lt_i); in exynos4210_mct_write()
1392 DPRINTF("local timer[%d] TCNTB write %llx; max=%x, min=%x\n", in exynos4210_mct_write()
1433 DPRINTF("local timer[%d] ICNTB write %llx; max=%x, min=%x\n\n", in exynos4210_mct_write()
1440 DPRINTF("local timer[%d] FRCNTB write %llx\n", lt_i, value); in exynos4210_mct_write()
1458 DPRINTF("local timer[%d] CSTAT write %llx\n", lt_i, value); in exynos4210_mct_write()
1470 /* Raise Local timer IRQ if cstat is pending */ in exynos4210_mct_write()
1512 /* Local timers */ in exynos4210_mct_init()