Home
last modified time | relevance | path

Searched refs:max_period_ns (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/pwm/
Dpwm-img.c68 int max_period_ns; member
102 period_ns > pwm_chip->max_period_ns) { in img_pwm_config()
301 pwm->max_period_ns = val; in img_pwm_probe()
Dpwm-lpc18xx-sct.c99 unsigned int max_period_ns; member
188 period_ns > lpc18xx_pwm->max_period_ns) { in lpc18xx_pwm_config()
366 lpc18xx_pwm->max_period_ns = val; in lpc18xx_pwm_probe()
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/
Dni_mio_common.c4931 static const unsigned int max_period_ns = 1000; in ni_mseries_set_pll_master_clock() local
4946 if (period_ns < min_period_ns || period_ns > max_period_ns) { in ni_mseries_set_pll_master_clock()
4949 __func__, min_period_ns, max_period_ns); in ni_mseries_set_pll_master_clock()