Home
last modified time | relevance | path

Searched refs:argument (Results 1 – 25 of 57) sorted by relevance

123

/u-boot/arch/x86/lib/
A Dcrt0_ia32_efi.S18 pushl 12(%ebp) # copy "image" argument
19 pushl 8(%ebp) # copy "systab" argument
28 pushl %ebx # pass _DYNAMIC as second argument
29 pushl %eax # pass ldbase as first argument
35 call efi_main # call app with "image" and "systab" argument
/u-boot/arch/arm/lib/
A Dvectors_m.S13 mov r0, sp @ pass auto-saved registers as argument
18 mov r0, sp @ pass auto-saved registers as argument
23 mov r0, sp @ pass auto-saved registers as argument
28 mov r0, sp @ pass auto-saved registers as argument
33 mov r0, sp @ pass auto-saved registers as argument
/u-boot/scripts/coccinelle/misc/
A Dbadty.cocci3 //# This makes an effort to find cases where the argument to sizeof is wrong
5 //# when it is a double pointer and ensuring the sizeof argument takes a pointer
7 //# sizeof argument is not used in constructing the return value. The result
68 coccilib.org.print_todo(p[0], "WARNING sizeof argument should be pointer type, not structure type")
74 msg="WARNING: Use correct pointer type argument for sizeof"
/u-boot/tools/patman/test/
A Dtest01.txt9 cmd/pci.c:152:11: warning: format ‘%llx’ expects argument of type
10 ‘long long unsigned int’, but argument 3 has type
38 lib/fdtdec.c:1203:8: warning: format ‘%llx’ expects argument of type
39 ‘long long unsigned int’, but argument 3 has type
A D0001-pci-Correct-cast-for-sandbox.patch11 cmd/pci.c:152:11: warning: format ‘%llx’ expects argument of type
12 ‘long long unsigned int’, but argument 3 has type
A D0002-fdt-Correct-cast-for-sandbox-in-fdtdec_setup_mem_siz.patch11 lib/fdtdec.c:1203:8: warning: format ‘%llx’ expects argument of type
12 ‘long long unsigned int’, but argument 3 has type
/u-boot/arch/arm/mach-ipq40xx/
A Dpinctrl-snapdragon.c89 unsigned int param, unsigned int argument) in msm_pinconf_set() argument
96 TLMM_DRV_STRENGTH_MASK, argument << 6); in msm_pinconf_set()
104 TLMM_GPIO_PULL_MASK, argument); in msm_pinconf_set()
/u-boot/drivers/pinctrl/
A Dpinctrl-kendryte.c532 if (argument) in k210_pc_pinconf_set()
538 if (argument) in k210_pc_pinconf_set()
544 argument *= 1000; in k210_pc_pinconf_set()
555 if (argument) in k210_pc_pinconf_set()
561 argument = 1; in k210_pc_pinconf_set()
563 if (argument) in k210_pc_pinconf_set()
574 if (!argument) in k210_pc_pinconf_set()
578 if (argument) in k210_pc_pinconf_set()
584 if (argument) in k210_pc_pinconf_set()
590 if (argument) in k210_pc_pinconf_set()
[all …]
A Dpinctrl-sandbox.c244 unsigned param, unsigned argument) in sandbox_pinconf_set() argument
250 param, argument); in sandbox_pinconf_set()
253 if (argument) in sandbox_pinconf_set()
263 unsigned param, unsigned argument) in sandbox_pinconf_group_set() argument
267 param, argument); in sandbox_pinconf_group_set()
A Dpinctrl-generic.c195 u32 argument) in pinconf_enable_setting() argument
206 argument); in pinconf_enable_setting()
212 return ops->pinconf_set(dev, selector, param, argument); in pinconf_enable_setting()
224 u32 argument) in pinconf_enable_setting() argument
/u-boot/arch/arm/mach-snapdragon/
A Dpinctrl-snapdragon.c84 unsigned int param, unsigned int argument) in msm_pinconf_set() argument
91 TLMM_DRV_STRENGTH_MASK, argument << 6); in msm_pinconf_set()
/u-boot/include/dm/
A Dpinctrl.h206 unsigned param, unsigned argument);
227 unsigned param, unsigned argument);
/u-boot/tools/
A Dmxsimage.h171 uint32_t argument; member
177 uint32_t argument; member
/u-boot/drivers/pinctrl/mtmips/
A Dpinctrl-mt7628.c477 unsigned int param, unsigned int argument) in mt7628_pinconf_set() argument
501 BIT(bit), (!!argument) << bit); in mt7628_pinconf_set()
504 ret = mt7628_set_drv_strength(priv->pcbase + offs, argument, in mt7628_pinconf_set()
509 ret = mt7628_set_drv_strength(priv->pcbase + offs, argument, in mt7628_pinconf_set()
515 BIT(bit), (!!argument) << bit); in mt7628_pinconf_set()
/u-boot/arch/arm/include/asm/arch-tegra/
A Dtegra_mmc.h24 unsigned int argument; /* _ARGUMENT_0 */ member
/u-boot/doc/
A DREADME.udp7 The udp framework define a function udp_loop that take as argument
A DREADME.silent25 the argument "console=" will be in the command line, no matter how
A DREADME.fsl-ddr341 no argument - reload SPD and start over
344 no argument - recompute from current next_step
347 no argument - show current next_step
350 no argument - print a list of all commands
353 no argument - program memory controller(s) and continue with U-Boot
/u-boot/doc/usage/
A Decho.rst17 Do not print a line feed after the last argument.
A Dbootmenu.rst43 The first (optional) argument of the "bootmenu" command is a delay specifier
46 the argument of the "bootmenu" command is not specified, the default delay
/u-boot/doc/device-tree-bindings/pinctrl/
A Dpinctrl-bindings.txt269 - pins takes a list of pin names or IDs as a required argument. The specific
273 - pinmux takes a list of pin IDs and mux settings as required argument. The
278 - bias-pull-up, -down and -pin-default take as optional argument on hardware
281 - drive-strength takes as argument the target strength in mA.
283 - drive-strength-microamp takes as argument the target strength in uA.
285 - input-debounce takes the debounce time in usec as argument
/u-boot/drivers/mmc/
A Darm_pl180_mmci.h149 u32 argument; /* 0x08*/ member
/u-boot/doc/uImage.FIT/
A Dcommand_syntax_extensions.txt10 scenarios, and then introduces new argument syntax.
120 New uImage argument syntax
181 In case of the new uImage argument syntax, the address portion of any argument
/u-boot/scripts/coccinelle/iterators/
A Dlist_entry_update.cocci1 /// list_for_each_entry uses its first argument to get from one element of
A Ditnull.cocci1 /// Many iterators have the property that the first argument is always bound

Completed in 34 milliseconds

123