/u-boot/scripts/kconfig/tests/choice/ |
A D | __init__.py | 13 def test_oldask0(conf): argument 18 def test_oldask1(conf): argument 23 def test_allyes(conf): argument 28 def test_allmod(conf): argument 33 def test_allno(conf): argument 38 def test_alldef(conf): argument
|
/u-boot/drivers/mfd/ |
A D | atmel-smc.c | 24 void atmel_smc_cs_conf_init(struct atmel_smc_cs_conf *conf) in atmel_smc_cs_conf_init() 97 int atmel_smc_cs_conf_set_timing(struct atmel_smc_cs_conf *conf, in atmel_smc_cs_conf_set_timing() 139 int atmel_smc_cs_conf_set_setup(struct atmel_smc_cs_conf *conf, in atmel_smc_cs_conf_set_setup() 178 int atmel_smc_cs_conf_set_pulse(struct atmel_smc_cs_conf *conf, in atmel_smc_cs_conf_set_pulse() 217 int atmel_smc_cs_conf_set_cycle(struct atmel_smc_cs_conf *conf, in atmel_smc_cs_conf_set_cycle() 250 const struct atmel_smc_cs_conf *conf) in atmel_smc_cs_conf_apply() 271 int cs, const struct atmel_smc_cs_conf *conf) in atmel_hsmc_cs_conf_apply() 291 struct atmel_smc_cs_conf *conf) in atmel_smc_cs_conf_get() 312 int cs, struct atmel_smc_cs_conf *conf) in atmel_hsmc_cs_conf_get()
|
/u-boot/drivers/mtd/nand/raw/ |
A D | sunxi_nand_spl.c | 203 static void nand_apply_config(const struct nfc_config *conf) in nand_apply_config() 217 static int nand_load_page(const struct nfc_config *conf, u32 offs) in nand_load_page() 257 static int nand_read_page(const struct nfc_config *conf, u32 offs, in nand_read_page() 330 static int nand_max_ecc_strength(struct nfc_config *conf) in nand_max_ecc_strength() 370 static int nand_detect_ecc_config(struct nfc_config *conf, u32 offs, in nand_detect_ecc_config() 443 static int nand_detect_config(struct nfc_config *conf, u32 offs, void *dest) in nand_detect_config() 476 static int nand_read_buffer(struct nfc_config *conf, uint32_t offs, in nand_read_buffer() 529 static struct nfc_config conf = { }; in nand_spl_load_image() local
|
/u-boot/scripts/kconfig/tests/choice_value_with_m_dep/ |
A D | __init__.py | 12 def test(conf): argument
|
/u-boot/scripts/kconfig/tests/err_recursive_dep/ |
A D | __init__.py | 8 def test(conf): argument
|
/u-boot/scripts/kconfig/tests/err_recursive_inc/ |
A D | __init__.py | 8 def test(conf): argument
|
/u-boot/scripts/kconfig/tests/inter_choice/ |
A D | __init__.py | 12 def test(conf): argument
|
/u-boot/scripts/kconfig/tests/new_choice_with_dep/ |
A D | __init__.py | 12 def test(conf): argument
|
/u-boot/scripts/kconfig/tests/rand_nested_choice/ |
A D | __init__.py | 11 def test(conf): argument
|
/u-boot/scripts/kconfig/tests/auto_submenu/ |
A D | __init__.py | 10 def test(conf): argument
|
/u-boot/scripts/kconfig/tests/no_write_if_dep_unmet/ |
A D | __init__.py | 17 def test(conf): argument
|
/u-boot/arch/x86/cpu/broadwell/ |
A D | pinctrl_broadwell.c | 49 struct pin_info *conf, int max_pins) in broadwell_pinctrl_read_configs() 99 static int broadwell_pinctrl_lookup_phandle(struct pin_info *conf, in broadwell_pinctrl_lookup_phandle() 113 struct pin_info *conf, int conf_count, int gpio_conf[], in broadwell_pinctrl_read_pins() 213 struct pin_info conf[12]; in broadwell_pinctrl_probe() local
|
/u-boot/drivers/pinctrl/nxp/ |
A D | pinctrl-mxs.c | 26 static unsigned long mxs_dt_node_to_map(struct udevice *conf) in mxs_dt_node_to_map() 63 static int mxs_pinctrl_set_state(struct udevice *dev, struct udevice *conf) in mxs_pinctrl_set_state()
|
/u-boot/arch/arm/mach-rockchip/ |
A D | spl-boot-order.c | 115 const char *conf; in board_boot_order() local
|
/u-boot/drivers/pinctrl/ |
A D | pinctrl-at91-pio4.c | 69 u32 param, arg, conf = 0; in atmel_pinctrl_get_pinconf() local 162 u32 i, conf; in atmel_process_config_dev() local
|
/u-boot/drivers/sound/ |
A D | ivybridge_sound.c | 30 int conf; in bd82x6x_azalia_probe() local
|
/u-boot/boot/ |
A D | common_fit.c | 38 int conf, node, len; in fit_find_config_node() local
|
/u-boot/arch/arm/mach-aspeed/ast2600/ |
A D | board_common.c | 71 uint32_t conf; in board_add_ram_info() local
|
/u-boot/drivers/pinctrl/exynos/ |
A D | pinctrl-exynos.c | 24 void exynos_pinctrl_setup_peri(struct exynos_pinctrl_config_data *conf, in exynos_pinctrl_setup_peri()
|
/u-boot/arch/arm/mach-imx/imx8/ |
A D | snvs_security_sc.c | 636 struct snvs_security_sc_conf conf = {0}; in do_snvs_cfg() local 688 struct snvs_dgo_conf conf = {0}; in do_snvs_dgo_cfg() local 724 struct tamper_pin_cfg conf = {0}; in do_tamper_pin_cfg() local 759 struct snvs_security_sc_conf conf = {0}; in do_snvs_clear_status() local
|
/u-boot/include/ |
A D | ioports.h | 37 unsigned char conf:1; /* if 1, configure this port */ member
|
/u-boot/include/faraday/ |
A D | ftpci100.h | 19 unsigned int conf; /* 0x28 - PCI Configuration */ member
|
/u-boot/tools/ |
A D | renesas_spkgimage.c | 29 static struct config_file conf; variable
|
/u-boot/scripts/kconfig/ |
A D | conf.c | 344 static void conf(struct menu *menu) in conf() function
|
/u-boot/include/dt-bindings/pinctrl/ |
A D | omap.h | 68 #define AM33XX_PADCONF(pa, conf, mux) OMAP_IOPAD_OFFSET((pa), 0x0800) (conf) (mux) argument
|