Searched refs:ss_phy (Results 1 – 1 of 1) sorted by relevance
168 ss_phy->lane_cnt = phy->attrs.bus_width; in samsung_ufs_phy_init()169 ss_phy->ufs_phy_state = CFG_PRE_INIT; in samsung_ufs_phy_init()179 samsung_ufs_phy_ctrl_isol(ss_phy, false); in samsung_ufs_phy_power_on()181 ret = clk_bulk_prepare_enable(ss_phy->drvdata->num_clks, ss_phy->clks); in samsung_ufs_phy_power_on()187 if (ss_phy->ufs_phy_state == CFG_PRE_INIT) { in samsung_ufs_phy_power_on()190 dev_err(ss_phy->dev, "ufs phy calibration failed\n"); in samsung_ufs_phy_power_on()200 clk_bulk_disable_unprepare(ss_phy->drvdata->num_clks, ss_phy->clks); in samsung_ufs_phy_power_off()202 samsung_ufs_phy_ctrl_isol(ss_phy, true); in samsung_ufs_phy_power_off()212 ss_phy->mode = PHY_MODE_INVALID; in samsung_ufs_phy_set_mode()215 ss_phy->mode = mode; in samsung_ufs_phy_set_mode()[all …]