Home
last modified time | relevance | path

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

/linux/drivers/ufs/host/
H A Dufs-mediatek.h190 bool clk_scale_up; member
H A Dufs-mediatek.c1035 if (reg && volt && host->clk_scale_up) { in ufs_mtk_init_clocks()
1270 host->clk_scale_up = true; /* default is max freq */ in ufs_mtk_init()
1831 if (ufshcd_is_clkscaling_supported(hba) && (host->clk_scale_up)) { in ufs_mtk_suspend()
1866 if (ufshcd_is_clkscaling_supported(hba) && (host->clk_scale_up)) { in ufs_mtk_resume()
2139 if (host->clk_scale_up == scale_up) in ufs_mtk_clk_scale()
2147 host->clk_scale_up = scale_up; in ufs_mtk_clk_scale()