Searched refs:CGU_TUN_PLL (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/drivers/clk/ |
H A D | clk-hsdk-cgu.c | 89 #define CGU_TUN_PLL 0x30 macro 305 { CGU_TUN_PLL, 0, 0, &sdt_pll_dat, pll_get, pll_set, NULL }, 306 { CGU_TUN_PLL, 0, CGU_TUN_IDIV_TUN, &sdt_pll_dat, idiv_get, tun_clk_set, idiv_off }, 307 { CGU_TUN_PLL, 0, CGU_TUN_IDIV_ROM, &sdt_pll_dat, idiv_get, idiv_set, idiv_off }, 308 { CGU_TUN_PLL, 0, CGU_TUN_IDIV_PWM, &sdt_pll_dat, idiv_get, idiv_set, idiv_off },
|