Home
last modified time | relevance | path

Searched refs:cutoff (Results 1 – 4 of 4) sorted by relevance

/u-boot/lib/
A Dsscanf.c61 u64 cutoff; in str_to_int_convert() local
116 cutoff = neg ? (u64)-(LLONG_MIN + LLONG_MAX) + LLONG_MAX : LLONG_MAX; in str_to_int_convert()
117 cutlim = cutoff % qbase; in str_to_int_convert()
118 cutoff /= qbase; in str_to_int_convert()
120 cutoff = (u64)ULLONG_MAX / qbase; in str_to_int_convert()
135 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim)) { in str_to_int_convert()
/u-boot/arch/arm/dts/
A Dam335x-brppt1-mmc.dts296 ti,zx-cutoff-ratio = <40>;
A Dam335x-brppt1-spi.dts317 ti,zx-cutoff-ratio = <40>;
A Dam335x-brppt1-nand.dts286 ti,zx-cutoff-ratio = <40>;

Completed in 5 milliseconds