Lines Matching full:pma1
36 * @pma1: IO mapped register base address of PMA1-PCIe
46 void __iomem *pma1;
92 airoha_phy_clear_bits((pcie_phy)->pma1 + (reg), (mask))
96 airoha_phy_set_bits((pcie_phy)->pma1 + (reg), (mask))
100 airoha_phy_update_field((pcie_phy)->pma1 + (reg), (mask), (val))
339 readl(pcie_phy->pma1 +
360 readl(pcie_phy->pma1 +
385 val = readl(pcie_phy->pma1 + REG_PCIE_PMA_RO_RX_FREQDET);
429 writel(0xcccbcccb, pcie_phy->pma1 + REG_PCIE_PMA_DIG_RESERVE_21);
430 writel(0xcccb, pcie_phy->pma1 + REG_PCIE_PMA_DIG_RESERVE_22);
482 writel(0x2a00090b, pcie_phy->pma1 + REG_PCIE_PMA_DIG_RESERVE_17);
1060 writel(0x804000, pcie_phy->pma1 + REG_PCIE_PMA_DIG_RESERVE_27);
1235 pcie_phy->pma1 = devm_platform_ioremap_resource_byname(pdev, "pma1");
1236 if (IS_ERR(pcie_phy->pma1))
1237 return dev_err_probe(dev, PTR_ERR(pcie_phy->pma1),
1238 "Failed to map phy-pma1 base\n");