| /rk3399_ARM-atf/drivers/mtd/spi-mem/ |
| H A D | spi_mem.c | 188 int spi_mem_init_slave(void *fdt, int bus_node, const struct spi_bus_ops *ops) in spi_mem_init_slave()
|
| /rk3399_ARM-atf/plat/st/stm32mp1/ |
| H A D | stm32mp1_syscfg.c | 160 static int get_regu_max_voltage(void *fdt, int sdmmc_node, in get_regu_max_voltage() 190 void *fdt = NULL; in sdmmc_is_low_voltage() local
|
| H A D | stm32mp1_private.c | 173 int stm32_get_gpio_bank_pinctrl_node(void *fdt, unsigned int bank) in stm32_get_gpio_bank_pinctrl_node()
|
| /rk3399_ARM-atf/plat/allwinner/sun50i_h616/ |
| H A D | sunxi_power.c | 142 int sunxi_pmic_setup(uint16_t socid, const void *fdt) in sunxi_pmic_setup()
|
| /rk3399_ARM-atf/plat/qemu/common/ |
| H A D | qemu_bl2_setup.c | 85 void *fdt = (void *)(uintptr_t)ARM_PRELOADED_DTB_BASE; update_dt() local [all...] |
| /rk3399_ARM-atf/drivers/st/bsec/ |
| H A D | bsec2.c | 98 static void bsec_dt_otp_nsec_access(void *fdt, int bsec_node) in bsec_dt_otp_nsec_access() 164 void *fdt; in bsec_late_init() local
|
| /rk3399_ARM-atf/drivers/st/uart/ |
| H A D | stm32_uart.c | 312 void *fdt = NULL; in stm32_uart_init() local
|
| /rk3399_ARM-atf/plat/st/common/ |
| H A D | stm32mp_dt.c | 19 static void *fdt; variable
|
| /rk3399_ARM-atf/drivers/st/crypto/ |
| H A D | stm32_rng.c | 271 void *fdt; in stm32_rng_init() local
|
| H A D | stm32_pka.c | 266 void *fdt; in stm32_pka_parse_fdt() local
|
| H A D | stm32_saes.c | 148 void *fdt; in stm32_saes_parse_fdt() local
|
| /rk3399_ARM-atf/drivers/st/clk/ |
| H A D | clk-stm32mp13.c | 1849 void *fdt = NULL; in clk_stm32_get_dt_oscillator_frequency() local 2364 static int clk_stm32_parse_oscillator_fdt(void *fdt, int node, const char *name, in clk_stm32_parse_oscillator_fdt() 2414 static int stm32_clk_parse_fdt_all_oscillator(void *fdt, struct stm32_clk_platdata *pdata) in stm32_clk_parse_fdt_all_oscillator() 2444 static int clk_stm32_load_vco_config(void *fdt, int subnode, struct stm32_pll_vco *vco) in clk_stm32_load_vco_config() 2474 static int clk_stm32_load_output_config(void *fdt, int subnode, struct stm32_pll_output *output) in clk_stm32_load_output_config() 2487 static int clk_stm32_parse_pll_fdt(void *fdt, int subnode, struct stm32_pll_dt_cfg *pll) in clk_stm32_parse_pll_fdt() 2527 static int stm32_clk_parse_fdt_all_pll(void *fdt, int node, struct stm32_clk_platdata *pdata) in stm32_clk_parse_fdt_all_pll() 2556 void *fdt = NULL; in stm32_clk_parse_fdt() local
|
| H A D | stm32mp1_clk.c | 2656 static int stm32_clk_parse_fdt_by_name(void *fdt, int node, const char *name, in stm32_clk_parse_fdt_by_name() 2680 static int clk_stm32_load_vco_config(void *fdt, int subnode, struct stm32_pll_dt_cfg *pll) in clk_stm32_load_vco_config() 2707 static int clk_stm32_load_output_config(void *fdt, int subnode, struct stm32_pll_dt_cfg *pll) in clk_stm32_load_output_config() 2722 static int clk_stm32_parse_pll_fdt(void *fdt, int subnode, struct stm32_pll_dt_cfg *pll) in clk_stm32_parse_pll_fdt() 2763 static int stm32_clk_parse_fdt_all_pll(void *fdt, int node, struct stm32_clk_platdata *pdata) in stm32_clk_parse_fdt_all_pll() 2791 void *fdt = NULL; in stm32_clk_parse_fdt() local
|
| H A D | clk-stm32mp2.c | 863 void *fdt = NULL; in clk_stm32_get_dt_oscillator_frequency() local 2494 static int clk_stm32_parse_oscillator_fdt(void *fdt, int node, const char *name, in clk_stm32_parse_oscillator_fdt() 2544 static int stm32_clk_parse_fdt_all_oscillator(void *fdt, struct stm32_clk_platdata *pdata) in stm32_clk_parse_fdt_all_oscillator() 2572 static int clk_stm32_parse_pll_fdt(void *fdt, int subnode, struct stm32_pll_dt_cfg *pll) in clk_stm32_parse_pll_fdt() 2622 static int stm32_clk_parse_fdt_all_pll(void *fdt, int node, struct stm32_clk_platdata *pdata) in stm32_clk_parse_fdt_all_pll() 2655 void *fdt = NULL; in stm32_clk_parse_fdt() local
|
| H A D | clk-stm32-core.c | 870 int stm32_clk_parse_fdt_by_name(void *fdt, int node, const char *name, uint32_t *tab, uint32_t *nb) in stm32_clk_parse_fdt_by_name()
|
| /rk3399_ARM-atf/drivers/st/i2c/ |
| H A D | stm32_i2c.c | 97 int stm32_i2c_get_setup_from_fdt(void *fdt, int node, in stm32_i2c_get_setup_from_fdt()
|
| /rk3399_ARM-atf/drivers/st/spi/ |
| H A D | stm32_qspi.c | 452 void *fdt = NULL; in stm32_qspi_init() local
|
| /rk3399_ARM-atf/common/ |
| H A D | fdt_wrappers.c | 639 int fdtw_find_or_add_subnode(void *fdt, int parentoffset, const char *name) in fdtw_find_or_add_subnode()
|
| /rk3399_ARM-atf/drivers/st/mmc/ |
| H A D | stm32_sdmmc2.c | 695 void *fdt = NULL; in stm32_sdmmc2_dt_get_config() local
|
| /rk3399_ARM-atf/plat/renesas/rzg/ |
| H A D | bl2_plat_setup.c | 113 static void *fdt = (void *)fdt_blob; variable
|
| /rk3399_ARM-atf/plat/renesas/rcar/ |
| H A D | bl2_plat_setup.c | 119 static void *fdt = (void *)fdt_blob; variable [all...] |
| /rk3399_ARM-atf/drivers/st/fmc/ |
| H A D | stm32_fmc2_nand.c | 794 void *fdt = NULL; in stm32_fmc2_init() local
|