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

123

/u-boot/
H A DMakefile371 # #2: Size limit in bytes (decimal or 0xhex)
374 limit=$$( printf "%d" $2 ); \
375 if test $$actual -gt $$limit; then \
376 echo "$1 exceeds file size limit:" >&2; \
377 echo " limit: $$(printf %#x $$limit) bytes" >&2; \
379 echo " excess: $$(printf %#x $$((actual - limit))) bytes" >&2;\
/u-boot/arch/arm/include/asm/arch-octeontx2/csrs/
H A Dcsrs-cgx.h3683 u64 limit : 5; member in struct:cgxx_gmp_gmi_tx_col_attempt::cgxx_gmp_gmi_tx_col_attempt_s
/u-boot/arch/mips/mach-octeon/include/mach/
H A Dcvmx-gmxx-defs.h2631 * the GMX_RX_JABBER[CNT] limit.
5480 u64 limit : 5; member in struct:cvmx_gmxx_tx_col_attempt::cvmx_gmxx_tx_col_attempt_s

Completed in 200 milliseconds

123