Searched refs:p2 (Results 1 - 19 of 19) sorted by relevance

/u-boot/lib/
H A Dqsort.c69 int strcmp_compar(const void *p1, const void *p2) argument
71 return strcmp(*(const char **)p1, *(const char **)p2);
H A Dhashtable.c536 static int cmpkey(const void *p1, const void *p2) argument
539 struct env_entry *e2 = *(struct env_entry **)p2;
H A Dbch.c245 const uint32_t *pdata, *p0, *p1, *p2, *p3; local
286 p2 = tab2 + (l+1)*((w >> 16) & 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/post/lib_powerpc/fpu/
H A Dmul-subnormal-single-1.c60 unsigned int p1, p2, res; member in struct:__anon472
74 tstmul (expected[i].p1, expected[i].p2, expected[i].res);
75 tstmul (expected[i].p2, expected[i].p1, expected[i].res);
/u-boot/test/lib/
H A Defi_device_path.c28 struct efi_device_path *p2 = (struct efi_device_path *)d2; local
37 ut_asserteq((ssize_t)-1, efi_dp_check_length(p2, sizeof(d2)));
/u-boot/lib/efi_selftest/
H A Defi_selftest_memory.c104 u64 p2; local
122 EFI_ST_NUM_PAGES, &p2);
155 if (find_in_memory_map(map_size, memory_map, desc_size, p2,
165 ret = boottime->free_pages(p2, EFI_ST_NUM_PAGES);
/u-boot/arch/arm/mach-omap2/omap3/
H A Dclock.c123 int xip_safe, p0, p1, p2, p3; local
214 p2 = readl(&prcm_base->clksel_core);
216 clrsetbits_le32(&p2, 0x00000F00, CORE_SSI_DIV << 8);
218 clrsetbits_le32(&p2, 0x00000030, CORE_FUSB_DIV << 4);
220 clrsetbits_le32(&p2, 0x0000000C, CORE_L4_DIV << 2);
222 clrsetbits_le32(&p2, 0x00000003, CORE_L3_DIV);
226 (*f_lock_pll) (p0, p1, p2, p3);
380 int xip_safe, p0, p1, p2, p3; local
464 p2 = readl(&prcm_base->clksel_core);
466 clrsetbits_le32(&p2,
[all...]
/u-boot/scripts/kconfig/
H A Dconfdata.c164 char *p2; local
191 for (p2 = p; *p2 && !isspace(*p2); p2++)
288 char *p, *p2; local
386 p2 = strchr(p, '\n');
387 if (p2) {
388 *p2-- = 0;
389 if (*p2
[all...]
/u-boot/arch/sandbox/cpu/
H A Dstart.c31 static int h_compare_opt(const void *p1, const void *p2) argument
34 const struct sandbox_cmdline_option *opt2 = p2;
39 opt2 = *(struct sandbox_cmdline_option **)p2;
/u-boot/cmd/
H A Dmem.c941 volatile unsigned long *p2 = bufb; local
945 for (i = 0; i < count; i++, p1++, p2++) {
946 if (*p1 != *p2) {
948 (unsigned long)*p1, (unsigned long)*p2,
949 *p1 ^ *p2, __ffs(*p1 ^ *p2),
962 volatile unsigned long *p2 = bufb; local
976 p2 = (volatile unsigned long *)bufb;
978 *p1++ = *p2++ = (i % 2) == 0 ? q : ~q;
/u-boot/arch/x86/include/asm/
H A Dmsr.h159 #define rdmsr_safe(msr, p1, p2) \
164 (*p2) = (u32)(__val >> 32); \
/u-boot/drivers/cpu/
H A Dbmips_cpu.c245 unsigned int tmp, p1, p2, ndiv, m1; local
249 p2 = (tmp & DMIPSPLLCFG_6368_P2_MASK) >> DMIPSPLLCFG_6368_P2_SHIFT;
256 return (((64 * 1000000) / p1) * p2 * ndiv) / m1;
/u-boot/include/power/
H A Dpmic.h61 struct pmic *p2, struct pmic *p3);
/u-boot/arch/x86/cpu/
H A Dmtrr.c142 static int h_comp_mtrr(const void *p1, const void *p2) argument
145 const struct mtrr_request *req2 = p2;
/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/common/
H A Dcli_hush.c3581 char *p1, *p2, *p3; local
3593 if ((p2 = strchr(p1, ' '))) {
3594 len = p2 - p1;
3597 p2 = p1 + len;
3607 p1 = p2;
H A Dcli_hush_upstream.c6440 IF_HAS_KEYWORDS(struct parse_context *p2;)
6463 IF_HAS_KEYWORDS(p2 = pctx->stack;)
6467 IF_HAS_KEYWORDS(pctx = p2;)
/u-boot/drivers/ram/octeon/
H A Docteon3_lmc.c263 u64 p1, p2, d1, d2; local
327 p2 = p1 + p2offset;
334 cvmx_write64_uint64(p2 + i, v1);
337 CVMX_CACHE_WBIL2(p2, 0);
366 p2 = p1 + p2offset;
371 v1 = cvmx_read64_uint64(p2 +
376 cvmx_write64_uint64(p2 + i, v1);
379 CVMX_CACHE_WBIL2(p2, 0);
410 p2 = p1 + p2offset;
424 d2 = cvmx_read64_uint64(p2
[all...]
/u-boot/drivers/clk/stm32/
H A Dclk-stm32mp1.c490 p1, p2, p3, p4) \
500 .refclk[1] = (p2), \

Completed in 154 milliseconds