Lines Matching defs:byte_cnt
241 uint32_t byte_cnt,
255 write_reg(nand, NAND_BC, byte_cnt);
262 if (byte_cnt == 0 ||
263 (byte_cnt != 0 && main_spare == 0 && col_add <= 255)) {
320 if (byte_cnt == 0)
331 if (byte_cnt == 0)
335 memcpy(data, (void *)sram_addr_calc, byte_cnt);
347 uint32_t byte_cnt = U(0);
388 byte_cnt = size;
390 byte_cnt = nand->page_size - col_off;
398 byte_cnt, out, MAIN, nand);
405 * if byte_cnt = 0 full page
409 byte_cnt = size;
412 byte_cnt = nand->page_size;
428 src_addr += byte_cnt;
429 out += byte_cnt;
430 size -= byte_cnt;