Home
last modified time | relevance | path

Searched refs:spi_nor_read_sr (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/drivers/mtd/spi-nor/
H A Datmel.c81 ret = spi_nor_read_sr(nor, nor->bouncebuf); in atmel_nor_set_global_protection()
141 ret = spi_nor_read_sr(nor, nor->bouncebuf); in atmel_nor_is_global_protected()
H A Dswp.c166 ret = spi_nor_read_sr(nor, nor->bouncebuf); in spi_nor_sr_lock()
256 ret = spi_nor_read_sr(nor, nor->bouncebuf); in spi_nor_sr_unlock()
333 ret = spi_nor_read_sr(nor, nor->bouncebuf); in spi_nor_sr_is_locked()
H A Dcore.c442 * spi_nor_read_sr() - Read the Status Register.
449 int spi_nor_read_sr(struct spi_nor *nor, u8 *sr) in spi_nor_read_sr() function
616 ret = spi_nor_read_sr(nor, nor->bouncebuf); in spi_nor_sr_ready()
840 ret = spi_nor_read_sr(nor, nor->bouncebuf); in spi_nor_write_sr1_and_check()
901 ret = spi_nor_read_sr(nor, sr_cr); in spi_nor_write_16bit_sr_and_check()
944 ret = spi_nor_read_sr(nor, sr_cr); in spi_nor_write_16bit_cr_and_check()
956 ret = spi_nor_read_sr(nor, sr_cr); in spi_nor_write_16bit_cr_and_check()
1913 ret = spi_nor_read_sr(nor, nor->bouncebuf); in spi_nor_sr1_bit6_quad_enable()
H A Dspansion.c379 ret = spi_nor_read_sr(nor, &nor->bouncebuf[1]); in cypress_nor_determine_addr_mode_by_sr1()
921 ret = spi_nor_read_sr(nor, nor->bouncebuf); in spansion_nor_sr_ready_and_clear()
H A Dcore.h672 int spi_nor_read_sr(struct spi_nor *nor, u8 *sr);
/kernel/linux/linux-5.10/drivers/mtd/spi-nor/
H A Dcore.c272 * spi_nor_read_sr() - Read the Status Register.
279 static int spi_nor_read_sr(struct spi_nor *nor, u8 *sr) in spi_nor_read_sr() function
549 int ret = spi_nor_read_sr(nor, nor->bouncebuf); in spi_nor_sr_ready()
770 ret = spi_nor_read_sr(nor, nor->bouncebuf); in spi_nor_write_sr1_and_check()
831 ret = spi_nor_read_sr(nor, sr_cr); in spi_nor_write_16bit_sr_and_check()
874 ret = spi_nor_read_sr(nor, sr_cr); in spi_nor_write_16bit_cr_and_check()
886 ret = spi_nor_read_sr(nor, sr_cr); in spi_nor_write_16bit_cr_and_check()
1703 ret = spi_nor_read_sr(nor, nor->bouncebuf); in spi_nor_sr_lock()
1788 ret = spi_nor_read_sr(nor, nor->bouncebuf); in spi_nor_sr_unlock()
1865 ret = spi_nor_read_sr(no in spi_nor_sr_is_locked()
[all...]

Completed in 11 milliseconds