Searched defs:sun6ispi_softc (Results 1 – 1 of 1) sorted by relevance
52 struct sun6ispi_softc { struct53 device_t sc_dev;54 bus_space_tag_t sc_iot;78 static void sun6ispi_start(struct sun6ispi_softc * const); argument