Home
last modified time | relevance | path

Searched refs:dpll_map (Results 1 – 6 of 6) sorted by relevance

/rk3399_rockchip-uboot/drivers/usb/dwc3/
H A Dti_usb_phy.c84 struct usb3_dpll_map *dpll_map; member
91 struct usb3_dpll_map *dpll_map; member
120 struct usb3_dpll_map *dpll_map = phy->dpll_map; in ti_usb3_get_dpll_params() local
124 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()
/rk3399_rockchip-uboot/arch/arm/mach-omap2/
H A Dpipe3-phy.c71 struct pipe3_dpll_map *dpll_map = pipe3->dpll_map; in omap_pipe3_get_dpll_params() local
75 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()
H A Dpipe3-phy.h29 struct pipe3_dpll_map *dpll_map; member
H A Dsata.c32 .dpll_map = dpll_map_sata,
/rk3399_rockchip-uboot/drivers/usb/phy/
H A Domap_usb_phy.c37 struct usb3_dpll_map *dpll_map; member
53 struct usb3_dpll_map *dpll_map = dpll_map_usb; in omap_usb3_get_dpll_params() local
57 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()
/rk3399_rockchip-uboot/drivers/phy/
H A Dti-pipe3-phy.c62 struct pipe3_dpll_map *dpll_map; member
94 struct pipe3_dpll_map *dpll_map = pipe3->dpll_map; in omap_pipe3_get_dpll_params() local
98 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()