spi_softc
struct spi_softc *sh_sc; /* static */
spi_attach_child(struct spi_softc *sc, struct spi_attach_args *sa,
struct spi_softc *sc = device_private(parent);
struct spi_softc *sc = device_private(self);
struct spi_softc *sc = device_private(self);
struct spi_softc *sc = device_lookup_private(&spi_cd, minor(dev));
struct spi_softc *sc = device_lookup_private(&spi_cd, minor(dev));
CFATTACH_DECL_NEW(spi, sizeof(struct spi_softc),
struct spi_softc *sc = sh->sh_sc;
struct spi_softc *sc = sh->sh_sc;
struct spi_softc *sc = sh->sh_sc;