HomeSort by: relevance | last modified time | path
    Searched defs:sc_pwmchan (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/arm/amlogic/
meson_pwm.c 91 struct meson_pwm_channel sc_pwmchan[MESON_PWM_NCHAN]; member in struct:meson_pwm_softc
294 pwmchan = &sc->sc_pwmchan[index];
376 for (i = 0; i < __arraycount(sc->sc_pwmchan); i++) {
377 sc->sc_pwmchan[i].mpc_sc = sc;
378 sc->sc_pwmchan[i].mpc_index = i;
379 sc->sc_pwmchan[i].mpc_pwm.pwm_enable = meson_pwm_enable;
380 sc->sc_pwmchan[i].mpc_pwm.pwm_get_config = meson_pwm_get_config;
381 sc->sc_pwmchan[i].mpc_pwm.pwm_set_config = meson_pwm_set_config;
382 sc->sc_pwmchan[i].mpc_pwm.pwm_dev = self;
383 sc->sc_pwmchan[i].mpc_pwm.pwm_priv = &sc->sc_pwmchan[i]
    [all...]

Completed in 12 milliseconds