last_full_offset 865 drivers/mtd/nand/raw/marvell_nand.c unsigned int last_full_offset = round_down(len, FIFO_DEPTH); last_full_offset 868 drivers/mtd/nand/raw/marvell_nand.c for (i = 0; i < last_full_offset; i += FIFO_DEPTH) last_full_offset 875 drivers/mtd/nand/raw/marvell_nand.c memcpy(in + last_full_offset, tmp_buf, last_len); last_full_offset 885 drivers/mtd/nand/raw/marvell_nand.c unsigned int last_full_offset = round_down(len, FIFO_DEPTH); last_full_offset 888 drivers/mtd/nand/raw/marvell_nand.c for (i = 0; i < last_full_offset; i += FIFO_DEPTH) last_full_offset 894 drivers/mtd/nand/raw/marvell_nand.c memcpy(tmp_buf, out + last_full_offset, last_len);