Searched refs:CLAMP_EN (Results 1 – 3 of 3) sorted by relevance
/drivers/phy/qualcomm/ |
D | phy-qcom-qmp-usb-legacy.c | 61 #define CLAMP_EN BIT(0) /* enables i/o clamp_n */ macro 996 qphy_clrbits(pcs_misc, QPHY_V3_PCS_MISC_CLAMP_ENABLE, CLAMP_EN); in qmp_usb_legacy_enable_autonomous_mode() 1007 qphy_setbits(pcs_misc, QPHY_V3_PCS_MISC_CLAMP_ENABLE, CLAMP_EN); in qmp_usb_legacy_disable_autonomous_mode()
|
D | phy-qcom-qmp-usb.c | 60 #define CLAMP_EN BIT(0) /* enables i/o clamp_n */ macro 1856 qphy_clrbits(pcs_misc, QPHY_V3_PCS_MISC_CLAMP_ENABLE, CLAMP_EN); in qmp_usb_enable_autonomous_mode() 1867 qphy_setbits(pcs_misc, QPHY_V3_PCS_MISC_CLAMP_ENABLE, CLAMP_EN); in qmp_usb_disable_autonomous_mode()
|
D | phy-qcom-qmp-combo.c | 67 #define CLAMP_EN BIT(0) /* enables i/o clamp_n */ macro 2729 qphy_clrbits(pcs_misc, QPHY_V3_PCS_MISC_CLAMP_ENABLE, CLAMP_EN); in qmp_combo_enable_autonomous_mode() 2740 qphy_setbits(pcs_misc, QPHY_V3_PCS_MISC_CLAMP_ENABLE, CLAMP_EN); in qmp_combo_disable_autonomous_mode()
|