Searched defs:sun4ispi_softc (Results 1 – 1 of 1) sorted by relevance
49 struct sun4ispi_softc { struct50 device_t sc_dev;51 bus_space_tag_t sc_bst;75 static void sun4ispi_txfifo_fill(struct sun4ispi_softc * const, size_t); argument