Home
last modified time | relevance | path

Searched refs:CLAMP_EN (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/phy/qualcomm/
H A Dphy-qcom-qmp.h91 #define CLAMP_EN BIT(0) /* enables i/o clamp_n */ macro
H A Dphy-qcom-qmp-usb-legacy.c963 qphy_clrbits(pcs_misc, QPHY_V3_PCS_MISC_CLAMP_ENABLE, CLAMP_EN); in qmp_usb_legacy_enable_autonomous_mode()
974 qphy_setbits(pcs_misc, QPHY_V3_PCS_MISC_CLAMP_ENABLE, CLAMP_EN); in qmp_usb_legacy_disable_autonomous_mode()
H A Dphy-qcom-qmp-combo.c4041 qphy_clrbits(pcs_aon, cfg->regs[QPHY_PCS_CLAMP_ENABLE], CLAMP_EN); in qmp_combo_enable_autonomous_mode()
4043 qphy_clrbits(pcs_misc, cfg->regs[QPHY_PCS_CLAMP_ENABLE], CLAMP_EN); in qmp_combo_enable_autonomous_mode()
4055 qphy_setbits(pcs_aon, cfg->regs[QPHY_PCS_CLAMP_ENABLE], CLAMP_EN); in qmp_combo_disable_autonomous_mode()
4057 qphy_setbits(pcs_misc, cfg->regs[QPHY_PCS_CLAMP_ENABLE], CLAMP_EN); in qmp_combo_disable_autonomous_mode()
H A Dphy-qcom-qmp-usb.c2077 qphy_clrbits(pcs_misc, cfg->regs[QPHY_PCS_MISC_CLAMP_ENABLE], CLAMP_EN); in qmp_usb_enable_autonomous_mode()
2088 qphy_setbits(pcs_misc, cfg->regs[QPHY_PCS_MISC_CLAMP_ENABLE], CLAMP_EN); in qmp_usb_disable_autonomous_mode()