Home
last modified time | relevance | path

Searched refs:read_bytes (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/drivers/fpga/
H A Dlattice.c21 static unsigned long read_bytes; variable
158 if (read_bytes == bufsize) { in GetByte()
162 read_bytes++; in GetByte()
164 if (!(read_bytes % block_size)) { in GetByte()
166 read_bytes, in GetByte()
300 read_bytes = 0; in lattice_load()
/rk3399_rockchip-uboot/drivers/mtd/nand/raw/
H A Dfsl_elbc_nand.c68 unsigned int read_bytes; /* Number of bytes read during command */ member
290 ctrl->read_bytes = 0; in fsl_elbc_cmdfunc()
307 ctrl->read_bytes = mtd->writesize + mtd->oobsize; in fsl_elbc_cmdfunc()
322 ctrl->read_bytes = mtd->writesize + mtd->oobsize; in fsl_elbc_cmdfunc()
343 ctrl->read_bytes = 256; in fsl_elbc_cmdfunc()
371 ctrl->read_bytes = 0; in fsl_elbc_cmdfunc()
456 ctrl->read_bytes = 1; in fsl_elbc_cmdfunc()
534 if (ctrl->index < ctrl->read_bytes) in fsl_elbc_read_byte()
554 avail = min((unsigned int)len, ctrl->read_bytes - ctrl->index); in fsl_elbc_read_buf()
584 ctrl->read_bytes = 1; in fsl_elbc_wait()
[all …]
H A Dfsl_ifc_nand.c52 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()
[all …]
/rk3399_rockchip-uboot/drivers/mmc/
H A Darm_pl180_mmci.c94 static int read_bytes(struct mmc *dev, u32 *dest, u32 blkcount, u32 blksize) in read_bytes() function
239 error = read_bytes(dev, (u32 *)data->dest, (u32)data->blocks, in do_data_transfer()