| /u-boot/include/linux/ |
| A D | kconfig.h | 29 #define IS_ENABLED(option) config_enabled(option, 0) argument 61 #define CONFIG_VAL(option) config_val(option) argument 84 #define IF_ENABLED_INT(option, int_option) \ argument 101 #define __CONFIG_IS_ENABLED_1(option) __CONFIG_IS_ENABLED_3(option, (1), (0)) argument 102 #define __CONFIG_IS_ENABLED_2(option, case1) __CONFIG_IS_ENABLED_3(option, case1, ()) argument 103 #define __CONFIG_IS_ENABLED_3(option, case1, case0) \ argument 138 #define CONFIG_IS_ENABLED(option, ...) \ argument 154 #define CONFIG_IF_ENABLED_INT(option, int_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 | 26 enum dcache_option option) in set_section_phys() 47 void set_section_dcache(int section, enum dcache_option option) in set_section_dcache() 58 size_t size, enum dcache_option option) in mmu_set_region_dcache_behaviour_phys() 310 enum dcache_option option) in mmu_set_region_dcache_behaviour() 331 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 | 83 int option; in main() local
|
| /u-boot/tools/patman/ |
| A D | settings.py | 105 def get(self, section, option, *args, **kwargs): argument
|
| /u-boot/cmd/ |
| A D | bootmenu.c | 169 const char *option; in prepare_bootmenu_entry() local 483 char *option, *sep; in bootmenu_show() local
|
| /u-boot/arch/arm/mach-stm32mp/ |
| A D | cpu.c | 53 enum dcache_option option; in dram_bank_mmu_setup() local
|
| /u-boot/arch/arm/cpu/armv8/ |
| A D | cache_v8.c | 659 enum dcache_option option) in mmu_set_region_dcache_behaviour() 798 enum dcache_option option) in mmu_set_region_dcache_behaviour()
|
| /u-boot/net/ |
| A D | ndisc.c | 380 unsigned char *option = NULL; in process_ra() local
|
| /u-boot/arch/arm/cpu/armv7/vf610/ |
| A D | generic.c | 375 enum dcache_option option = DCACHE_WRITETHROUGH; in enable_caches() local
|
| /u-boot/drivers/core/ |
| A D | acpi.c | 175 void acpi_dump_items(enum acpi_dump_option option) in acpi_dump_items()
|
| /u-boot/arch/arm/cpu/armv7m/ |
| A D | cache.c | 299 enum dcache_option option) in mmu_set_region_dcache_behaviour()
|
| /u-boot/test/dm/ |
| A D | eth.c | 664 unsigned char *option = msg->opt; in dm_test_process_ra() local
|
| /u-boot/drivers/net/ |
| A D | mvgbe.c | 334 int option) in port_uc_addr()
|
| A D | rtl8169.c | 903 int option = -1, Cap10_100 = 0, Cap1000 = 0; in rtl_init() local
|
| /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/arch/arm/mach-stm32mp/cmd_stm32prog/ |
| A D | stm32prog.h | 123 int option; member
|
| /u-boot/include/ |
| A D | imx8image.h | 213 option_type_t option; member
|
| A D | efi_api.h | 1100 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()
|
| /u-boot/include/valgrind/ |
| A D | valgrind.h | 7086 #define VALGRIND_CLO_CHANGE(option) \ argument
|