Home
last modified time | relevance | path

Searched refs:spi_nor_read_sr (Results 1 – 4 of 4) sorted by relevance

/drivers/mtd/spi-nor/
Datmel.c79 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()
Dswp.c166 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()
Dcore.c380 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()
Dcore.h509 int spi_nor_read_sr(struct spi_nor *nor, u8 *sr);