Lines Matching refs:spi_nor
33 struct spi_nor spi_nor; member
38 static int m25p80_read_reg(struct spi_nor *nor, u8 code, u8 *val, int len) in m25p80_read_reg()
51 static void m25p_addr2cmd(struct spi_nor *nor, unsigned int addr, u8 *cmd) in m25p_addr2cmd()
60 static int m25p_cmdsz(struct spi_nor *nor) in m25p_cmdsz()
65 static int m25p80_write_reg(struct spi_nor *nor, u8 opcode, u8 *buf, int len, in m25p80_write_reg()
78 static void m25p80_write(struct spi_nor *nor, loff_t to, size_t len, in m25p80_write()
108 static inline unsigned int m25p80_rx_nbits(struct spi_nor *nor) in m25p80_rx_nbits()
124 static int m25p80_read(struct spi_nor *nor, loff_t from, size_t len, in m25p80_read()
157 static int m25p80_erase(struct spi_nor *nor, loff_t offset) in m25p80_erase()
183 struct spi_nor *nor; in m25p_probe()
194 nor = &flash->spi_nor; in m25p_probe()