Searched refs:spi_nor_read_sr (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/drivers/mtd/spi-nor/ |
D | atmel.c | 79 ret = spi_nor_read_sr(nor, nor->bouncebuf); in atmel_nor_set_global_protection() 139 ret = spi_nor_read_sr(nor, nor->bouncebuf); in atmel_nor_is_global_protected()
|
D | swp.c | 166 ret = spi_nor_read_sr(nor, nor->bouncebuf); in spi_nor_sr_lock() 251 ret = spi_nor_read_sr(nor, nor->bouncebuf); in spi_nor_sr_unlock() 328 ret = spi_nor_read_sr(nor, nor->bouncebuf); in spi_nor_sr_is_locked()
|
D | core.c | 449 int spi_nor_read_sr(struct spi_nor *nor, u8 *sr) in spi_nor_read_sr() function 584 ret = spi_nor_read_sr(nor, nor->bouncebuf); in spi_nor_sr_ready() 739 ret = spi_nor_read_sr(nor, nor->bouncebuf); in spi_nor_write_sr1_and_check() 799 ret = spi_nor_read_sr(nor, sr_cr); in spi_nor_write_16bit_sr_and_check() 842 ret = spi_nor_read_sr(nor, sr_cr); in spi_nor_write_16bit_cr_and_check() 854 ret = spi_nor_read_sr(nor, sr_cr); in spi_nor_write_16bit_cr_and_check() 1528 ret = spi_nor_read_sr(nor, nor->bouncebuf); in spi_nor_sr1_bit6_quad_enable()
|
D | spansion.c | 356 ret = spi_nor_read_sr(nor, nor->bouncebuf); in spansion_nor_sr_ready_and_clear()
|
D | core.h | 643 int spi_nor_read_sr(struct spi_nor *nor, u8 *sr);
|