Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/spi/
H A Dspiflash.c74 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;
[all …]