HomeSort by: relevance | last modified time | path
    Searched refs:P1 (Results 1 - 25 of 44) sorted by relevancy

1 2

  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
exynos5250-smdk5250.dts 145 regulator-name = "P1.0V_LDO_OUT1";
152 regulator-name = "P1.2V_LDO_OUT2";
159 regulator-name = "P1.8V_LDO_OUT3";
172 regulator-name = "P1.8V_LDO_OUT5";
178 regulator-name = "P1.1V_LDO_OUT6";
185 regulator-name = "P1.1V_LDO_OUT7";
192 regulator-name = "P1.0V_LDO_OUT8";
198 regulator-name = "P1.8V_LDO_OUT10";
205 regulator-name = "P1.8V_LDO_OUT11";
217 regulator-name = "P1.8V_LDO_OUT13"
    [all...]
am335x-pocketbeagle.dts 66 "P1.08 [SPI0_CLK]",
67 "P1.10 [SPI0_MISO]",
68 "P1.12 [SPI0_MOSI]",
69 "P1.06 [SPI0_CS]",
76 "P1.26 [I2C2_SDA]",
77 "P1.28 [I2C2_SCL]",
84 "P1.20 [PRU0.16]",
90 "P1.34",
110 "P1.32 [UART0_RX]",
111 "P1.30 [UART0_TX]"
    [all...]
exynos5250-spring.dts 155 regulator-name = "P1.0V_LDO_OUT4";
163 regulator-name = "P1.0V_LDO_OUT5";
179 regulator-name = "P1.1V_LDO_OUT7";
187 regulator-name = "P1.0V_LDO_OUT8";
195 regulator-name = "P1.8V_LDO_OUT10";
203 regulator-name = "P1.8V_LDO_OUT11";
219 regulator-name = "P1.8V_LDO_OUT13";
227 regulator-name = "P1.8V_LDO_OUT14";
235 regulator-name = "P1.0V_LDO_OUT15";
243 regulator-name = "P1.8V_LDO_OUT16"
    [all...]
exynos5250-snow-common.dtsi 304 regulator-name = "P1.0V_LDO_OUT1";
311 regulator-name = "P1.8V_LDO_OUT2";
318 regulator-name = "P1.8V_LDO_OUT3";
325 regulator-name = "P1.1V_LDO_OUT7";
332 regulator-name = "P1.0V_LDO_OUT8";
339 regulator-name = "P1.8V_LDO_OUT10";
353 regulator-name = "P1.8V_LDO_OUT14";
360 regulator-name = "P1.0V_LDO_OUT15";
367 regulator-name = "P1.8V_LDO_OUT16";
406 regulator-name = "P1.8V_BUCK_OUT5"
    [all...]
aspeed-bmc-amd-ethanolx.dts 149 //APML for P1
169 //P1 Power regulators
174 //P0/P1 Thermal diode
armada-388-clearfog.dts 67 * 8-JP4 P1
  /src/lib/libm/noieee_src/
n_exp2f.c 45 P1 = 0x1.62e430p-1f,
132 tv = tv + u * (P1 + z * P2) + u * (z * z) * (P3 + z * P4);
n_gamma.c 94 #define P1 2.65757198651533466104979197553e-01
270 p = P0 + z*(P1 + z*(P2 + z*(P3 + z*P4)));
  /src/lib/libm/src/
e_expf.c 37 P1 = 1.6666667163e-01, /* 0x3e2aaaab */
85 c = x - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
s_exp2f.c 43 P1 = 0x1.62e430p-1f,
156 tv = tv + u * (P1 + z * P2) + u * (z * z) * (P3 + z * P4);
e_exp.c 39 * R(z) ~ 2.0 + P1*z + P2*z**2 + P3*z**3 + P4*z**4 + P5*z**5
40 * (where z=r*r, and the values of P1 to P5 are listed below)
43 * | 2.0+P1*z+...+P5*z - R(z) | <= 2
54 * R1(r) = r - (P1*r + P2*r + ... + P5*r ).
96 P1 = 1.66666666666666019037e-01, /* 0x3FC55555, 0x5555553E */
148 c = x - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
b_tgamma.c 104 #define P1 2.65757198651533466104979197553e-01
256 p = P0 + z*(P1 + z*(P2 + z*(P3 + z*P4)));
e_pow.c 83 P1 = 1.66666666666666019037e-01, /* 0x3FC55555, 0x5555553E */
301 t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
e_powf.c 42 P1 = 1.6666667163e-01, /* 0x3e2aaaab */
244 t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/clk/
nouveau_nvkm_subdev_clk_mcp77.c 216 int N, M, P1, P2 = 0;
224 clock = calc_pll(clk, 0x4028, (core << 1), &N, &M, &P1);
233 if(P1 > 2) {
234 P2 = P1 - 2;
235 P1 = 2;
242 clk->cpost = (1 << P1) << 16;
250 clock = calc_pll(clk, 0x4020, shader, &N, &M, &P1);
262 clk->sctrl = P1 << 16;
268 clock = calc_P(500000, vdec, &P1);
274 clk->vdiv = P1 << 16
    [all...]
nouveau_nvkm_subdev_clk_nv50.c 385 int N, M, P1, P2;
404 freq = calc_div(core, vdec, &P1);
417 divsv |= P1 << 8;
438 calc_div(freq, dom6, &P1);
441 divsv |= P1;
464 freq = calc_pll(clk, 0x4028, core, &N, &M, &P1);
469 0x80000000 | (P1 << 19) | (P1 << 16));
478 if (P1-- && shader == (core << 1)) {
479 clk_mask(hwsq, spll[0], 0xc03f0100, (P1 << 19) | (P1 << 16))
    [all...]
  /src/tests/bin/sh/
t_wait.sh 59 sleep 3 & P1=$!
62 wait ${P1}
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
profile_collector_test.cc 169 auto &P1 = Profile1.Path.size() < Profile2.Path.size() ? Profile2 : Profile1;
173 ASSERT_EQ(P1.Path.size(), P1Expected.size());
175 ASSERT_EQ(P1.Path, P1Expected);
  /src/sys/arch/luna68k/dev/
omrasops.c 139 #define P1(addr) ((uint32_t *)((uint8_t *)(addr) + OMFB_PLANEOFFS * 2))
886 " move.l (%[src0]),(%[dst1])+ ;\n" /* P1 */
898 " move.l (%[src0]),(%[dst1])+ ;\n" /* P1 */
1445 GETBITS(P1(sp), sb, w, tmp);
1446 PUTBITS(tmp, db, w, P1(dp));
1490 GETBITS(P1(sp), sb, lnum, tmp);
1491 PUTBITS(tmp, db, lnum, P1(dp));
1504 GETBITS(P1(sp), sboff, 32, tmp);
1505 *P1(dp) = tmp;
1517 GETBITS(P1(sp), sboff, rnum, tmp)
    [all...]
  /src/sys/arch/ia64/unwind/
decode.h 167 struct unwind_desc_P1 P1;
191 P1, P2, P3, P4, P5, P6, P7, P8, P9, P10,
stackframe.c 103 strc[rec_cnt].type = P1;
299 case P1:
301 printf("br_mem (brmask = %x) \n", rchain->udesc.P1.brmask);
852 case P1:
1059 case P1:
  /src/lib/libm/ld128/
s_exp2l.c 47 P1 = 0x1.62e42fefa39ef35793c7673007e6p-1L,
416 r = t + t * z * (P1 + z * (P2 + z * (P3 + z * (P4 + z * (P5 + z * (P6
  /src/lib/libm/ld80/
b_tgammal.c 181 #define P1 (P1u.extu_ld)
206 p = P0 + z * (P1 + z * (P2 + z * (P3 + z * (P4 + z * (P5 +
s_exp2l.c 49 P1 = LD80C(0xb17217f7d1cf79ac, -1, 6.93147180559945309429e-1L);
275 r = t_lo + (t_hi + t_lo) * z * (P1.extu_ld + z * (P2 + z * (P3 + z * (P4
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/fb/
nouveau_nvkm_subdev_fb_ramgk104.c 138 int N1, fN1, M1, P1;
166 const u32 rcoef = (( ram->P1 << 16) | (ram->N1 << 8) | ram->M1);
708 const u32 rcoef = (( ram->P1 << 16) | (ram->N1 << 8) | ram->M1);
994 int *N1, int *fN1, int *M1, int *P1,
1020 *P1 = p_ref;
1031 *P1 = p_ref;
1038 *fN1 = (u16)((((best_err / *N2 * *P2) * (*P1 * *M1)) << 13) / crystal);
1042 return gk104_calc_pll_output(*fN1, 1, *N1, *P1, crystal);
1071 &ram->N1, &ram->fN1, &ram->M1, &ram->P1,
1083 &ram->fN1, &ram->M1, &ram->P1);
    [all...]

Completed in 22 milliseconds

1 2