Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/broadcom/bcm2835/
H A Dbcm2835_systimer.c75 struct bcm_systimer_softc { struct
99 static struct bcm_systimer_softc *bcm_systimer_sc = NULL; argument
213 struct bcm_systimer_softc *sc = device_get_softc(dev); in bcm_systimer_attach()
285 sizeof(struct bcm_systimer_softc),
295 struct bcm_systimer_softc *sc; in bcm_systimer_delay()
299 sc = (struct bcm_systimer_softc *) arg; in bcm_systimer_delay()