Searched refs:n1 (Results 1 – 8 of 8) sorted by relevance
/u-boot/arch/nios2/lib/ |
A D | libgcc.c | 159 n1 = nn.s.high; in __udivmoddi4() 180 udiv_qrnnd (q1, n1, 0, n1, d0); in __udivmoddi4() 210 n1 = (n1 << bm) | (n0 >> (W_TYPE_SIZE - bm)); in __udivmoddi4() 237 n1 -= d0; in __udivmoddi4() 248 n1 = (n1 << bm) | (n0 >> b); in __udivmoddi4() 251 udiv_qrnnd (q1, n1, n2, n1, d0); in __udivmoddi4() 305 sub_ddmmss (n1, n0, n1, n0, d1, d0); in __udivmoddi4() 329 n1 = (n1 << bm) | (n0 >> b); in __udivmoddi4() 332 udiv_qrnnd (q0, n1, n2, n1, d1); in __udivmoddi4() 335 if (m1 > n1 || (m1 == n1 && m0 > n0)) in __udivmoddi4() [all …]
|
A D | longlong.h | 158 #define __udiv_qrnnd_c(q, r, n1, n0, d) \ argument 165 __r1 = (n1) % __d1; \ 166 __q1 = (n1) / __d1; \
|
/u-boot/drivers/thermal/ |
A D | imx_thermal.c | 59 int t1, n1; in read_cpu_temperature() local 70 n1 = fuse >> 20; in read_cpu_temperature() 94 temp64 = div_s64_rem(temp64, FACTOR1 * n1 - FACTOR2, &rem); in read_cpu_temperature() 96 c2 = n1 * c1 + 1000000 * t1; in read_cpu_temperature()
|
/u-boot/lib/bzip2/ |
A D | bzlib_huffman.c | 113 Int32 nNodes, nHeap, n1, n2, i, j, k; in BZ2_hbMakeCodeLengths() local 142 n1 = heap[1]; heap[1] = heap[nHeap]; nHeap--; DOWNHEAP(1); in BZ2_hbMakeCodeLengths() 145 parent[n1] = parent[n2] = nNodes; in BZ2_hbMakeCodeLengths() 146 weight[nNodes] = ADDWEIGHTS(weight[n1], weight[n2]); in BZ2_hbMakeCodeLengths()
|
/u-boot/drivers/cpu/ |
A D | bmips_cpu.c | 182 unsigned int tmp, n1, n2, m1; in bcm6348_get_cpu_freq() local 185 n1 = (tmp & MIPSPLLCFG_6348_N1_MASK) >> MIPSPLLCFG_6348_N1_SHIFT; in bcm6348_get_cpu_freq() 189 return (16 * 1000000 * (n1 + 1) * (n2 + 2)) / (m1 + 1); in bcm6348_get_cpu_freq() 194 unsigned int tmp, n1, n2, m1; in bcm6358_get_cpu_freq() local 197 n1 = (tmp & DMIPSPLLCFG_6358_N1_MASK) >> DMIPSPLLCFG_6358_N1_SHIFT; in bcm6358_get_cpu_freq() 201 return (16 * 1000000 * n1 * n2) / m1; in bcm6358_get_cpu_freq()
|
/u-boot/drivers/clk/rockchip/ |
A D | clk_px30.c | 387 unsigned long n, d, n0, d0, n1, d1; in rational_best_approximation() local 393 n1 = 1; in rational_best_approximation() 398 if (n1 > max_numerator || d1 > max_denominator) { in rational_best_approximation() 399 n1 = n0; in rational_best_approximation() 409 t = n0 + a * n1; in rational_best_approximation() 410 n0 = n1; in rational_best_approximation() 411 n1 = t; in rational_best_approximation() 416 *best_numerator = n1; in rational_best_approximation()
|
/u-boot/doc/device-tree-bindings/fsp/fsp2/apollolake/ |
A D | fsp-m.txt | 195 1: n1-warp (default) 198 1: n1-warp (default)
|
/u-boot/drivers/ddr/fsl/ |
A D | interactive.c | 1243 #define PRINT_NNXXS(n0, n1, x0, x1, s) \ in ddr3_spd_dump() argument 1244 printf("%-3d-%3d: %02x %02x " s "\n", n0, n1, x0, x1); in ddr3_spd_dump() 1436 #define PRINT_NNXXS(n0, n1, x0, x1, s) \ in ddr4_spd_dump() argument 1437 printf("%-3d-%3d: %02x %02x " s "\n", n0, n1, x0, x1); in ddr4_spd_dump()
|
Completed in 21 milliseconds