Searched refs:dpll_map (Results 1 – 6 of 6) sorted by relevance
84 struct usb3_dpll_map *dpll_map; member91 struct usb3_dpll_map *dpll_map; member120 struct usb3_dpll_map *dpll_map = phy->dpll_map; in ti_usb3_get_dpll_params() local124 for (; dpll_map->rate; dpll_map++) { in ti_usb3_get_dpll_params()125 if (rate == dpll_map->rate) in ti_usb3_get_dpll_params()126 return &dpll_map->params; in ti_usb3_get_dpll_params()273 phy->dpll_map = dpll_map_usb; in ti_usb_phy_uboot_init()
71 struct pipe3_dpll_map *dpll_map = pipe3->dpll_map; in omap_pipe3_get_dpll_params() local75 for (; dpll_map->rate; dpll_map++) { in omap_pipe3_get_dpll_params()76 if (rate == dpll_map->rate) in omap_pipe3_get_dpll_params()77 return &dpll_map->params; in omap_pipe3_get_dpll_params()
29 struct pipe3_dpll_map *dpll_map; member
32 .dpll_map = dpll_map_sata,
37 struct usb3_dpll_map *dpll_map; member53 struct usb3_dpll_map *dpll_map = dpll_map_usb; in omap_usb3_get_dpll_params() local57 for (; dpll_map->rate; dpll_map++) { in omap_usb3_get_dpll_params()58 if (rate == dpll_map->rate) in omap_usb3_get_dpll_params()59 return &dpll_map->params; in omap_usb3_get_dpll_params()
62 struct pipe3_dpll_map *dpll_map; member94 struct pipe3_dpll_map *dpll_map = pipe3->dpll_map; in omap_pipe3_get_dpll_params() local98 for (; dpll_map->rate; dpll_map++) { in omap_pipe3_get_dpll_params()99 if (rate == dpll_map->rate) in omap_pipe3_get_dpll_params()100 return &dpll_map->params; in omap_pipe3_get_dpll_params()339 pipe3->dpll_map = (struct pipe3_dpll_map *)dev_get_driver_data(dev); in pipe3_phy_probe()