Home
last modified time | relevance | path

Searched refs:aspeed_clk_names (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/clk/aspeed/
H A Dclk_ast2400.c533 static struct aspeed_clks aspeed_clk_names[] = { variable
556 for (i = 0; i < ARRAY_SIZE(aspeed_clk_names); i++) { in soc_clk_dump()
557 clk.id = aspeed_clk_names[i].id; in soc_clk_dump()
571 aspeed_clk_names[i].id); in soc_clk_dump()
576 __func__, aspeed_clk_names[i].id, ret); in soc_clk_dump()
581 aspeed_clk_names[i].name, aspeed_clk_names[i].id, rate); in soc_clk_dump()
H A Dclk_ast2500.c655 static struct aspeed_clks aspeed_clk_names[] = { variable
678 for (i = 0; i < ARRAY_SIZE(aspeed_clk_names); i++) { in soc_clk_dump()
679 clk.id = aspeed_clk_names[i].id; in soc_clk_dump()
693 aspeed_clk_names[i].id); in soc_clk_dump()
698 __func__, aspeed_clk_names[i].id, ret); in soc_clk_dump()
703 aspeed_clk_names[i].name, aspeed_clk_names[i].id, rate); in soc_clk_dump()
H A Dclk_ast2600.c1609 static struct aspeed_clks aspeed_clk_names[] = { variable
1632 for (i = 0; i < ARRAY_SIZE(aspeed_clk_names); i++) { in soc_clk_dump()
1633 clk.id = aspeed_clk_names[i].id; in soc_clk_dump()
1647 aspeed_clk_names[i].id); in soc_clk_dump()
1652 aspeed_clk_names[i].id, ret); in soc_clk_dump()
1656 printf("%s(%3lu):\t%lu\n", aspeed_clk_names[i].name, in soc_clk_dump()
1657 aspeed_clk_names[i].id, rate); in soc_clk_dump()