/u-boot/include/linux/ |
A D | kconfig.h | 30 #define IS_ENABLED(option) \ argument 56 #define CONFIG_VAL(option) config_val(option) argument 72 #define __CONFIG_IS_ENABLED_1(option) __CONFIG_IS_ENABLED_3(option, (1), (0)) argument 73 #define __CONFIG_IS_ENABLED_2(option, case1) __CONFIG_IS_ENABLED_3(option, case1, ()) argument 74 #define __CONFIG_IS_ENABLED_3(option, case1, case0) \ argument 106 #define CONFIG_IS_ENABLED(option, ...) \ argument
|
A D | compiler_types.h | 239 #define __diag_ignore(compiler, version, option, comment) \ argument 241 #define __diag_warn(compiler, version, option, comment) \ argument 243 #define __diag_error(compiler, version, option, comment) \ argument
|
/u-boot/arch/arm/lib/ |
A D | cache-cp15.c | 30 enum dcache_option option) in set_section_phys() 51 void set_section_dcache(int section, enum dcache_option option) in set_section_dcache() 62 size_t size, enum dcache_option option) in mmu_set_region_dcache_behaviour_phys() 101 enum dcache_option option) in mmu_set_region_dcache_behaviour()
|
/u-boot/arch/arm/mach-imx/ |
A D | cache.c | 46 enum dcache_option option = DCACHE_WRITETHROUGH; in enable_caches() local
|
/u-boot/board/phytec/phycore_rk3288/ |
A D | som.h | 13 unsigned char option[12]; /* coding for variants */ member
|
/u-boot/tools/ |
A D | mkenvimage.c | 84 int option; in main() local
|
/u-boot/cmd/ |
A D | bootmenu.c | 281 const char *option; in bootmenu_create() local 435 char *option, *sep; in bootmenu_show() local
|
/u-boot/tools/patman/ |
A D | settings.py | 103 def get(self, section, option, *args, **kwargs): argument
|
/u-boot/arch/arm/cpu/armv8/ |
A D | cache_v8.c | 559 enum dcache_option option) in mmu_set_region_dcache_behaviour() 698 enum dcache_option option) in mmu_set_region_dcache_behaviour()
|
/u-boot/drivers/core/ |
A D | acpi.c | 142 void acpi_dump_items(enum acpi_dump_option option) in acpi_dump_items()
|
/u-boot/arch/arm/cpu/armv7/vf610/ |
A D | generic.c | 375 enum dcache_option option = DCACHE_WRITETHROUGH; in enable_caches() local
|
/u-boot/arch/arm/cpu/armv7m/ |
A D | cache.c | 299 enum dcache_option option) in mmu_set_region_dcache_behaviour()
|
/u-boot/arch/arm/mach-stm32mp/cmd_stm32prog/ |
A D | stm32prog.h | 89 int option; member
|
/u-boot/common/ |
A D | avb_verify.c | 189 static char *avb_set_enforce_option(const char *cmdline, const char *option) in avb_set_enforce_option()
|
/u-boot/drivers/net/ |
A D | mvgbe.c | 347 int option) in port_uc_addr()
|
A D | rtl8169.c | 981 int option = -1, Cap10_100 = 0, Cap1000 = 0; in rtl_init() local
|
/u-boot/include/ |
A D | imx8image.h | 208 option_type_t option; member
|
A D | efi_api.h | 1014 efi_string_id_t option; member
|
/u-boot/fs/ubifs/ |
A D | super.c | 1146 static int parse_standard_option(const char *option) in parse_standard_option()
|
/u-boot/arch/x86/include/asm/arch-apollolake/fsp/ |
A D | fsp_m_upd.h | 30 u8 option; member
|
/u-boot/drivers/mtd/nand/raw/ |
A D | zynq_nand.c | 284 static int zynq_nand_init_nand_flash(struct mtd_info *mtd, int option) in zynq_nand_init_nand_flash()
|