Searched refs:buf_count (Results 1 – 3 of 3) sorted by relevance
179 unsigned int buf_count; member796 info->buf_count = 0; in prepare_start_command()832 info->buf_count = mtd->writesize + mtd->oobsize; in prepare_start_command()833 memset(info->data_buff, 0xFF, info->buf_count); in prepare_start_command()973 info->buf_count = INIT_BUFFER_SIZE; in prepare_set_command()984 info->buf_count = READ_ID_BYTES; in prepare_set_command()993 info->buf_count = 1; in prepare_set_command()1351 if (info->buf_start < info->buf_count) in pxa3xx_nand_read_byte()1365 if (!(info->buf_start & 0x01) && info->buf_start < info->buf_count) { in pxa3xx_nand_read_word()1377 int real_len = min_t(size_t, len, info->buf_count - info->buf_start); in pxa3xx_nand_read_buf()[all …]
227 minbuf = dst->buf_count;229 if(minbuf > src->buf_count)231 minbuf = src->buf_count;
8496 + for (i = 0; i != ctx->buf_count; ++i) {8521 + dst_ctx->buf_count = src_ctx->buf_count;8522 + for (i = 0; i != src_ctx->buf_count; ++i) {8569 + ctx->buf_count = 1;9588 + ctx->buf_count = 1; // cb takes the place of the 1st buf9726 + unsigned int buf_count;9761 + return ctx->buf_count > 1;9768 + if (ctx->buf_count >= CTX_BUFS_MAX) {9773 + ctx->bufs[ctx->buf_count++] = sub;9780 + return n + 1 > ctx->buf_count ? NULL : ctx->bufs[n + 1];