Lines Matching refs:ret
26 int ret;
33 ret = spi_nor_write_sr_and_check(nor, 0);
34 if (ret)
37 return ret;
74 int ret;
81 ret = spi_nor_read_sr(nor, nor->bouncebuf);
82 if (ret)
83 return ret;
90 ret = spi_nor_write_sr_and_check(nor, sr);
91 if (ret) {
93 return ret;
136 int ret;
141 ret = spi_nor_read_sr(nor, nor->bouncebuf);
142 if (ret)
143 return ret;