Lines Matching full:global
24 * Global Timer:
40 * Problem: when implementing global timer as is, overflow arises.
186 /* global timer */
363 * Set counter of FRC global timer.
369 DPRINTF("global timer frc set count 0x%llx\n", count); in exynos4210_gfrc_set_count()
374 * Get counter of FRC global timer.
385 * Stop global FRC timer
390 DPRINTF("global timer frc stop\n"); in exynos4210_gfrc_stop()
396 * Start global FRC timer
401 DPRINTF("global timer frc start\n"); in exynos4210_gfrc_start()
407 * Start ptimer transaction for global FRC timer; this is just for
415 /* Commit ptimer transaction for global FRC timer. */
512 * Restart global FRC timer
534 * Raise global timer CMP IRQ
549 * Lower global timer CMP IRQ
558 * Global timer FRC event handler.
560 * Every time we arm global FRC timer to count for MCT_GT_COUNTER_STEP value
1011 /* global timer */ in exynos4210_mct_update_freq()
1030 /* global timer */ in exynos4210_mct_reset()
1200 DPRINTF("global timer write to reg.cntl %llx\n", value); in exynos4210_mct_write()
1207 DPRINTF("global timer write to reg.cntu %llx\n", value); in exynos4210_mct_write()
1251 DPRINTF("global timer write to reg.g_tcon %llx\n", value); in exynos4210_mct_write()
1301 DPRINTF("global timer INT enable %llx\n", value); in exynos4210_mct_write()
1507 /* Global timer */ in exynos4210_mct_init()