Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/ufs/
Dufs-qcom.c33 static int ufs_qcom_get_connected_tx_lanes(struct ufs_hba *hba, u32 *tx_lanes) in ufs_qcom_get_connected_tx_lanes() argument
38 UIC_ARG_MIB(PA_CONNECTEDTXDATALANES), tx_lanes); in ufs_qcom_get_connected_tx_lanes()
160 u32 tx_lanes; in ufs_qcom_link_startup_post_change() local
163 err = ufs_qcom_get_connected_tx_lanes(hba, &tx_lanes); in ufs_qcom_link_startup_post_change()
167 err = ufs_qcom_phy_set_tx_lane_enable(phy, tx_lanes); in ufs_qcom_link_startup_post_change()
494 u32 tx_lanes; /* number of tx lanes */ member
558 qcom_param->tx_lanes); in ufs_qcom_get_pwr_dev_param()
627 ufs_qcom_cap.tx_lanes = UFS_QCOM_LIMIT_NUM_LANES_TX; in ufs_qcom_pwr_change_notify()
/linux-4.1.27/include/linux/phy/
Dphy-qcom-ufs.h53 int ufs_qcom_phy_set_tx_lane_enable(struct phy *phy, u32 tx_lanes);
/linux-4.1.27/drivers/phy/
Dphy-qcom-ufs.c582 int ufs_qcom_phy_set_tx_lane_enable(struct phy *generic_phy, u32 tx_lanes) in ufs_qcom_phy_set_tx_lane_enable() argument
593 tx_lanes); in ufs_qcom_phy_set_tx_lane_enable()