Searched refs:dpll_map (Results 1 – 6 of 6) sorted by relevance
87 struct usb3_dpll_map *dpll_map; member94 struct usb3_dpll_map *dpll_map; member123 struct usb3_dpll_map *dpll_map = phy->dpll_map; in ti_usb3_get_dpll_params() local127 for (; dpll_map->rate; dpll_map++) { in ti_usb3_get_dpll_params()128 if (rate == dpll_map->rate) in ti_usb3_get_dpll_params()129 return &dpll_map->params; in ti_usb3_get_dpll_params()276 phy->dpll_map = dpll_map_usb; in ti_usb_phy_uboot_init()
72 struct pipe3_dpll_map *dpll_map = pipe3->dpll_map; in omap_pipe3_get_dpll_params() local76 for (; dpll_map->rate; dpll_map++) { in omap_pipe3_get_dpll_params()77 if (rate == dpll_map->rate) in omap_pipe3_get_dpll_params()78 return &dpll_map->params; in omap_pipe3_get_dpll_params()
28 struct pipe3_dpll_map *dpll_map; member
31 .dpll_map = dpll_map_sata,
38 struct usb3_dpll_map *dpll_map; member54 struct usb3_dpll_map *dpll_map = dpll_map_usb; in omap_usb3_get_dpll_params() local58 for (; dpll_map->rate; dpll_map++) { in omap_usb3_get_dpll_params()59 if (rate == dpll_map->rate) in omap_usb3_get_dpll_params()60 return &dpll_map->params; in omap_usb3_get_dpll_params()
147 struct pipe3_dpll_map *dpll_map; member167 struct pipe3_dpll_map *dpll_map; member186 struct pipe3_dpll_map *dpll_map = pipe3->dpll_map; in omap_pipe3_get_dpll_params() local190 for (; dpll_map->rate; dpll_map++) { in omap_pipe3_get_dpll_params()191 if (rate == dpll_map->rate) in omap_pipe3_get_dpll_params()192 return &dpll_map->params; in omap_pipe3_get_dpll_params()505 pipe3->dpll_map = data->dpll_map; in pipe3_phy_probe()539 .dpll_map = dpll_map_usb,565 .dpll_map = dpll_map_sata,
Completed in 7 milliseconds