Lines Matching defs:start
47 * The r8a73a4 / R-Car Gen2 version has a per-channel start/stop register
49 * start/stop register located in the global space.
52 * infers the start/stop bit position in the control register and the channel
57 * in the documentation but using start/stop bit 5 and having its registers
122 raw_spinlock_t lock; /* Protect the shared start/stop register */
335 static void sh_cmt_start_stop_ch(struct sh_cmt_channel *ch, int start)
340 /* start stop register shared by multiple timer channels */
344 if (start)
884 * timers with a per-channel start/stop register, compute its address
938 cmt->mapbase = ioremap(mem->start, resource_size(mem));