sun6ispi_softc
struct sun6ispi_softc * const sc = device_private(self);
struct sun6ispi_softc * const sc = cookie;
struct sun6ispi_softc * const sc = cookie;
sun6ispi_start(struct sun6ispi_softc * const sc)
sun6ispi_send(struct sun6ispi_softc * const sc)
sun6ispi_recv(struct sun6ispi_softc * const sc)
struct sun6ispi_softc * const sc = cookie;
static void sun6ispi_start(struct sun6ispi_softc * const);
static void sun6ispi_send(struct sun6ispi_softc * const);
static void sun6ispi_recv(struct sun6ispi_softc * const);
CFATTACH_DECL_NEW(sun6i_spi, sizeof(struct sun6ispi_softc),