Searched refs:dpll_map (Results 1 – 1 of 1) sorted by relevance
85 struct pipe3_dpll_map *dpll_map; member126 struct pipe3_dpll_map *dpll_map = phy->dpll_map; in ti_pipe3_get_dpll_params() local130 for (; dpll_map->rate; dpll_map++) { in ti_pipe3_get_dpll_params()131 if (rate == dpll_map->rate) in ti_pipe3_get_dpll_params()132 return &dpll_map->params; in ti_pipe3_get_dpll_params()316 phy->dpll_map = (struct pipe3_dpll_map *)match->data; in ti_pipe3_probe()317 if (!phy->dpll_map) { in ti_pipe3_probe()