Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/spi/
H A Dspiflash.h110 struct spiflash_hw_if { struct
114 const char *(*sf_getname)(void *);
115 struct spi_handle *(*sf_gethandle)(void *);
116 int (*sf_getflags)(void *);
117 int (*sf_getsize)(void *, int);
141 spiflash_handle_t spiflash_attach_mi(const struct spiflash_hw_if *, void *, argument