Searched refs:data_rate_mbps (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/drivers/phy/rockchip/ |
H A D | phy-rockchip-inno-csidphy.c | 196 u64 data_rate_mbps; in rockchip_inno_csidphy_configure() local 204 data_rate_mbps = HZ_TO_MHZ(config->hs_clk_rate); in rockchip_inno_csidphy_configure() 206 dev_dbg(priv->dev, "lanes %d - data_rate_mbps %llu\n", in rockchip_inno_csidphy_configure() 207 config->lanes, data_rate_mbps); in rockchip_inno_csidphy_configure() 209 if (drv_data->hsfreq_ranges[i].range_h >= data_rate_mbps) { in rockchip_inno_csidphy_configure() 226 u64 data_rate_mbps = HZ_TO_MHZ(priv->config.hs_clk_rate); in rockchip_inno_csidphy_power_on() local 268 if (data_rate_mbps > 1500 && drv_data->calib_offset >= 0) { in rockchip_inno_csidphy_power_on()
|
H A D | phy-rockchip-dphy-rx0.c | 233 u64 data_rate_mbps; in rk_dphy_configure() local 241 data_rate_mbps = div_u64(config->hs_clk_rate, 1000 * 1000); in rk_dphy_configure() 243 dev_dbg(priv->dev, "lanes %d - data_rate_mbps %llu\n", in rk_dphy_configure() 244 config->lanes, data_rate_mbps); in rk_dphy_configure() 246 if (drv_data->hsfreq_ranges[i].range_h >= data_rate_mbps) { in rk_dphy_configure()
|
/kernel/linux/linux-5.10/drivers/phy/rockchip/ |
H A D | phy-rockchip-dphy-rx0.c | 234 u64 data_rate_mbps; in rk_dphy_configure() local 242 data_rate_mbps = div_u64(config->hs_clk_rate, 1000 * 1000); in rk_dphy_configure() 244 dev_dbg(priv->dev, "lanes %d - data_rate_mbps %llu\n", in rk_dphy_configure() 245 config->lanes, data_rate_mbps); in rk_dphy_configure() 247 if (drv_data->hsfreq_ranges[i].range_h >= data_rate_mbps) { in rk_dphy_configure()
|
Completed in 2 milliseconds