Searched refs:pit_write (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/clocksource/
H A Dtimer-atmel-pit.c67 static inline void pit_write(void __iomem *base, unsigned int reg_offset, unsigned long value) pit_write() function
98 pit_write(data->base, AT91_PIT_MR, (data->cycle - 1) | AT91_PIT_PITEN); pit_clkevt_shutdown()
111 pit_write(data->base, AT91_PIT_MR, pit_clkevt_set_periodic()
121 pit_write(data->base, AT91_PIT_MR, 0); at91sam926x_pit_suspend()
127 pit_write(data->base, AT91_PIT_MR, 0); at91sam926x_pit_reset()
134 pit_write(data->base, AT91_PIT_MR, at91sam926x_pit_reset()

Completed in 51 milliseconds