Searched refs:configs (Results 1 – 6 of 6) sorted by relevance
46 static const char * const configs[] = { variable62 for (pos = 0; pos < ARRAY_SIZE(configs); pos++) { in atmel_find_pmecc_parameter_in_token()63 if (strncmp(token, configs[pos], strlen(configs[pos])) == 0) { in atmel_find_pmecc_parameter_in_token()69 debug("\t%s parameter: '%s'\n", configs[pos], param); in atmel_find_pmecc_parameter_in_token()
525 configs = {}874 configs = {}890 config_db[defconfig] = configs892 configs = {}895 configs[config] = value1097 for cfg, val in configs.items():1604 def add_commit(configs): argument1611 if configs:1615 '\n '.join(configs))1683 args.configs = [prefix_config(cfg) for cfg in args.configs][all …]
715 } configs[] = { in bif_fsbl_config() local735 for (j = 0; j < ARRAY_SIZE(configs); j++) { in bif_fsbl_config()736 if (!strncmp(config_attr, configs[j].name, in bif_fsbl_config()737 strlen(configs[j].name))) { in bif_fsbl_config()738 b->dest_cpu = configs[j].dest_cpu; in bif_fsbl_config()739 b->flags |= configs[j].flags; in bif_fsbl_config()
5 F: configs/board0_defconfig
5 F: configs/board2_defconfig
29 # ... and from configs defined from other configs
Completed in 14 milliseconds