Home
last modified time | relevance | path

Searched refs:phy_get_bus_width (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/phy/
H A Dphy.h228 static inline int phy_get_bus_width(struct phy *phy) in phy_get_bus_width() function
384 static inline int phy_get_bus_width(struct phy *phy) in phy_get_bus_width() function
/OK3568_Linux_fs/kernel/drivers/phy/rockchip/
H A Dphy-rockchip-inno-video-phy.c87 bool dual_channel = phy_get_bus_width(phy) == 2 ? true : false; in inno_video_phy_power_on()
H A Dphy-rockchip-samsung-hdptx-hdmi.c1173 int bus_width = phy_get_bus_width(hdptx->phy); in hdptx_ropll_cmn_config()
1999 int bus_width = phy_get_bus_width(hdptx->phy); in rockchip_hdptx_phy_power_on()
H A Dphy-rockchip-inno-hdmi.c409 int bus_width = phy_get_bus_width(inno->phy); in inno_hdmi_phy_get_tmdsclk()
H A Dphy-rockchip-inno-hdmi-phy.c398 int bus_width = phy_get_bus_width(inno->phy); in inno_hdmi_phy_get_tmdsclk()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/rk628/
H A Drk628_combtxphy.c290 unsigned int bus_width = phy_get_bus_width(phy); in rk628_combtxphy_set_mode()
H A Drk628_gvi.c469 gvi->lane_mbps = phy_get_bus_width(gvi->phy); in rk628_gvi_bridge_enable()
H A Drk628_combrxphy.c885 int f = phy_get_bus_width(phy); in rk628_combrxphy_power_on()
H A Drk628_dsi.c1128 dsi->lane_mbps = phy_get_bus_width(dsi->phy); in rk628_dsi_bridge_enable()
/OK3568_Linux_fs/kernel/drivers/usb/dwc2/
H A Dparams.c306 if (phy_get_bus_width(hsotg->phy) == 8) in dwc2_set_param_phy_utmi_width()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Dcdn-dp-core.c145 return phy_get_bus_width(port->phy); in cdn_dp_get_port_lanes()
H A Ddw-dp.c1476 link->lanes = min_t(u8, phy_get_bus_width(dp->phy), in dw_dp_link_probe()