/u-boot/drivers/ddr/marvell/a38x/ |
A D | ddr3_training_ip.h | 14 #define GET_MIN(arg1, arg2) ((arg1) < (arg2)) ? (arg1) : (arg2) argument 15 #define GET_MAX(arg1, arg2) ((arg1) < (arg2)) ? (arg2) : (arg1) argument
|
/u-boot/drivers/firmware/ |
A D | psci.c | 37 unsigned long arg1, unsigned long arg2) in invoke_psci_fn() argument 48 arm_smccc_smc(function_id, arg0, arg1, arg2, 0, 0, 0, 0, &res); in invoke_psci_fn() 50 arm_smccc_hvc(function_id, arg0, arg1, arg2, 0, 0, 0, 0, &res); in invoke_psci_fn()
|
A D | firmware-zynqmp.c | 154 int __maybe_unused xilinx_pm_request(u32 api_id, u32 arg0, u32 arg1, u32 arg2, in xilinx_pm_request() argument 166 u32 regs[] = {api_id, arg0, arg1, arg2, arg3}; in xilinx_pm_request() 189 regs.regs[2] = ((u64)arg3 << 32) | arg2; in xilinx_pm_request()
|
/u-boot/board/cortina/presidio-asic/ |
A D | presidio.c | 62 u64 arg2) in invoke_psci_fn_smc() argument 70 : "r" (arg0), "r" (arg1), "r" (arg2) in invoke_psci_fn_smc()
|
/u-boot/cmd/ |
A D | itest.c | 153 static int binary_test(char *op, char *arg1, char *arg2, int w) in binary_test() argument 166 return (stringcomp(arg1, arg2, optp->opcode)); in binary_test() 168 return (arithcomp (arg1, arg2, optp->opcode, w)); in binary_test()
|
A D | flash.c | 149 addr_spec(char *arg1, char *arg2, ulong *addr_first, ulong *addr_last) in addr_spec() argument 159 if (arg2 && *arg2 == '+'){ in addr_spec() 161 ++arg2; in addr_spec() 164 *addr_last = simple_strtoul(arg2, &ep, 16); in addr_spec() 165 if (ep == arg2 || *ep != '\0') in addr_spec()
|
/u-boot/arch/riscv/lib/ |
A D | sbi.c | 15 unsigned long arg1, unsigned long arg2, in sbi_ecall() argument 23 register uintptr_t a2 asm ("a2") = (uintptr_t)(arg2); in sbi_ecall()
|
/u-boot/include/ |
A D | zynqmp_firmware.h | 108 int xilinx_pm_request(u32 api_id, u32 arg0, u32 arg1, u32 arg2,
|
A D | atf_common.h | 84 unsigned long arg2; member
|
A D | spl.h | 684 void spl_optee_entry(void *arg0, void *arg1, void *arg2, void *arg3);
|
/u-boot/arch/arm/mach-mediatek/mt7623/ |
A D | preloader.h | 67 u32 arg2; member
|
/u-boot/arch/riscv/include/asm/ |
A D | sbi.h | 98 unsigned long arg1, unsigned long arg2,
|
/u-boot/include/acpi/ |
A D | acpigen.h | 540 void acpigen_write_or(struct acpi_ctx *ctx, u8 arg1, u8 arg2, u8 res); 552 void acpigen_write_and(struct acpi_ctx *ctx, u8 arg1, u8 arg2, u8 res);
|
/u-boot/drivers/clk/ |
A D | clk_versal.c | 109 u32 arg2; member 124 regs.regs[2] = ((u64)qdata.arg3 << 32) | qdata.arg2; in versal_pm_query() 212 qdata.arg2 = index; in versal_pm_clock_get_topology() 228 qdata.arg2 = index; in versal_pm_clock_get_parents()
|
/u-boot/arch/mips/mach-octeon/ |
A D | bootoctlinux.c | 365 u64 arg2; in do_bootoctlinux() local 538 arg2 = 0x1; /* Core 0 sets init core for Linux */ in do_bootoctlinux() 623 kernel(arg0, arg1, arg2, arg3); in do_bootoctlinux()
|
/u-boot/lib/acpi/ |
A D | acpigen.c | 733 void acpigen_write_or(struct acpi_ctx *ctx, u8 arg1, u8 arg2, u8 res) in acpigen_write_or() argument 737 acpigen_emit_byte(ctx, arg2); in acpigen_write_or() 742 void acpigen_write_and(struct acpi_ctx *ctx, u8 arg1, u8 arg2, u8 res) in acpigen_write_and() argument 746 acpigen_emit_byte(ctx, arg2); in acpigen_write_and()
|
/u-boot/lib/efi_loader/ |
A D | efi_image_loader.c | 229 static int cmp_pe_section(const void *arg1, const void *arg2) in cmp_pe_section() argument 234 section2 = *((const IMAGE_SECTION_HEADER **)arg2); in cmp_pe_section()
|
/u-boot/doc/board/emulation/ |
A D | qemu-mips.rst | 129 # Format as ext2 ( arg2 : nb blocks)
|
/u-boot/scripts/ |
A D | checkpatch.pl | 6296 my $arg2 = $8; 6307 "$call() should probably be ${call}_t($cast, $arg1, $arg2)\n" . "$here\n$stat\n");
|