Home
last modified time | relevance | path

Searched refs:arg2 (Results 1 – 19 of 19) sorted by relevance

/u-boot/drivers/ddr/marvell/a38x/
A Dddr3_training_ip.h14 #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 Dpsci.c37 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 Dfirmware-zynqmp.c154 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 Dpresidio.c62 u64 arg2) in invoke_psci_fn_smc() argument
70 : "r" (arg0), "r" (arg1), "r" (arg2) in invoke_psci_fn_smc()
/u-boot/cmd/
A Ditest.c153 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 Dflash.c149 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 Dsbi.c15 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 Dzynqmp_firmware.h108 int xilinx_pm_request(u32 api_id, u32 arg0, u32 arg1, u32 arg2,
A Datf_common.h84 unsigned long arg2; member
A Dspl.h684 void spl_optee_entry(void *arg0, void *arg1, void *arg2, void *arg3);
/u-boot/arch/arm/mach-mediatek/mt7623/
A Dpreloader.h67 u32 arg2; member
/u-boot/arch/riscv/include/asm/
A Dsbi.h98 unsigned long arg1, unsigned long arg2,
/u-boot/include/acpi/
A Dacpigen.h540 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 Dclk_versal.c109 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 Dbootoctlinux.c365 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 Dacpigen.c733 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 Defi_image_loader.c229 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 Dqemu-mips.rst129 # Format as ext2 ( arg2 : nb blocks)
/u-boot/scripts/
A Dcheckpatch.pl6296 my $arg2 = $8;
6307 "$call() should probably be ${call}_t($cast, $arg1, $arg2)\n" . "$here\n$stat\n");

Completed in 43 milliseconds