Searched refs:lp_t (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/phy/freescale/ |
H A D | phy-fsl-imx8-mipi-dphy.c | 160 u32 lp_t, numerator, denominator; in mixel_dphy_config_from_opts() local 215 lp_t = tmp; in mixel_dphy_config_from_opts() 217 dphy_opts->lp_clk_rate, lp_t); in mixel_dphy_config_from_opts() 220 if (2 * dphy_opts->hs_prepare > 5 * lp_t) { in mixel_dphy_config_from_opts() 223 dphy_opts->hs_prepare, lp_t); in mixel_dphy_config_from_opts() 226 /* 00: lp_t, 01: 1.5 * lp_t, 10: 2 * lp_t, 11: 2.5 * lp_t */ in mixel_dphy_config_from_opts() 227 if (dphy_opts->hs_prepare < lp_t) { in mixel_dphy_config_from_opts() [all...] |
/kernel/linux/linux-6.6/drivers/phy/freescale/ |
H A D | phy-fsl-imx8-mipi-dphy.c | 192 u32 lp_t, numerator, denominator; in mixel_dphy_config_from_opts() local 247 lp_t = tmp; in mixel_dphy_config_from_opts() 249 dphy_opts->lp_clk_rate, lp_t); in mixel_dphy_config_from_opts() 252 if (2 * dphy_opts->hs_prepare > 5 * lp_t) { in mixel_dphy_config_from_opts() 255 dphy_opts->hs_prepare, lp_t); in mixel_dphy_config_from_opts() 258 /* 00: lp_t, 01: 1.5 * lp_t, 10: 2 * lp_t, 11: 2.5 * lp_t */ in mixel_dphy_config_from_opts() 259 if (dphy_opts->hs_prepare < lp_t) { in mixel_dphy_config_from_opts() [all...] |
Completed in 2 milliseconds