Lines Matching full:gp1
31 * GP1 (general purpose 1) timer @ 1MHz
107 /* Reset GP1 Timer 32bit (-/W) */
110 /* Enable GP1 Timer 32bit (-/W) */
113 /* Disable GP1 Timer 32bit (-/W) */
116 /* GP1 Timer Mode Register 32bit (-/W) */
120 /* GP1 Timer Status Register 32bit (R/-) */
131 /* GP1 Timer Current Count Register 32bit (R/-) */
133 /* GP1 Timer Terminal Count Register 32bit (R/W) */
135 /* GP1 Timer Interrupt Enable Register 32bit (-/W) */
139 /* GP1 Timer Interrupt Acknowledge Register 32bit (-/W) */
192 /* Disable interrupts on GP1 */ in u300_shutdown()
195 /* Disable GP1 */ in u300_shutdown()
216 /* Disable GP1 while we're reprogramming it. */ in u300_set_oneshot()
244 /* Disable GP1 while we're reprogramming it. */ in u300_set_periodic()
283 /* Disable GP1 while we're reprogramming it. */ in u300_set_next_event()
369 /* Get the IRQ for the GP1 timer */ in u300_timer_init_of()
376 pr_info("U300 GP1 timer @ base: %p, IRQ: %u\n", u300_timer_base, irq); in u300_timer_init_of()