Searched defs:arg2 (Results 1 – 13 of 13) sorted by relevance
/u-boot/board/cortina/presidio-asic/ |
A D | presidio.c | 62 u64 arg2) in invoke_psci_fn_smc()
|
/u-boot/drivers/firmware/ |
A D | psci.c | 37 unsigned long arg1, unsigned long arg2) 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()
|
/u-boot/arch/riscv/lib/ |
A D | sbi.c | 15 unsigned long arg1, unsigned long arg2, in sbi_ecall()
|
/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/cmd/ |
A D | itest.c | 153 static int binary_test(char *op, char *arg1, char *arg2, int w) in binary_test()
|
A D | flash.c | 149 addr_spec(char *arg1, char *arg2, ulong *addr_first, ulong *addr_last) in addr_spec()
|
/u-boot/arch/arm/mach-mediatek/mt7623/ |
A D | preloader.h | 67 u32 arg2; member
|
/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()
|
/u-boot/arch/mips/mach-octeon/ |
A D | bootoctlinux.c | 365 u64 arg2; in do_bootoctlinux() local
|
/u-boot/include/ |
A D | atf_common.h | 84 unsigned long arg2; member
|
/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() 742 void acpigen_write_and(struct acpi_ctx *ctx, u8 arg1, u8 arg2, u8 res) in acpigen_write_and()
|
/u-boot/drivers/clk/ |
A D | clk_versal.c | 109 u32 arg2; member
|
Completed in 16 milliseconds