Home
last modified time | relevance | path

Searched defs:option (Results 1 – 17 of 17) sorted by relevance

/rk3399_rockchip-uboot/include/linux/
H A Dkconfig.h30 #define IS_ENABLED(option) \ argument
38 #define IS_BUILTIN(option) config_enabled(option) argument
44 #define IS_MODULE(option) config_enabled(option##_MODULE) argument
79 #define CONFIG_VAL(option) config_val(option) argument
87 #define CONFIG_IS_ENABLED(option) \ argument
97 #define CONFIG_IS_BUILTIN(option) config_enabled(CONFIG_VAL(option)) argument
105 #define CONFIG_IS_MODULE(option) config_enabled(CONFIG_VAL(option##_MODULE)) argument
/rk3399_rockchip-uboot/scripts/kconfig/
H A Dkxgettext.c85 const char *option; member
92 static struct message *message__new(const char *msg, char *option, in message__new()
149 static int message__add(const char *msg, char *option, const char *file, in message__add()
H A Dzconf.gperf44 option, T_OPTION, TF_COMMAND keyword
/rk3399_rockchip-uboot/arch/arm/mach-imx/
H A Dcache.c17 enum dcache_option option = DCACHE_WRITETHROUGH; in enable_caches() local
/rk3399_rockchip-uboot/arch/arm/lib/
H A Dcache-cp15.c25 void set_section_dcache(int section, enum dcache_option option) in set_section_dcache()
52 enum dcache_option option) in mmu_set_region_dcache_behaviour()
/rk3399_rockchip-uboot/board/phytec/phycore_rk3288/
H A Dsom.h14 unsigned char option[12]; /* coding for variants */ member
/rk3399_rockchip-uboot/cmd/
H A Dbootmenu.c251 const char *option; in bootmenu_create() local
366 char *option, *sep; in bootmenu_show() local
/rk3399_rockchip-uboot/tools/
H A Dmkenvimage.c81 int option; in main() local
/rk3399_rockchip-uboot/tools/patman/
H A Dsettings.py103 def get(self, section, option, *args, **kwargs): argument
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/
H A Dcache_v8.c545 enum dcache_option option) in mmu_set_region_dcache_behaviour()
683 enum dcache_option option) in mmu_set_region_dcache_behaviour()
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/vf610/
H A Dgeneric.c368 enum dcache_option option = DCACHE_WRITETHROUGH; in enable_caches() local
/rk3399_rockchip-uboot/drivers/net/
H A Dmvgbe.c325 int option) in port_uc_addr()
H A Drtl8169.c960 int option = -1, Cap10_100 = 0, Cap1000 = 0; in rtl_init() local
/rk3399_rockchip-uboot/include/
H A Dspi.h125 u8 option; member
/rk3399_rockchip-uboot/include/linux/mtd/
H A Dnand.h140 unsigned int option; member
/rk3399_rockchip-uboot/fs/ubifs/
H A Dsuper.c1143 static int parse_standard_option(const char *option) in parse_standard_option()
/rk3399_rockchip-uboot/drivers/mtd/nand/raw/
H A Dzynq_nand.c270 static int zynq_nand_init_nand_flash(int option) in zynq_nand_init_nand_flash()