Searched refs:meson_pwm_cnt_to_ns (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/pwm/ |
H A D | pwm-meson.c | 317 static unsigned int meson_pwm_cnt_to_ns(struct pwm_chip *chip, in meson_pwm_cnt_to_ns() function 365 state->period = meson_pwm_cnt_to_ns(chip, pwm, channel->hi); in meson_pwm_get_state() 368 state->period = meson_pwm_cnt_to_ns(chip, pwm, in meson_pwm_get_state() 370 state->duty_cycle = meson_pwm_cnt_to_ns(chip, pwm, in meson_pwm_get_state()
|
/kernel/linux/linux-6.6/drivers/pwm/ |
H A D | pwm-meson.c | 287 static u64 meson_pwm_cnt_to_ns(struct pwm_chip *chip, struct pwm_device *pwm, in meson_pwm_cnt_to_ns() function 325 state->period = meson_pwm_cnt_to_ns(chip, pwm, channel->lo + channel->hi); in meson_pwm_get_state() 326 state->duty_cycle = meson_pwm_cnt_to_ns(chip, pwm, channel->hi); in meson_pwm_get_state()
|
Completed in 2 milliseconds