Searched refs:SPIBUS_SOFTC (Results 1 – 2 of 2) sorted by relevance
27 #define SPIBUS_SOFTC(d) (struct spibus_softc *) device_get_softc(d) macro
57 struct spibus_softc *sc = SPIBUS_SOFTC(dev); in spibus_attach()