Lines Matching refs:read_bytes
52 unsigned int read_bytes; /* Number of bytes read during command */ member
377 ctrl->read_bytes = 0; in fsl_ifc_cmdfunc()
387 ctrl->read_bytes = mtd->writesize + mtd->oobsize; in fsl_ifc_cmdfunc()
403 ctrl->read_bytes = mtd->writesize + mtd->oobsize; in fsl_ifc_cmdfunc()
430 ctrl->read_bytes = 256; in fsl_ifc_cmdfunc()
454 ctrl->read_bytes = 0; in fsl_ifc_cmdfunc()
540 ctrl->read_bytes = 1; in fsl_ifc_cmdfunc()
611 if (ctrl->index < ctrl->read_bytes) { in fsl_ifc_read_byte()
635 if (ctrl->index < ctrl->read_bytes) { in fsl_ifc_read_byte16()
658 avail = min((unsigned int)len, ctrl->read_bytes - ctrl->index); in fsl_ifc_read_buf()
690 ctrl->read_bytes = 1; in fsl_ifc_wait()