Home
last modified time | relevance | path

Searched refs:p3 (Results 1 – 14 of 14) sorted by relevance

/u-boot/test/lib/
A Defi_device_path.c29 struct efi_device_path *p3 = (struct efi_device_path *)d3; in lib_test_efi_dp_check_length() local
39 ut_asserteq((ssize_t)-1, efi_dp_check_length(p3, sizeof(d3) - 1)); in lib_test_efi_dp_check_length()
40 ut_asserteq((ssize_t)sizeof(d3), efi_dp_check_length(p3, sizeof(d3))); in lib_test_efi_dp_check_length()
41 ut_asserteq((ssize_t)sizeof(d3), efi_dp_check_length(p3, SSIZE_MAX)); in lib_test_efi_dp_check_length()
43 efi_dp_check_length(p3, (size_t)SSIZE_MAX + 1)); in lib_test_efi_dp_check_length()
45 efi_dp_check_length(p3, sizeof(d3) + 4)); in lib_test_efi_dp_check_length()
/u-boot/board/nokia/rx51/
A Dtag_omap.h240 #define OMAP_TAG_LCD_CONFIG(p1, p2, p3, p4) \ argument
245 .u.lcd.nreset_gpio = p3, \
249 #define OMAP_TAG_GPIO_SWITCH_CONFIG(p1, p2, p3, p4, p5) \ argument
255 .u.gpio_switch.flags = p3, \
260 #define OMAP_TAG_WLAN_CX3110X_CONFIG(p1, p2, p3, p4, p5) \ argument
266 .u.wlan_cx3110x.power_gpio = p3, \
271 #define OMAP_TAG_PARTITION_CONFIG(p1, p2, p3, p4) \ argument
277 .u.partition.offset = p3, \
/u-boot/arch/arm/mach-omap2/omap3/
A Dclock.c123 int xip_safe, p0, p1, p2, p3; in dpll3_init_34xx() local
224 p3 = (u32)&prcm_base->idlest_ckgen; in dpll3_init_34xx()
226 (*f_lock_pll) (p0, p1, p2, p3); in dpll3_init_34xx()
380 int xip_safe, p0, p1, p2, p3; in dpll3_init_36xx() local
474 p3 = (u32)&prcm_base->idlest_ckgen; in dpll3_init_36xx()
476 (*f_lock_pll) (p0, p1, p2, p3); in dpll3_init_36xx()
/u-boot/include/power/
A Dpmic.h60 struct pmic *p2, struct pmic *p3);
/u-boot/arch/arm/dts/
A Drk3399-gru-kevin.dts30 p3_3v_dig: p3-3v-dig {
32 regulator-name = "p3.3v_dig";
A Dfsl-imx8qm-mek.dts22 regulator-name = "sw-3p3-sd1";
A Ddra71-evm.dts166 * With this PM_SEL(p3) should not matter
A Dimx8qm-rom7720-a1.dts52 regulator-name = "sw-3p3-sd1";
/u-boot/drivers/tee/
A Dsandbox.c79 static u32 check_params(u8 p0, u8 p1, u8 p2, u8 p3, uint num_params, in check_params() argument
82 u8 p[] = { p0, p1, p2, p3}; in check_params()
/u-boot/doc/board/actions/
A Dcubieboard7.rst81 94% write p3 size = 4608000 : ok
/u-boot/lib/
A Dbch.c245 const uint32_t *pdata, *p0, *p1, *p2, *p3; in encode_bch() local
287 p3 = tab3 + (l+1)*((w >> 24) & 0xff); in encode_bch()
290 r[i] = r[i+1]^p0[i]^p1[i]^p2[i]^p3[i]; in encode_bch()
292 r[l] = p0[l]^p1[l]^p2[l]^p3[l]; in encode_bch()
/u-boot/common/
A Dcli_hush.c3583 char *p1, *p2, *p3; local
3588 p3 = insert_var_value(inp[i]);
3589 p1 = p3;
3611 if (p3 != inp[i]) free(p3);
/u-boot/drivers/clk/
A Dclk_stm32mp1.c486 p1, p2, p3, p4) \ argument
497 .refclk[2] = (p3), \
/u-boot/doc/board/microchip/
A Dmpfs_icicle.rst398 [ 1.457755] mmcblk0: p1 p2 p3
678 [ 0.944800] mmcblk0: p1 p2 p3

Completed in 28 milliseconds