Searched refs:spi_nor_write_sr (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/mtd/spi-nor/ |
H A D | atmel.c | 118 return spi_nor_write_sr(nor, nor->bouncebuf, 1); in atmel_nor_set_global_protection()
|
H A D | core.h | 621 int spi_nor_write_sr(struct spi_nor *nor, const u8 *sr, size_t len);
|
H A D | core.c | 795 int spi_nor_write_sr(struct spi_nor *nor, const u8 *sr, size_t len) in spi_nor_write_sr() function 836 ret = spi_nor_write_sr(nor, nor->bouncebuf, 1); in spi_nor_write_sr1_and_check() 897 ret = spi_nor_write_sr(nor, sr_cr, 2); in spi_nor_write_16bit_sr_and_check() 950 ret = spi_nor_write_sr(nor, sr_cr, 2); in spi_nor_write_16bit_cr_and_check()
|