Lines Matching defs:duty
54 unsigned long duty;
92 tmp = readl_relaxed(pc->base + pc->data->regs.duty);
111 unsigned long period, duty;
117 * Since period and duty cycle registers have a width of 32
125 duty = DIV_ROUND_CLOSEST_ULL(div, pc->data->prescaler * NSEC_PER_SEC);
129 * Lock the period and duty of previous configuration, then
130 * change the duty and period, that would not be effective.
160 writel(duty, pc->base + pc->data->regs.duty);
173 * the configuration of duty, period and polarity
277 .duty = 0x04,
293 .duty = 0x08,
309 .duty = 0x08,
325 .duty = 0x08,