Home
last modified time | relevance | path

Searched refs:INT_MAX (Results 1 – 15 of 15) sorted by relevance

/u-boot/drivers/clk/ti/
A Dclk-am3-dpll.c41 int mult = INT_MAX, div = INT_MAX; in clk_ti_am3_dpll_round_rate()
A Dclk-divider.c75 int up = INT_MAX; in _div_round_up()
/u-boot/include/linux/
A Dkernel.h10 #define INT_MAX ((int)(~0U>>1)) macro
11 #define INT_MIN (-INT_MAX - 1)
/u-boot/drivers/clk/imx/
A Dclk-composite-8m.c63 int error = INT_MAX; in imx8m_clk_composite_compute_dividers()
/u-boot/scripts/dtc/libfdt/
A Dfdt.c100 || (fdt_totalsize(fdt) > INT_MAX)) in fdt_check_header()
A Dfdt_ro.c906 if (depth > INT_MAX) in fdt_check_full()
/u-boot/drivers/spi/
A Dfsl_dspi.c390 int scale_needed, scale, minscale = INT_MAX; in ns_delay_scale()
413 if (minscale == INT_MAX) { in ns_delay_scale()
/u-boot/tools/
A Dproftool.c276 int not_found = INT_MAX; in read_profile_file()
/u-boot/arch/arm/mach-uniphier/dram/
A Dumc-pxs2.c122 int dgsl, dgsl_min = INT_MAX, dgsl_max = 0; in ddrphy_get_system_latency()
/u-boot/lib/
A Dvsprintf.c771 return vsnprintf_internal(buf, INT_MAX, fmt, args); in vsprintf()
/u-boot/drivers/core/
A Dof_access.c240 score = INT_MAX/2 - (index << 2); in of_device_is_compatible()
/u-boot/fs/ubifs/
A Dgc.c245 *min = INT_MAX; in sort_nodes()
A Dsuper.c785 c->ranges[UBIFS_IDX_NODE].max_len = INT_MAX; in init_constants_early()
/u-boot/drivers/mtd/ubi/
A Dbuild.c1403 if (str == endp || result >= INT_MAX) { in bytes_str_to_int()
/u-boot/drivers/mtd/nand/raw/
A Dnand_base.c4810 int best_ecc_bytes_total = INT_MAX; in nand_match_ecc_req()
4865 if (best_ecc_bytes_total == INT_MAX) in nand_match_ecc_req()

Completed in 38 milliseconds