Home
last modified time | relevance | path

Searched defs:mx25l_softc (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/flash/
H A Dmx25l.c80 struct mx25l_softc struct
82 device_t sc_dev;
83 device_t sc_parent;
84 uint8_t sc_manufacturer_id;
85 uint16_t sc_device_id;
86 unsigned int sc_erasesize;
87 struct mtx sc_mtx;
88 struct disk *sc_disk;
89 struct proc *sc_p;
90 struct bio_queue_head sc_bio_queue;
[all …]