Lines Matching refs:serdes

2983 	void __iomem *serdes;  member
4155 void __iomem *serdes = qphy->serdes; in qcom_qmp_phy_serdes_init() local
4161 qcom_qmp_phy_configure(serdes, cfg->regs, serdes_tbl, serdes_tbl_num); in qcom_qmp_phy_serdes_init()
4163 qcom_qmp_phy_configure(serdes, cfg->regs, cfg->serdes_tbl_sec, in qcom_qmp_phy_serdes_init()
4169 qcom_qmp_phy_configure(serdes, cfg->regs, in qcom_qmp_phy_serdes_init()
4174 qcom_qmp_phy_configure(serdes, cfg->regs, in qcom_qmp_phy_serdes_init()
4179 qcom_qmp_phy_configure(serdes, cfg->regs, in qcom_qmp_phy_serdes_init()
4184 qcom_qmp_phy_configure(serdes, cfg->regs, in qcom_qmp_phy_serdes_init()
4199 qphy_clrbits(serdes, cfg->regs[QPHY_COM_SW_RESET], SW_RESET); in qcom_qmp_phy_serdes_init()
4200 qphy_setbits(serdes, cfg->regs[QPHY_COM_START_CONTROL], in qcom_qmp_phy_serdes_init()
4203 status = serdes + cfg->regs[QPHY_COM_PCS_READY_STATUS]; in qcom_qmp_phy_serdes_init()
4227 qphy->serdes + QSERDES_V3_COM_BIAS_EN_CLKBUFLR_EN); in qcom_qmp_v3_phy_dp_aux_init()
4241 qphy->serdes + QSERDES_V3_COM_BIAS_EN_CLKBUFLR_EN); in qcom_qmp_v3_phy_dp_aux_init()
4424 writel(0x20, qphy->serdes + QSERDES_V3_COM_RESETSM_CNTRL); in qcom_qmp_v3_phy_configure_dp_phy()
4426 if (readl_poll_timeout(qphy->serdes + QSERDES_V3_COM_C_READY_STATUS, in qcom_qmp_v3_phy_configure_dp_phy()
4478 writel(0x17, qphy->serdes + QSERDES_V4_COM_BIAS_EN_CLKBUFLR_EN); in qcom_qmp_v4_phy_dp_aux_init()
4562 writel(0x20, qphy->serdes + QSERDES_V4_COM_RESETSM_CNTRL); in qcom_qmp_v4_phy_configure_dp_phy()
4564 if (readl_poll_timeout(qphy->serdes + QSERDES_V4_COM_C_READY_STATUS, in qcom_qmp_v4_phy_configure_dp_phy()
4571 if (readl_poll_timeout(qphy->serdes + QSERDES_V4_COM_CMN_STATUS, in qcom_qmp_v4_phy_configure_dp_phy()
4578 if (readl_poll_timeout(qphy->serdes + QSERDES_V4_COM_CMN_STATUS, in qcom_qmp_v4_phy_configure_dp_phy()
4699 void __iomem *serdes = qphy->serdes; in qcom_qmp_phy_com_init() local
4763 qphy_setbits(serdes, cfg->regs[QPHY_COM_POWER_DOWN_CONTROL], in qcom_qmp_phy_com_init()
4794 void __iomem *serdes = qphy->serdes; in qcom_qmp_phy_com_exit() local
4805 qphy_setbits(serdes, cfg->regs[QPHY_COM_START_CONTROL], in qcom_qmp_phy_com_exit()
4807 qphy_clrbits(serdes, cfg->regs[QPHY_COM_SW_RESET], in qcom_qmp_phy_com_exit()
4809 qphy_setbits(serdes, cfg->regs[QPHY_COM_POWER_DOWN_CONTROL], in qcom_qmp_phy_com_exit()
5522 void __iomem *serdes, const struct qmp_phy_cfg *cfg) in qcom_qmp_phy_create() argument
5536 qphy->serdes = serdes; in qcom_qmp_phy_create()
5786 void __iomem *serdes; in qcom_qmp_phy_probe() local
5821 usb_serdes = serdes = devm_platform_ioremap_resource(pdev, 0); in qcom_qmp_phy_probe()
5822 if (IS_ERR(serdes)) in qcom_qmp_phy_probe()
5823 return PTR_ERR(serdes); in qcom_qmp_phy_probe()
5883 serdes = dp_serdes; in qcom_qmp_phy_probe()
5886 serdes = usb_serdes; in qcom_qmp_phy_probe()
5890 ret = qcom_qmp_phy_create(dev, child, id, serdes, cfg); in qcom_qmp_phy_probe()