Home
last modified time | relevance | path

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

/freebsd/sys/arm/broadcom/bcm2835/
H A Dbcm2835_mbox.c78 struct bcm_mbox_softc { struct
102 bcm_mbox_read_msg(struct bcm_mbox_softc *sc, int *ochan) in bcm_mbox_read_msg() argument
132 struct bcm_mbox_softc *sc = arg; in bcm_mbox_intr()
162 struct bcm_mbox_softc *sc = device_get_softc(dev); in bcm_mbox_attach()
214 struct bcm_mbox_softc *sc = device_get_softc(dev); in bcm_mbox_write()
235 struct bcm_mbox_softc *sc = device_get_softc(dev); in bcm_mbox_read()
289 sizeof(struct bcm_mbox_softc),
394 struct bcm_mbox_softc *sc; in bcm2835_mbox_property()