Searched refs:read_error (Results 1 - 6 of 6) sorted by relevance

/drivers/block/
H A Dswim_asm.S31 .equ read_error, 0x1400
72 tstb %a3@(read_error - read_mark)
76 tstb %a3@(read_error - read_mark)
141 tstb %a3@(read_error - read_mark)
170 tstb %a3@(read_error - read_mark)
174 tstb %a3@(read_error - read_mark)
195 tstb %a3@(read_error - read_mark)
234 tstb %a3@(read_error - read_mark)
H A Dswim.c58 REG(read_error)
/drivers/w1/masters/
H A Dds1wm.c106 int read_error; member in struct:ds1wm_data
236 ds1wm_data->read_error = -ETIMEDOUT;
239 ds1wm_data->read_error = 0;
369 if (ds1wm_data->read_error) {
389 if (ds1wm_data->read_error) {
/drivers/md/
H A Ddm-bufio.c143 int read_error; member in struct:dm_buffer
913 b->read_error = 0;
954 b->read_error = error;
989 if (b->read_error) {
990 int error = b->read_error;
1079 if ((b->read_error || b->write_error) &&
/drivers/mtd/
H A Dmtdswap.c751 goto read_error;
758 goto read_error;
776 read_error:
/drivers/mtd/nand/
H A Dnandsim.c889 static int read_error(unsigned int page_no) function
1410 if (read_error(page_no)) {

Completed in 160 milliseconds