Lines Matching defs:channel
234 /* Associate the first unused channel to /dev/hpet */
299 unsigned int channel = clockevent_to_channel(evt)->num;
308 cfg = hpet_readl(HPET_Tn_CFG(channel));
311 hpet_writel(cfg, HPET_Tn_CFG(channel));
312 hpet_writel(cmp, HPET_Tn_CMP(channel));
321 hpet_writel((unsigned int)delta, HPET_Tn_CMP(channel));
330 unsigned int channel = clockevent_to_channel(evt)->num;
333 cfg = hpet_readl(HPET_Tn_CFG(channel));
336 hpet_writel(cfg, HPET_Tn_CFG(channel));
343 unsigned int channel = clockevent_to_channel(evt)->num;
346 cfg = hpet_readl(HPET_Tn_CFG(channel));
348 hpet_writel(cfg, HPET_Tn_CFG(channel));
363 unsigned int channel = clockevent_to_channel(evt)->num;
369 hpet_writel(cnt, HPET_Tn_CMP(channel));
431 * unconditionally forever on the legacy channel 0. Removing the
437 * the next interrupt is not delivered despite the HPET channel
628 pr_info("Spurious interrupt HPET channel %d\n", hc->num);
727 /* Only consider HPET channel with MSI support */
1040 /* This is the HPET channel number which is zero based */
1045 * and the rtc emulation channel.
1066 /* Read, store and sanitize the per channel configuration */
1125 * 1) Reserve one channel for /dev/hpet if CONFIG_HPET=y
1182 /* Restore the channel boot configuration */
1271 * is not supported by all HPET implementations for channel 1.