Searched refs:period2 (Results 1 – 1 of 1) sorted by relevance
67 uint32_t period2; /* channel 2 */ member162 W_RNG2(sc, sc->period2); in bcm_pwm_reconf()163 if (sc->ratio2 > sc->period2) in bcm_pwm_reconf()164 sc->ratio2 = sc->period2; in bcm_pwm_reconf()273 r = sc->freq / sc->period2; in bcm_pwm_pwm_freq2_proc()305 error = sysctl_handle_int(oidp, &sc->period2, sizeof(sc->period2), req); in bcm_pwm_period2_proc()323 if (r > sc->period2) // XXX >= ? in bcm_pwm_ratio2_proc()460 sc->period2 = 10000; /* 12.5 khz */ in bcm_pwm_attach()