Searched refs:p3 (Results 1 - 8 of 8) sorted by relevance

/u-boot/test/lib/
H A Defi_device_path.c29 struct efi_device_path *p3 = (struct efi_device_path *)d3; local
39 ut_asserteq((ssize_t)-1, efi_dp_check_length(p3, sizeof(d3) - 1));
40 ut_asserteq((ssize_t)sizeof(d3), efi_dp_check_length(p3, sizeof(d3)));
41 ut_asserteq((ssize_t)sizeof(d3), efi_dp_check_length(p3, SSIZE_MAX));
43 efi_dp_check_length(p3, (size_t)SSIZE_MAX + 1));
45 efi_dp_check_length(p3, sizeof(d3) + 4));
/u-boot/arch/arm/mach-omap2/omap3/
H A Dclock.c123 int xip_safe, p0, p1, p2, p3; local
224 p3 = (u32)&prcm_base->idlest_ckgen;
226 (*f_lock_pll) (p0, p1, p2, p3);
380 int xip_safe, p0, p1, p2, p3; local
474 p3 = (u32)&prcm_base->idlest_ckgen;
476 (*f_lock_pll) (p0, p1, p2, p3);
/u-boot/include/power/
H A Dpmic.h61 struct pmic *p2, struct pmic *p3);
/u-boot/drivers/tee/
H A Dsandbox.c81 static u32 check_params(u8 p0, u8 p1, u8 p2, u8 p3, uint num_params, argument
84 u8 p[] = { p0, p1, p2, p3 };
/u-boot/lib/
H A Dbch.c245 const uint32_t *pdata, *p0, *p1, *p2, *p3; local
287 p3 = tab3 + (l+1)*((w >> 24) & 0xff);
290 r[i] = r[i+1]^p0[i]^p1[i]^p2[i]^p3[i];
292 r[l] = p0[l]^p1[l]^p2[l]^p3[l];
/u-boot/common/
H A Dcli_hush.c3581 char *p1, *p2, *p3; local
3586 p3 = insert_var_value(inp[i]);
3587 p1 = p3;
3609 if (p3 != inp[i]) free(p3);
/u-boot/drivers/clk/stm32/
H A Dclk-stm32mp1.c490 p1, p2, p3, p4) \
501 .refclk[2] = (p3), \
/u-boot/drivers/video/
H A Dstb_truetype.h4549 float p3 = p*p*p; local
4550 float d = q*q + 4*p3 / 27;
4561 float v = (float) STBTT_acos(-STBTT_sqrt(-27/p3) * q / 2) / 3; // p3 must be negative, since d is negative

Completed in 139 milliseconds