Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/mtd/spi-nor/
Dotp.c184 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()
Dsst.c26 ret = spi_nor_read_cr(nor, nor->bouncebuf); in sst26vf_unlock()
Dcore.h510 int spi_nor_read_cr(struct spi_nor *nor, u8 *cr);
Dcore.c468 int spi_nor_read_cr(struct spi_nor *nor, u8 *cr) in spi_nor_read_cr() function
980 ret = spi_nor_read_cr(nor, &sr_cr[1]); in spi_nor_write_16bit_sr_and_check()
1015 ret = spi_nor_read_cr(nor, &sr_cr[1]); in spi_nor_write_16bit_sr_and_check()
1068 ret = spi_nor_read_cr(nor, &sr_cr[1]); in spi_nor_write_16bit_cr_and_check()
1772 ret = spi_nor_read_cr(nor, nor->bouncebuf); in spi_nor_sr2_bit1_quad_enable()