bcmspi_softc
struct bcmspi_softc * const sc = cookie;
struct bcmspi_softc * const sc = cookie;
bcmspi_start(struct bcmspi_softc * const sc)
bcmspi_send(struct bcmspi_softc * const sc)
bcmspi_recv(struct bcmspi_softc * const sc)
struct bcmspi_softc * const sc = cookie;
static void bcmspi_start(struct bcmspi_softc * const);
static void bcmspi_send(struct bcmspi_softc * const);
static void bcmspi_recv(struct bcmspi_softc * const);
CFATTACH_DECL_NEW(bcmspi, sizeof(struct bcmspi_softc),
struct bcmspi_softc * const sc = device_private(self);