Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/arm/samsung/
H A Dexynos_pwm.c69 struct pwm_controller timer_pwm; member
186 exynos_pwm_get_config(&timer->timer_pwm, &conf); in exynos_pwm_get_tag()
189 exynos_pwm_set_config(&timer->timer_pwm, &conf); in exynos_pwm_get_tag()
191 return &timer->timer_pwm; in exynos_pwm_get_tag()
239 sc->sc_timer[n].timer_pwm.pwm_enable = exynos_pwm_enable; in exynos_pwm_attach()
240 sc->sc_timer[n].timer_pwm.pwm_get_config = exynos_pwm_get_config; in exynos_pwm_attach()
241 sc->sc_timer[n].timer_pwm.pwm_set_config = exynos_pwm_set_config; in exynos_pwm_attach()
242 sc->sc_timer[n].timer_pwm.pwm_dev = self; in exynos_pwm_attach()
243 sc->sc_timer[n].timer_pwm.pwm_priv = &sc->sc_timer[n]; in exynos_pwm_attach()