Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/arm/broadcom/
H A Dbcm2835_pwm.c59 struct bcm2835pwm_softc *sc;
66 struct bcm2835pwm_softc { struct
86 static int bcmpwm_wait(struct bcm2835pwm_softc *); argument
88 CFATTACH_DECL_NEW(bcmpwm, sizeof(struct bcm2835pwm_softc),
108 struct bcm2835pwm_softc *sc = device_private(self); in bcmpwm_attach()
181 struct bcm2835pwm_softc *sc; in bcm_pwm_alloc()
214 struct bcm2835pwm_softc *sc = pwm->sc; in bcm_pwm_free()
230 struct bcm2835pwm_softc *sc = pwm->sc; in bcm_pwm_control()
274 bcmpwm_wait(struct bcm2835pwm_softc *sc) in bcmpwm_wait()
295 struct bcm2835pwm_softc *sc = pwm->sc; in bcm_pwm_write()
[all …]