Searched refs:dpll_map (Results 1 – 1 of 1) sorted by relevance
173 struct pipe3_dpll_map *dpll_map; member207 struct pipe3_dpll_map *dpll_map; member213 .dpll_map = dpll_map_usb,239 .dpll_map = dpll_map_sata,302 struct pipe3_dpll_map *dpll_map = phy->dpll_map; in ti_pipe3_get_dpll_params() local306 for (; dpll_map->rate; dpll_map++) { in ti_pipe3_get_dpll_params()307 if (rate == dpll_map->rate) in ti_pipe3_get_dpll_params()308 return &dpll_map->params; in ti_pipe3_get_dpll_params()800 phy->dpll_map = data->dpll_map; in ti_pipe3_probe()