Lines Matching defs:ret
79 int ret;
86 ret = spi_mem_exec_op(nor->spimem, &op);
88 ret = spi_nor_controller_ops_read_reg(nor, XILINX_OP_RDSR, sr,
92 if (ret)
93 dev_dbg(nor->dev, "error %d reading SR\n", ret);
95 return ret;
107 int ret;
109 ret = xilinx_nor_read_sr(nor, nor->bouncebuf);
110 if (ret)
111 return ret;
120 int ret;
122 ret = xilinx_nor_read_sr(nor, nor->bouncebuf);
123 if (ret)
124 return ret;