Home
last modified time | relevance | path

Searched refs:buf_count (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dpxa3xx_nand.c179 unsigned int buf_count; member
796 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 …]
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth/
H A D0003-Use-ARM-NEON-accelaration-for-float-multithreaded-se.patch227 minbuf = dst->buf_count;
229 if(minbuf > src->buf_count)
231 minbuf = src->buf_count;
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/
H A D0004-mmal_20.patch8496 + 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 buf
9726 + 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];