Searched refs:block_bytes_left (Results 1 – 1 of 1) sorted by relevance
708 int block_bytes_left = bytes_left; in nand_spl_load_image() local709 if (block_bytes_left > BYTES_PER_BLOCK) in nand_spl_load_image()710 block_bytes_left = BYTES_PER_BLOCK; in nand_spl_load_image()753 dst += block_bytes_left; in nand_spl_load_image()754 bytes_left -= block_bytes_left; in nand_spl_load_image()
Completed in 5 milliseconds