Searched refs:px30_pll_rates (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/clk/rockchip/ |
| H A D | clk-px30.c | 28 static struct rockchip_pll_rate_table px30_pll_rates[] = { variable 192 PX30_MODE_CON, 0, 0, 0, px30_pll_rates), 198 PX30_MODE_CON, 2, 2, 0, px30_pll_rates), 201 PX30_MODE_CON, 6, 4, 0, px30_pll_rates), 206 PX30_PMU_MODE, 0, 3, 0, px30_pll_rates),
|
| /OK3568_Linux_fs/u-boot/drivers/clk/rockchip/ |
| H A D | clk_px30.c | 60 static struct pll_rate_table px30_pll_rates[] = { variable 175 unsigned int rate_count = ARRAY_SIZE(px30_pll_rates); in get_pll_settings() 179 if (rate == px30_pll_rates[i].rate) in get_pll_settings() 180 return &px30_pll_rates[i]; in get_pll_settings()
|