Searched refs:fine (Results 1 - 2 of 2) sorted by relevance

/u-boot/arch/arm/mach-exynos/
H A Dclock.c1395 * Linearly searches for the most accurate main and fine stage clock scalars
1401 * @param fine_scalar_bits Number of fine scalar bits, must be > 0 and < 32
1404 * @param best_fine_scalar Pointer to store the fine stage divisor
1459 unsigned int fine; local
1464 main = clock_calc_best_scalar(4, 8, 400000000, rate, &fine);
1471 fine = fine - 1;
1505 clrsetbits_le32(reg, mask << pre_shift, (fine & mask) << pre_shift);
1516 unsigned int fine; local
1522 main = clock_calc_best_scalar(4, 8, 400000000, rate, &fine);
[all...]
/u-boot/drivers/net/
H A De1000.c4712 uint16_t fused, fine, coarse; local
4722 fine = fused & IGP01E1000_ANALOG_FUSE_FINE_MASK;
4730 fine -= IGP01E1000_ANALOG_FUSE_FINE_1;
4733 fine -= IGP01E1000_ANALOG_FUSE_FINE_10;
4737 (fine

Completed in 109 milliseconds