Searched refs:dpll_map (Results 1 – 1 of 1) sorted by relevance
88 struct pipe3_dpll_map *dpll_map; member128 struct pipe3_dpll_map *dpll_map = phy->dpll_map; in ti_pipe3_get_dpll_params() local132 for (; dpll_map->rate; dpll_map++) { in ti_pipe3_get_dpll_params()133 if (rate == dpll_map->rate) in ti_pipe3_get_dpll_params()134 return &dpll_map->params; in ti_pipe3_get_dpll_params()334 phy->dpll_map = (struct pipe3_dpll_map *)match->data; in ti_pipe3_probe()335 if (!phy->dpll_map) { in ti_pipe3_probe()