Lines Matching defs:period
94 * Calculate width of low and high period in terms of input clock
103 tmp = DIV_ROUND_CLOSEST_ULL(state->period - state->duty_cycle,
120 * width of low period and latter the width of high period in terms
122 * Width = ((Count + 1) * input clock period).
137 * Enable timer. Output starts from low period.
170 u64 duty, period;
182 period = dwc_pwm_readl(dwc, DWC_TIM_LD_CNT2(pwm->hwpwm));
183 period += 1;
184 period *= DWC_CLK_PERIOD_NS;
185 period += duty;
186 state->period = period;