Lines Matching defs:pcs
174 /* Init sequence for PHY blocks - serdes, tx, rx, pcs */
206 * @pcs: iomapped memory space for lane's pcs
218 void __iomem *pcs;
469 void __iomem *pcs = qphy->pcs;
492 qmp_pcie_msm8996_configure(pcs, cfg->pcs_tbl, cfg->pcs_tbl_num);
498 qphy_setbits(pcs, QPHY_V2_PCS_POWER_DOWN_CONTROL,
504 qphy_clrbits(pcs, cfg->regs[QPHY_SW_RESET], SW_RESET);
507 qphy_setbits(pcs, cfg->regs[QPHY_START_CTRL],
510 status = pcs + cfg->regs[QPHY_PCS_STATUS];
536 qphy_setbits(qphy->pcs, cfg->regs[QPHY_SW_RESET], SW_RESET);
539 qphy_clrbits(qphy->pcs, cfg->regs[QPHY_START_CTRL],
543 qphy_clrbits(qphy->pcs, QPHY_V2_PCS_POWER_DOWN_CONTROL,
725 * Resources are indexed as: tx -> 0; rx -> 1; pcs -> 2.
735 qphy->pcs = devm_of_iomap(dev, np, 2, NULL);
736 if (IS_ERR(qphy->pcs))
737 return PTR_ERR(qphy->pcs);