Searched refs:spi_nor_read_sr (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/mtd/spi-nor/ |
| H A D | core.c | 287 static int spi_nor_read_sr(struct spi_nor *nor, u8 *sr) in spi_nor_read_sr() function 557 int ret = spi_nor_read_sr(nor, nor->bouncebuf); in spi_nor_sr_ready() 825 ret = spi_nor_read_sr(nor, nor->bouncebuf); in spi_nor_write_sr1_and_check() 885 ret = spi_nor_read_sr(nor, sr_cr); in spi_nor_write_16bit_sr_and_check() 967 ret = spi_nor_read_sr(nor, sr_cr); in spi_nor_write_16bit_cr_and_check() 979 ret = spi_nor_read_sr(nor, sr_cr); in spi_nor_write_16bit_cr_and_check() 1794 ret = spi_nor_read_sr(nor, nor->bouncebuf); in spi_nor_sr_lock() 1879 ret = spi_nor_read_sr(nor, nor->bouncebuf); in spi_nor_sr_unlock() 1956 ret = spi_nor_read_sr(nor, nor->bouncebuf); in spi_nor_sr_is_locked() 2027 ret = spi_nor_read_sr(nor, nor->bouncebuf); in spi_nor_sr1_bit6_quad_enable()
|