Searched refs:dpll_map (Results 1 – 7 of 7) sorted by relevance
83 struct usb3_dpll_map *dpll_map; member90 struct usb3_dpll_map *dpll_map; member119 struct usb3_dpll_map *dpll_map = phy->dpll_map; in ti_usb3_get_dpll_params() local123 for (; dpll_map->rate; dpll_map++) { in ti_usb3_get_dpll_params()124 if (rate == dpll_map->rate) in ti_usb3_get_dpll_params()125 return &dpll_map->params; in ti_usb3_get_dpll_params()272 phy->dpll_map = dpll_map_usb; in ti_usb_phy_uboot_init()
70 struct pipe3_dpll_map *dpll_map = pipe3->dpll_map; in omap_pipe3_get_dpll_params() local74 for (; dpll_map->rate; dpll_map++) { in omap_pipe3_get_dpll_params()75 if (rate == dpll_map->rate) in omap_pipe3_get_dpll_params()76 return &dpll_map->params; in omap_pipe3_get_dpll_params()
28 struct pipe3_dpll_map *dpll_map; member
31 .dpll_map = dpll_map_sata,
36 struct usb3_dpll_map *dpll_map; member52 struct usb3_dpll_map *dpll_map = dpll_map_usb; in omap_usb3_get_dpll_params() local56 for (; dpll_map->rate; dpll_map++) { in omap_usb3_get_dpll_params()57 if (rate == dpll_map->rate) in omap_usb3_get_dpll_params()58 return &dpll_map->params; in omap_usb3_get_dpll_params()
61 struct pipe3_dpll_map *dpll_map; member93 struct pipe3_dpll_map *dpll_map = pipe3->dpll_map; in omap_pipe3_get_dpll_params() local97 for (; dpll_map->rate; dpll_map++) { in omap_pipe3_get_dpll_params()98 if (rate == dpll_map->rate) in omap_pipe3_get_dpll_params()99 return &dpll_map->params; in omap_pipe3_get_dpll_params()343 pipe3->dpll_map = (struct pipe3_dpll_map *)dev_get_driver_data(dev); in pipe3_phy_probe()
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()