Searched refs:limit (Results 26 - 50 of 53) sorted by relevance

123

/u-boot/arch/mips/mach-octeon/
H A Dcvmx-helper-pko3.c752 unsigned int limit = 128; /* NULL never really uses much */ local
755 cvmx_pko3_dq_set_limit(node, dq + i, limit);
768 unsigned int limit; local
790 limit = __pko_pkt_quota / dq_count /
799 debug("%s: DQ%u limit %d\n", __func__, dq_base + i,
800 limit);
802 cvmx_pko3_dq_set_limit(xi.node, dq_base + i, limit);
803 __pko_pkt_budget -= limit;
H A Dcvmx-fpa.c188 u64 limit, u64 threshold, int ptr_dis)
235 /* Initialize AURA count, limit and threshold registers */
240 limit_reg.cn78xx.limit = limit;
242 if ((limit + __cvmx_fpa3_cnt_offset) < CVMX_FPA3_AURAX_LIMIT_MAX)
243 limit_reg.cn78xx.limit += __cvmx_fpa3_cnt_offset;
874 /* Verify the AURA buffer count limit is not above POOL buffer count */
878 printf("WARNING: %s: AURA %u:%u buffer count limit %u reduced to POOL available count %u\n",
187 cvmx_fpa3_aura_cfg(cvmx_fpa3_gaura_t aura, cvmx_fpa3_pool_t pool, u64 limit, u64 threshold, int ptr_dis) argument
H A Dcvmx-pko3.c264 if (p_param->limit == 0)
265 p_param->limit = 1024; /* last-resort default */
/u-boot/drivers/mtd/ubi/
H A Dbuild.c604 int limit, device_pebs; local
621 limit = mult_frac(device_pebs, max_beb_per1024, 1024);
624 if (mult_frac(limit, 1024, max_beb_per1024) < device_pebs)
625 limit += 1;
627 return limit;
/u-boot/arch/arm/mach-imx/mx5/
H A Dclock.c619 #define calc_div(tgt_clk, src_clk, limit) ({ \
625 if (v > limit) \
626 v = limit; \
/u-boot/arch/x86/lib/
H A Dacpi_table.c599 u64 limit)
608 rmrr->limit = limit;
598 acpi_create_dmar_rmrr(struct acpi_ctx *ctx, uint segment, u64 bar, u64 limit) argument
/u-boot/cmd/
H A Dmem.c378 int limit = 10; local
409 limit = hextoul(argv[0] + 2, NULL);
466 offset < bytes && offset <= bytes - search_len && count < limit;
491 if (count == limit)
1357 " -q = quiet, -l<val> = match limit"
/u-boot/arch/arm/
H A Dconfig.mk139 # limit ourselves to the sections we want in the .bin.
/u-boot/lib/bzip2/
H A Dbzlib_private.h434 Int32 limit [BZ_N_GROUPS][BZ_MAX_ALPHA_SIZE]; member in struct:__anon1214
H A Dbzlib_decompress.c125 gLimit = &(s->limit[gSel][0]); \
382 &(s->limit[t][0]),
/u-boot/drivers/usb/mtu3/
H A Dmtu3.h186 * @limit: the bitmap size in bits
191 u32 limit; member in struct:mtu3_fifo_info
/u-boot/tools/
H A Difdtool.c86 region->limit = FLREG_LIMIT(frba->flreg[region_type]);
87 region->size = region->limit - region->base + 1;
132 num, region_name(num), region.base, region.limit,
/u-boot/tools/binman/
H A Dentry.py878 def extend_to_limit(self, limit):
879 """Extend an entry so that it ends at the given offset limit"""
880 if self.offset + self.size < limit:
881 self.size = limit - self.offset
/u-boot/drivers/mtd/nand/raw/brcmnand/
H A Dbrcmnand.c975 unsigned long limit; local
981 limit = jiffies + msecs_to_jiffies(timeout_ms);
988 } while (time_after(limit, jiffies));
990 unsigned long base, limit;
997 limit = CONFIG_SYS_HZ * timeout_ms / 1000;
1004 } while (get_timer(base) < limit);
/u-boot/arch/arm/mach-imx/mx6/
H A Dddr.c93 const unsigned int limit = 0x148; local
97 if ((val & 0x17f) > limit)
100 if (((val >> 16) & 0x17f) > limit)
/u-boot/fs/btrfs/kernel-shared/
H A Dbtrfs_tree.h18 * This limit is somewhat artificial. The memmove and tree block locking cost
471 * 2^16 stripes is quite a lot, a second limit is the size of a single
777 * BTRFS_BALANCE_ARGS_LIMIT with value 'limit'.
782 __le64 limit; member in union:btrfs_disk_balance_args::__anon189
836 * resulting pieces will be. So, this is an upper limit on the size of
837 * the extent in ram instead of an exact limit.
/u-boot/include/acpi/
H A Dacpi_table.h600 u64 limit; member in struct:dmar_rmrr_entry
/u-boot/drivers/usb/gadget/
H A Df_mass_storage.c1252 int len, limit; local
1275 limit = 255;
1279 limit = 65535; /* Should really be FSG_BUFLEN */
1310 if (!valid_page || len > limit) {
/u-boot/arch/arm/include/asm/arch-octeontx2/csrs/
H A Dcsrs-npa.h243 u64 limit : 36; member in struct:npa_aura_s::npa_aura_s_s
1643 * this register returns a given aura's limit. A write sets the aura's
1644 * limit. A read is RAZ. RSL accesses to this register are RAZ/WI.
1649 u64 limit : 36; member in struct:npa_lf_aura_op_limit::npa_lf_aura_op_limit_s
/u-boot/lib/zlib/
H A Ddeflate.c1099 IPos limit = s->strstart > (IPos)MAX_DIST(s) ? local
1101 /* Stop when cur_match becomes <= limit. To simplify the code,
1225 } while ((cur_match = prev[cur_match & wmask]) > limit
1342 /* Deal with !@#$% 64K limit: */
/u-boot/drivers/net/octeontx2/
H A Dnix.c194 aura->s.limit = npa->q_len[idx];
/u-boot/arch/mips/mach-octeon/include/mach/
H A Dcvmx-fpa-defs.h307 u64 limit : 40; member in struct:cvmx_fpa_aurax_cnt_limit::cvmx_fpa_aurax_cnt_limit_s
H A Dcvmx-agl-defs.h766 * the AGL_GMX_RX_JABBER[CNT] limit.
1119 * because they exceed the CNT limit.
2613 u64 limit : 5; member in struct:cvmx_agl_gmx_tx_col_attempt::cvmx_agl_gmx_tx_col_attempt_s
H A Dcvmx-bgxx-defs.h1929 u64 limit : 5; member in struct:cvmx_bgxx_gmp_gmi_tx_col_attempt::cvmx_bgxx_gmp_gmi_tx_col_attempt_s
/u-boot/include/
H A Dec_commands.h323 /* DPTF battery charging current limit */
326 /* Charging limit is specified in 64 mA steps */
328 /* Value to disable DPTF battery charging limit */
3565 CS_PARAM_CHG_VOLTAGE, /* charger voltage limit */
3566 CS_PARAM_CHG_CURRENT, /* charger current limit */
3567 CS_PARAM_CHG_INPUT_CURRENT, /* charger input current limit */
3629 uint32_t limit; /* in mA */ member in struct:ec_params_current_limit
3639 uint16_t current_lim; /* in mA, or EC_POWER_LIMIT_NONE to clear limit */
3640 uint16_t voltage_lim; /* in mV, or EC_POWER_LIMIT_NONE to clear limit */
4008 uint32_t curr_lim_ma; /* input current limit */
[all...]

Completed in 284 milliseconds

123