Searched refs:spi_nor_write_sr (Results 1 – 3 of 3) sorted by relevance
/drivers/mtd/spi-nor/ |
D | atmel.c | 116 return spi_nor_write_sr(nor, nor->bouncebuf, 1); in atmel_set_global_protection()
|
D | core.h | 511 int spi_nor_write_sr(struct spi_nor *nor, const u8 *sr, size_t len);
|
D | core.c | 901 int spi_nor_write_sr(struct spi_nor *nor, const u8 *sr, size_t len) in spi_nor_write_sr() function 946 ret = spi_nor_write_sr(nor, nor->bouncebuf, 1); in spi_nor_write_sr1_and_check() 1007 ret = spi_nor_write_sr(nor, sr_cr, 2); in spi_nor_write_16bit_sr_and_check() 1060 ret = spi_nor_write_sr(nor, sr_cr, 2); in spi_nor_write_16bit_cr_and_check()
|