Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/dsi/
H A Ddsi.h137 unsigned long bitclk_rate; member
H A Ddsi_host.c2371 clk_req->bitclk_rate = msm_host->byte_clk_rate * 7; in msm_dsi_host_get_phy_clk_req()
2373 clk_req->bitclk_rate = msm_host->byte_clk_rate * 8; in msm_dsi_host_get_phy_clk_req()
/linux/drivers/gpu/drm/msm/dsi/phy/
H A Ddsi_phy_7nm.c1007 less_than_1500_mhz = (clk_req->bitclk_rate <= 1500000000); in dsi_7nm_phy_enable()