Searched defs:spi_nor (Results 1 – 3 of 3) sorted by relevance
309 struct spi_nor { struct326 enum spi_nor_protocol read_proto; argument327 enum spi_nor_protocol write_proto; argument328 enum spi_nor_protocol reg_proto; argument333 int (*prepare)(struct spi_nor *nor, enum spi_nor_ops ops); argument334 void (*unprepare)(struct spi_nor *nor, enum spi_nor_ops ops); argument338 ssize_t (*read)(struct spi_nor *nor, loff_t from, argument340 ssize_t (*write)(struct spi_nor *nor, loff_t to, argument342 int (*erase)(struct spi_nor *nor, loff_t offs); argument347 int (*quad_enable)(struct spi_nor *nor); argument[all …]
74 spi_nor: flash@0 { label
457 spi_nor: flash@0 { label
Completed in 9 milliseconds