Searched refs:RK3368_CLK_DUMP (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/clk/rockchip/ |
| H A D | clk_rk3368.c | 65 #define RK3368_CLK_DUMP(_id, _name, _iscru) \ macro 73 RK3368_CLK_DUMP(PLL_APLLB, "apllb", true), 74 RK3368_CLK_DUMP(PLL_APLLL, "aplll", true), 75 RK3368_CLK_DUMP(PLL_DPLL, "dpll", true), 76 RK3368_CLK_DUMP(PLL_CPLL, "cpll", true), 77 RK3368_CLK_DUMP(PLL_GPLL, "gpll", true), 78 RK3368_CLK_DUMP(PLL_NPLL, "npll", true), 79 RK3368_CLK_DUMP(ARMCLKB, "armclkb", true), 80 RK3368_CLK_DUMP(ARMCLKL, "armclkl", true), 81 RK3368_CLK_DUMP(ACLK_BUS, "aclk_bus", true), [all …]
|