Searched defs:spiflash_softc (Results 1 – 1 of 1) sorted by relevance
74 struct spiflash_softc { struct75 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;[all …]