Searched refs:RK3288_CLK_DUMP (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/clk/rockchip/ |
| H A D | clk_rk3288.c | 59 #define RK3288_CLK_DUMP(_id, _name, _iscru) \ macro 67 RK3288_CLK_DUMP(PLL_APLL, "apll", true), 68 RK3288_CLK_DUMP(PLL_DPLL, "dpll", true), 69 RK3288_CLK_DUMP(PLL_CPLL, "cpll", true), 70 RK3288_CLK_DUMP(PLL_GPLL, "gpll", true), 71 RK3288_CLK_DUMP(PLL_NPLL, "npll", true), 72 RK3288_CLK_DUMP(ACLK_CPU, "aclk_bus", true),
|