Searched refs:spi_nor_write_sr (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/drivers/mtd/spi-nor/ |
D | atmel.c | 116 return spi_nor_write_sr(nor, nor->bouncebuf, 1); in atmel_nor_set_global_protection()
|
D | core.h | 651 int spi_nor_write_sr(struct spi_nor *nor, const u8 *sr, size_t len);
|
D | core.c | 694 int spi_nor_write_sr(struct spi_nor *nor, const u8 *sr, size_t len) in spi_nor_write_sr() function 735 ret = spi_nor_write_sr(nor, nor->bouncebuf, 1); in spi_nor_write_sr1_and_check() 795 ret = spi_nor_write_sr(nor, sr_cr, 2); in spi_nor_write_16bit_sr_and_check() 848 ret = spi_nor_write_sr(nor, sr_cr, 2); in spi_nor_write_16bit_cr_and_check()
|