Home
last modified time | relevance | path

Searched refs:var (Results 1 – 14 of 14) sorted by relevance

/arch/arm/mach-tegra/
A Dcboot.c213 size_t len_var = strlen(var); in gen_varname()
220 strcpy(varext, var); in gen_varname()
341 var_size = gen_varname(var, "_size"); in set_calculated_env_var()
344 var_align = gen_varname(var, "_align"); in set_calculated_env_var()
378 err = env_set_hex(var, address); in set_calculated_env_var()
380 pr_err("Could not set %s\n", var); in set_calculated_env_var()
414 char *vars, *tmp, *var; in set_calculated_env_vars() local
442 var = strsep(&tmp, " "); in set_calculated_env_vars()
443 if (!var) in set_calculated_env_vars()
445 debug("%s: var: %s\n", __func__, var); in set_calculated_env_vars()
[all …]
/arch/microblaze/include/asm/
A Dsystem.h118 #define set_mb(var, value) do { var = value; mb(); } while (0) argument
119 #define set_wmb(var, value) do { var = value; wmb (); } while (0) argument
/arch/mips/include/asm/
A Dsystem.h183 #define set_mb(var, value) \ argument
184 do { var = value; mb(); } while (0)
186 #define set_wmb(var, value) \ argument
187 do { var = value; wmb(); } while (0)
/arch/arm/cpu/armv8/fsl-layerscape/doc/
A DREADME.pci_iommu_extra11 The "pci_iommu_extra" env var or "pci-iommu-extra" device tree property (to be
19 The env var consists of a list of <bdf>,<action> pairs for a certain pci bus
42 Note: the env var has priority over the device tree property.
53 The following u-boot env var will create iommu mappings for 3 VFs for each PF:
/arch/arm/dts/
A Dimx8mn-var-som-symphony.dts9 #include "imx8mn-var-som.dtsi"
13 compatible = "variscite,var-som-mx8mn-symphony", "variscite,var-som-mx8mn", "fsl,imx8mn";
A Dimx93-var-som-symphony.dts9 #include "imx93-var-som.dtsi"
13 compatible = "variscite,var-som-mx93-symphony",
14 "variscite,var-som-mx93", "fsl,imx93";
A Dimx93-var-som.dtsi13 compatible = "variscite,var-som-mx93", "fsl,imx93";
A Dimx8mn-var-som.dtsi12 compatible = "variscite,var-som-mx8mn", "fsl,imx8mn";
A DMakefile899 imx8mn-var-som-symphony.dtb \
918 imx93-var-som-symphony.dtb
/arch/sh/include/asm/
A Dsystem.h112 #define set_mb(var, value) do { xchg(&var, value); } while (0) argument
/arch/arm/mach-socfpga/
A Dmisc_gen5.c63 const char *var; member
145 env_set("fpgatype", socfpga_fpga_model[fpga_id].var); in arch_misc_init()
/arch/powerpc/dts/gdsys/
A Dgazerbeam-uboot.dtsi57 var-gpios-mc2 = <&GPIO_VB0 0 0 /* VAR-MC_SC */
60 var-gpios-mc4 = <&GPIO_VB1 0 0 /* VAR-MC_SC */
/arch/arc/
A DKconfig94 Variable Page size (1k-16k), var JTLB size 128 x (2 or 4)
/arch/x86/dts/
A Dchromebook_coral.dts375 rw-var-mrc-cache {

Completed in 38 milliseconds