Searched refs:qphy_clrbits (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/drivers/phy/qualcomm/ |
D | phy-qcom-qmp.c | 1984 static inline void qphy_clrbits(void __iomem *base, u32 offset, u32 val) in qphy_clrbits() function 2666 qphy_clrbits(serdes, cfg->regs[QPHY_COM_SW_RESET], SW_RESET); in qcom_qmp_phy_serdes_init() 2971 qphy_clrbits(dp_com, QPHY_V3_DP_COM_RESET_OVRD_CTRL, in qcom_qmp_phy_com_init() 2975 qphy_clrbits(dp_com, QPHY_V3_DP_COM_SWI_CTRL, 0x03); in qcom_qmp_phy_com_init() 2976 qphy_clrbits(dp_com, QPHY_V3_DP_COM_SW_RESET, SW_RESET); in qcom_qmp_phy_com_init() 3024 qphy_clrbits(serdes, cfg->regs[QPHY_COM_SW_RESET], in qcom_qmp_phy_com_exit() 3162 qphy_clrbits(pcs, cfg->regs[QPHY_SW_RESET], SW_RESET); in qcom_qmp_phy_power_on() 3210 qphy_clrbits(qphy->pcs, cfg->regs[QPHY_START_CTRL], cfg->start_ctrl); in qcom_qmp_phy_power_off() 3214 qphy_clrbits(qphy->pcs, cfg->regs[QPHY_PCS_POWER_DOWN_CONTROL], in qcom_qmp_phy_power_off() 3217 qphy_clrbits(qphy->pcs, QPHY_POWER_DOWN_CONTROL, in qcom_qmp_phy_power_off() [all …]
|