Searched defs:parents (Results 1 – 15 of 15) sorted by relevance
/u-boot/drivers/clk/ti/ |
A D | clk-mux.c | 19 struct clk_bulk parents; member 28 static struct clk *clk_ti_mux_get_parent_by_index(struct clk_bulk *parents, in clk_ti_mux_get_parent_by_index() 40 static int clk_ti_mux_get_parent_index(struct clk_bulk *parents, in clk_ti_mux_get_parent_index()
|
/u-boot/drivers/clk/imx/ |
A D | clk.h | 120 const char * const *parents, int num_parents, in imx_clk_mux_flags() 130 const char * const *parents, in imx_clk_mux2_flags() 139 u8 shift, u8 width, const char * const *parents, in imx_clk_mux() 150 const char * const *parents, int num_parents) in imx_clk_busy_mux() 158 u8 shift, u8 width, const char * const *parents, in imx_clk_mux2()
|
/u-boot/drivers/clk/meson/ |
A D | gxbb.c | 451 int *parents; in meson_mux_get_parent() local 499 int *parents; in meson_mux_set_parent() local 575 int parents[] = { in meson_clk81_get_rate() local
|
A D | g12a.c | 440 int *parents; in meson_mux_get_parent() local 492 int *parents; in meson_mux_set_parent() local 573 int parents[] = { in meson_clk81_get_rate() local
|
A D | axg.c | 88 int parents[] = { in meson_clk81_get_rate() local
|
/u-boot/include/ |
A D | sandbox-clk.h | 78 const char * const *parents, in sandbox_clk_mux()
|
/u-boot/drivers/clk/at91/ |
A D | sckc.c | 128 const char *parents[2]; in at91_sam9x60_sckc_probe() local
|
/u-boot/tools/buildman/ |
A D | builderthread.py | 18 def Mkdir(dirname, parents = False): argument
|
/u-boot/drivers/clk/ |
A D | clk_versal.c | 220 static int versal_pm_clock_get_parents(u32 clock_id, u32 index, u32 *parents) in versal_pm_clock_get_parents() 297 static int __versal_clock_get_parents(struct clock_parent *parents, u32 *data, in __versal_clock_get_parents() 324 static int versal_clock_get_parents(u32 clk_id, struct clock_parent *parents, in versal_clock_get_parents()
|
/u-boot/drivers/phy/ |
A D | phy-ti-am654.c | 92 struct clk_bulk parents; member
|
/u-boot/drivers/clk/rockchip/ |
A D | clk_rk3368.c | 214 } parents[] = { in rk3368_mmc_find_best_rate_and_parent() local
|
/u-boot/drivers/clk/kendryte/ |
A D | clk.c | 254 #define MUX_PARENTS(id, parents, _off, _shift, _width) \ argument
|
/u-boot/drivers/clk/mvebu/ |
A D | armada-37xx-periph.c | 54 ulong parents[MAX_PARENTS]; member
|
/u-boot/scripts/kconfig/ |
A D | gconf.c | 59 static GtkTreeIter *parents[256]; variable
|
/u-boot/arch/arm/include/asm/arch-tegra/ |
A D | bpmp_abi.h | 888 uint32_t parents[MRQ_CLK_MAX_PARENTS]; member
|
Completed in 25 milliseconds