ccu_pll_cfg
static const struct ccu_pll_cfg *ccu_pll_lookup_best_cfg(struct ccu_pll *pll,
const struct ccu_pll_cfg *best_cfg;
const struct ccu_pll_cfg *cfg = &pll->cfgs[i];
const struct ccu_pll_cfg *cfg;
static const struct ccu_pll_cfg cpu_pll_cfgs[] = {
static const struct ccu_pll_cfg gmac_pll_cfg = {
static const struct ccu_pll_cfg video_pll_cfg = {
static const struct ccu_pll_cfg dpu_pll_cfg = {
static const struct ccu_pll_cfg tee_pll_cfg = {
const struct ccu_pll_cfg *cfgs;