Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/phy/freescale/
Dphy-fsl-imx8-mipi-dphy.c36 #define MBPS(x) ((x) * 1000000) macro
38 #define DATA_RATE_MAX_SPEED MBPS(1500)
39 #define DATA_RATE_MIN_SPEED MBPS(80)
264 if (dphy_opts->hs_clk_rate < MBPS(80)) in mixel_dphy_config_from_opts()
266 else if (dphy_opts->hs_clk_rate < MBPS(90)) in mixel_dphy_config_from_opts()
268 else if (dphy_opts->hs_clk_rate < MBPS(125)) in mixel_dphy_config_from_opts()
270 else if (dphy_opts->hs_clk_rate < MBPS(150)) in mixel_dphy_config_from_opts()
272 else if (dphy_opts->hs_clk_rate < MBPS(225)) in mixel_dphy_config_from_opts()
274 else if (dphy_opts->hs_clk_rate < MBPS(500)) in mixel_dphy_config_from_opts()