Searched refs:spi_nor_read_cr (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/drivers/mtd/spi-nor/ |
H A D | otp.c | 184 ret = spi_nor_read_cr(nor, cr); in spi_nor_otp_lock_sr2() 216 ret = spi_nor_read_cr(nor, cr); in spi_nor_otp_is_locked_sr2()
|
H A D | sst.c | 29 ret = spi_nor_read_cr(nor, nor->bouncebuf); in sst26vf_nor_unlock()
|
H A D | core.c | 481 * spi_nor_read_cr() - Read the Configuration Register using the 489 int spi_nor_read_cr(struct spi_nor *nor, u8 *cr) in spi_nor_read_cr() function 870 ret = spi_nor_read_cr(nor, &sr_cr[1]); in spi_nor_write_16bit_sr_and_check() 915 ret = spi_nor_read_cr(nor, &sr_cr[1]); in spi_nor_write_16bit_sr_and_check() 968 ret = spi_nor_read_cr(nor, &sr_cr[1]); in spi_nor_write_16bit_cr_and_check() 1941 ret = spi_nor_read_cr(nor, nor->bouncebuf); in spi_nor_sr2_bit1_quad_enable()
|
H A D | core.h | 674 int spi_nor_read_cr(struct spi_nor *nor, u8 *cr);
|
/kernel/linux/linux-5.10/drivers/mtd/spi-nor/ |
H A D | core.c | 334 * spi_nor_read_cr() - Read the Configuration Register using the 342 static int spi_nor_read_cr(struct spi_nor *nor, u8 *cr) in spi_nor_read_cr() function 800 ret = spi_nor_read_cr(nor, &sr_cr[1]); in spi_nor_write_16bit_sr_and_check() 845 ret = spi_nor_read_cr(nor, &sr_cr[1]); in spi_nor_write_16bit_sr_and_check() 898 ret = spi_nor_read_cr(nor, &sr_cr[1]); in spi_nor_write_16bit_cr_and_check() 1964 ret = spi_nor_read_cr(nor, nor->bouncebuf); in spi_nor_sr2_bit1_quad_enable()
|
Completed in 11 milliseconds