/u-boot/test/lib/ |
A D | efi_device_path.c | 29 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 D | tag_omap.h | 240 #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 D | clock.c | 123 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 D | pmic.h | 60 struct pmic *p2, struct pmic *p3);
|
/u-boot/arch/arm/dts/ |
A D | rk3399-gru-kevin.dts | 30 p3_3v_dig: p3-3v-dig { 32 regulator-name = "p3.3v_dig";
|
A D | fsl-imx8qm-mek.dts | 22 regulator-name = "sw-3p3-sd1";
|
A D | dra71-evm.dts | 166 * With this PM_SEL(p3) should not matter
|
A D | imx8qm-rom7720-a1.dts | 52 regulator-name = "sw-3p3-sd1";
|
/u-boot/drivers/tee/ |
A D | sandbox.c | 79 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 D | cubieboard7.rst | 81 94% write p3 size = 4608000 : ok
|
/u-boot/lib/ |
A D | bch.c | 245 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 D | cli_hush.c | 3583 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 D | clk_stm32mp1.c | 486 p1, p2, p3, p4) \ argument 497 .refclk[2] = (p3), \
|
/u-boot/doc/board/microchip/ |
A D | mpfs_icicle.rst | 398 [ 1.457755] mmcblk0: p1 p2 p3 678 [ 0.944800] mmcblk0: p1 p2 p3
|