Searched refs:spi_nor_read_sr (Results 1 – 4 of 4) sorted by relevance
/drivers/mtd/spi-nor/ |
D | atmel.c | 79 ret = spi_nor_read_sr(nor, nor->bouncebuf); in atmel_set_global_protection() 136 ret = spi_nor_read_sr(nor, nor->bouncebuf); in atmel_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 | 380 int spi_nor_read_sr(struct spi_nor *nor, u8 *sr) in spi_nor_read_sr() function 688 int ret = spi_nor_read_sr(nor, nor->bouncebuf); in spi_nor_sr_ready() 950 ret = spi_nor_read_sr(nor, nor->bouncebuf); in spi_nor_write_sr1_and_check() 1011 ret = spi_nor_read_sr(nor, sr_cr); in spi_nor_write_16bit_sr_and_check() 1054 ret = spi_nor_read_sr(nor, sr_cr); in spi_nor_write_16bit_cr_and_check() 1066 ret = spi_nor_read_sr(nor, sr_cr); in spi_nor_write_16bit_cr_and_check() 1756 ret = spi_nor_read_sr(nor, nor->bouncebuf); in spi_nor_sr1_bit6_quad_enable()
|
D | core.h | 509 int spi_nor_read_sr(struct spi_nor *nor, u8 *sr);
|