read_remaining_bytes
read_remaining_bytes(nand, buf, off, 4 - len, 1);
read_remaining_bytes(nand, buf, off + (size & ~3), size % 4, 0);