Lines Matching defs:spiflash_softc
74 struct spiflash_softc { struct
75 struct disk sc_dk;
77 struct spiflash_hw_if sc_hw;
78 void *sc_cookie;
80 const char *sc_name;
81 struct spi_handle *sc_handle;
82 int sc_device_size;
83 int sc_write_size;
84 int sc_erase_size;
85 int sc_read_size;
86 int sc_device_blks;
88 struct bufq_state *sc_waitq;
89 struct bufq_state *sc_workq;
90 struct bufq_state *sc_doneq;
91 lwp_t *sc_thread;