Searched refs:spi_nor_write_sr (Results  1 – 3 of 3) sorted by relevance
| /Linux-v6.6/drivers/mtd/spi-nor/ | 
| D | atmel.c | 118 	return spi_nor_write_sr(nor, nor->bouncebuf, 1);  in atmel_nor_set_global_protection()
  | 
| D | core.h | 675 int spi_nor_write_sr(struct spi_nor *nor, const u8 *sr, size_t len);
  | 
| 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()
  |