Searched refs:spi_nor (Results 1 – 20 of 20) sorted by relevance
303 struct spi_nor;451 int (*quad_enable)(struct spi_nor *nor);484 #define spi_flash spi_nor539 struct spi_nor { struct579 int (*erase)(struct spi_nor *nor, loff_t offs); argument584 int (*quad_enable)(struct spi_nor *nor); argument585 int (*octal_dtr_enable)(struct spi_nor *nor); argument586 int (*ready)(struct spi_nor *nor); argument623 void spi_nor_setup_op(const struct spi_nor *nor,637 int spi_nor_scan(struct spi_nor *nor);[all …]
129 static int read_cr(struct spi_nor *nor) in read_cr()158 static inline int write_enable(struct spi_nor *nor) in write_enable()166 static inline int write_disable(struct spi_nor *nor) in write_disable()263 static int read_sr(struct spi_nor *nor) in read_sr()282 static int read_fsr(struct spi_nor *nor) in read_fsr()296 static int spi_nor_sr_ready(struct spi_nor *nor) in spi_nor_sr_ready()306 static int spi_nor_fsr_ready(struct spi_nor *nor) in spi_nor_fsr_ready()315 static int spi_nor_ready(struct spi_nor *nor) in spi_nor_ready()396 struct spi_nor *nor = mtd_to_spi_nor(mtd); in spi_nor_read_tiny()689 static int spi_nor_init(struct spi_nor *nor) in spi_nor_init()[all …]
205 void (*default_init)(struct spi_nor *nor);206 int (*post_bfpt)(struct spi_nor *nor,210 void (*post_sfdp)(struct spi_nor *nor,444 static int read_sr(struct spi_nor *nor) in read_sr()487 static int read_fsr(struct spi_nor *nor) in read_fsr()531 static int read_cr(struct spi_nor *nor) in read_cr()560 static int write_enable(struct spi_nor *nor) in write_enable()845 static int clean_bar(struct spi_nor *nor) in clean_bar()966 struct spi_nor *nor = mtd_to_spi_nor(mtd); in spi_nor_erase()3975 int spi_nor_remove(struct spi_nor *nor) in spi_nor_remove()[all …]
22 static int spi_nor_create_read_dirmap(struct spi_nor *nor) in spi_nor_create_read_dirmap()50 static int spi_nor_create_write_dirmap(struct spi_nor *nor) in spi_nor_create_write_dirmap()261 .priv_auto = sizeof(struct spi_nor),
122 .per_device_auto = sizeof(struct spi_nor),
8 spi_nor = &spi_nor;12 spi_nor: spi@54800000 { label
59 groups = "spi_nor";
69 spi_nor: flash@0 { label
144 spi_nor@0 {
140 spi_nor@0 {
158 spi_nor@0 {
171 spi_nor@0 {
184 spi_nor@0 {
92 groups = "spi_nor";
179 spi_nor@0 {
292 spi_nor: flash@0 { label
550 spi_nor: flash@0 { label
103 struct spi_nor *nor; in at91_spi_nor_set_ethaddr()
102 .priv_auto = sizeof(struct spi_nor),
Completed in 42 milliseconds