Searched refs:sr_cr (Results 1 – 1 of 1) sorted by relevance
864 u8 *sr_cr = nor->bouncebuf; in spi_nor_write_16bit_sr_and_check() local889 sr_cr[1] = SR2_QUAD_EN_BIT1; in spi_nor_write_16bit_sr_and_check()891 sr_cr[1] = 0; in spi_nor_write_16bit_sr_and_check()894 sr_cr[0] = sr1; in spi_nor_write_16bit_sr_and_check()904 if (sr1 != sr_cr[0]) { in spi_nor_write_16bit_sr_and_check()912 cr_written = sr_cr[1]; in spi_nor_write_16bit_sr_and_check()918 if (cr_written != sr_cr[1]) { in spi_nor_write_16bit_sr_and_check()939 u8 *sr_cr = nor->bouncebuf; in spi_nor_write_16bit_cr_and_check() local947 sr_cr[1] = cr; in spi_nor_write_16bit_cr_and_check()953 sr_written = sr_cr[0]; in spi_nor_write_16bit_cr_and_check()[all …]