Searched defs:flex_spi_softc (Results 1 – 1 of 1) sorted by relevance
85 struct flex_spi_softc struct87 device_t dev;88 unsigned int flags;90 struct bio_queue_head bio_queue;91 struct mtx disk_mtx;115 static int flex_spi_read(struct flex_spi_softc *sc, off_t offset, caddr_t data, argument