Searched refs:bcm2835mbox_softc (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/arch/arm/broadcom/
H A Dbcm2835_mbox.h46 struct bcm2835mbox_softc { struct
66 void bcmmbox_attach(struct bcm2835mbox_softc *);
H A Dbcm2835_mbox.c48 static struct bcm2835mbox_softc *bcm2835mbox_sc;
51 bcmmbox_intr1(struct bcm2835mbox_softc *sc, int cv)
86 bcmmbox_attach(struct bcm2835mbox_softc *sc)
111 struct bcm2835mbox_softc *sc = cookie;
126 struct bcm2835mbox_softc *sc = bcm2835mbox_sc;
149 struct bcm2835mbox_softc *sc = bcm2835mbox_sc;
165 struct bcm2835mbox_softc *sc = bcm2835mbox_sc;
H A Dbcm2835_mbox_fdt.c53 CFATTACH_DECL_NEW(bcmmbox_fdt, sizeof(struct bcm2835mbox_softc),
73 struct bcm2835mbox_softc *sc = device_private(self);
H A Dbcm2835_mbox_acpi.c57 CFATTACH_DECL_NEW(bcmmbox_acpi, sizeof(struct bcm2835mbox_softc),
78 struct bcm2835mbox_softc *sc = device_private(self);

Completed in 110 milliseconds