Searched refs:soc_dev_clk_data (Results 1 - 9 of 9) sorted by relevance

/u-boot/arch/arm/mach-k3/r5/am62px/
H A Dclk-data.c217 static const struct dev_clk soc_dev_clk_data[] = { variable in typeref:struct:dev_clk
323 .soc_dev_clk_data = soc_dev_clk_data,
324 .soc_dev_clk_data_cnt = ARRAY_SIZE(soc_dev_clk_data),
/u-boot/arch/arm/mach-k3/r5/am62ax/
H A Dclk-data.c205 static const struct dev_clk soc_dev_clk_data[] = { variable in typeref:struct:dev_clk
315 .soc_dev_clk_data = soc_dev_clk_data,
/u-boot/arch/arm/mach-k3/r5/j784s4/
H A Dclk-data.c292 static const struct dev_clk soc_dev_clk_data[] = { variable in typeref:struct:dev_clk
426 .soc_dev_clk_data = soc_dev_clk_data,
427 .soc_dev_clk_data_cnt = ARRAY_SIZE(soc_dev_clk_data),
/u-boot/arch/arm/mach-k3/r5/j7200/
H A Dclk-data.c424 static const struct dev_clk soc_dev_clk_data[] = { variable in typeref:struct:dev_clk
562 .soc_dev_clk_data = soc_dev_clk_data,
563 .soc_dev_clk_data_cnt = ARRAY_SIZE(soc_dev_clk_data),
/u-boot/arch/arm/mach-k3/r5/am62x/
H A Dclk-data.c222 static const struct dev_clk soc_dev_clk_data[] = { variable in typeref:struct:dev_clk
365 .soc_dev_clk_data = soc_dev_clk_data,
/u-boot/arch/arm/mach-k3/r5/j721s2/
H A Dclk-data.c274 static const struct dev_clk soc_dev_clk_data[] = { variable in typeref:struct:dev_clk
404 .soc_dev_clk_data = soc_dev_clk_data,
/u-boot/arch/arm/mach-k3/r5/j721e/
H A Dclk-data.c608 static const struct dev_clk soc_dev_clk_data[] = { variable in typeref:struct:dev_clk
787 .soc_dev_clk_data = soc_dev_clk_data,
/u-boot/drivers/clk/ti/
H A Dclk-k3.c178 if (!strcmp(name, pdata->soc_dev_clk_data[j].clk_name)) {
179 clk_add_map(data, clk, pdata->soc_dev_clk_data[j].dev_id,
180 pdata->soc_dev_clk_data[j].clk_id);
/u-boot/include/
H A Dk3-clk.h170 const struct dev_clk *soc_dev_clk_data; member in struct:ti_k3_clk_platdata

Completed in 66 milliseconds