Searched defs:spi_softc (Results 1 – 1 of 1) sorted by relevance
64 struct spi_softc { struct65 device_t sc_dev;66 struct spi_controller sc_controller;67 int sc_mode;68 int sc_speed;69 int sc_slave;70 int sc_nslaves;71 struct spi_handle *sc_slaves;72 kmutex_t sc_lock;73 kcondvar_t sc_cv;[all …]