Lines Matching refs:pma0
45 void __iomem *pma0; member
90 airoha_phy_clear_bits((pcie_phy)->pma0 + (reg), (mask))
94 airoha_phy_set_bits((pcie_phy)->pma0 + (reg), (mask))
98 airoha_phy_update_field((pcie_phy)->pma0 + (reg), (mask), (val))
179 readl(pcie_phy->pma0 + in airoha_phy_init_lane0_rx_fw_pre_calib()
200 readl(pcie_phy->pma0 + in airoha_phy_init_lane0_rx_fw_pre_calib()
225 val = readl(pcie_phy->pma0 + REG_PCIE_PMA_RO_RX_FREQDET); in airoha_phy_init_lane0_rx_fw_pre_calib()
427 writel(0xcccbcccb, pcie_phy->pma0 + REG_PCIE_PMA_DIG_RESERVE_21); in airoha_pcie_phy_init_default()
428 writel(0xcccb, pcie_phy->pma0 + REG_PCIE_PMA_DIG_RESERVE_22); in airoha_pcie_phy_init_default()
481 writel(0x2a00090b, pcie_phy->pma0 + REG_PCIE_PMA_DIG_RESERVE_17); in airoha_pcie_phy_init_rx()
1036 writel(0x804000, pcie_phy->pma0 + REG_PCIE_PMA_DIG_RESERVE_27); in airoha_pcie_phy_set_rx_mode()
1230 pcie_phy->pma0 = devm_platform_ioremap_resource_byname(pdev, "pma0"); in airoha_pcie_phy_probe()
1231 if (IS_ERR(pcie_phy->pma0)) in airoha_pcie_phy_probe()
1232 return dev_err_probe(dev, PTR_ERR(pcie_phy->pma0), in airoha_pcie_phy_probe()