timer_channel      31 drivers/clocksource/ingenic-timer.c 	unsigned int timer_channel, cs_channel;
timer_channel      64 drivers/clocksource/ingenic-timer.c 	regmap_write(tcu->map, TCU_REG_TECR, BIT(tcu->timer_channel));
timer_channel      77 drivers/clocksource/ingenic-timer.c 	regmap_write(tcu->map, TCU_REG_TDFRc(tcu->timer_channel), next);
timer_channel      78 drivers/clocksource/ingenic-timer.c 	regmap_write(tcu->map, TCU_REG_TCNTc(tcu->timer_channel), 0);
timer_channel      79 drivers/clocksource/ingenic-timer.c 	regmap_write(tcu->map, TCU_REG_TESR, BIT(tcu->timer_channel));
timer_channel      89 drivers/clocksource/ingenic-timer.c 	regmap_write(tcu->map, TCU_REG_TECR, BIT(tcu->timer_channel));
timer_channel     111 drivers/clocksource/ingenic-timer.c 	unsigned int timer_virq, channel = tcu->timer_channel;
timer_channel     271 drivers/clocksource/ingenic-timer.c 	tcu->timer_channel = find_first_zero_bit(&tcu->pwm_channels_mask,
timer_channel     275 drivers/clocksource/ingenic-timer.c 					     tcu->timer_channel + 1);