Searched refs:buf_count (Results 1 - 4 of 4) sorted by relevance

/u-boot/arch/mips/mach-octeon/
H A Dcvmx-helper-pko.c88 unsigned int buf_count; local
107 buf_count = CVMX_PKO_MAX_OUTPUT_QUEUES + (pkt_buf_count * 3) / 8;
112 buf_count, "PKO Cmd-bufs");
H A Dcvmx-helper-pko3.c112 unsigned int buf_count; local
132 buf_count = 1024;
133 __pko_pkt_quota = buf_count * pkt_per_buf;
140 __func__, buf_count, __pko_pkt_budget, __pko_pkt_quota);
144 buf_count);
H A Dcvmx-fpa.c78 u64 buf_count; /* Number of buffer filled */ member in struct:__anon1
454 pinfo->buf_count = buf_cnt;
594 cvmx_fpa3_pool_info[node][0].buf_count = 0;
/u-boot/drivers/mtd/nand/raw/
H A Dpxa3xx_nand.c197 unsigned int buf_count; member in struct:pxa3xx_nand_info
790 info->buf_count = 0;
831 info->buf_count = mtd->writesize + mtd->oobsize;
832 memset(info->data_buff, 0xFF, info->buf_count);
972 info->buf_count = INIT_BUFFER_SIZE;
983 info->buf_count = READ_ID_BYTES;
992 info->buf_count = 1;
1350 if (info->buf_start < info->buf_count)
1364 if (!(info->buf_start & 0x01) && info->buf_start < info->buf_count) {
1376 int real_len = min_t(size_t, len, info->buf_count
[all...]

Completed in 47 milliseconds