Searched defs:w25n_softc (Results 1 – 1 of 1) sorted by relevance
69 struct w25n_softc struct71 device_t sc_dev;72 device_t sc_parent;73 uint8_t sc_manufacturer_id;74 uint16_t sc_device_id;75 unsigned int sc_erasesize;76 struct mtx sc_mtx;77 struct disk *sc_disk;78 struct proc *sc_p;79 struct bio_queue_head sc_bio_queue;[all …]