Searched refs:csr_2l (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/phy/ |
D | phy-airoha-pcie.c | 44 void __iomem *csr_2l; member 84 airoha_phy_clear_bits((pcie_phy)->csr_2l + (reg), (mask)) 86 airoha_phy_set_bits((pcie_phy)->csr_2l + (reg), (mask)) 88 airoha_phy_update_field((pcie_phy)->csr_2l + (reg), (mask), (val)) 515 writel(0x0, pcie_phy->csr_2l + REG_CSR_2L_JCPLL_SSC_DELTA1); in airoha_pcie_phy_init_jcpll() 649 writel(0x0, pcie_phy->csr_2l + REG_CSR_2L_TXPLL_SSC_DELTA1); in airoha_pcie_phy_txpll() 686 writel(0x0, pcie_phy->csr_2l + REG_CSR_2L_TXPLL_SSC_DELTA1); in airoha_pcie_phy_txpll() 1225 pcie_phy->csr_2l = devm_platform_ioremap_resource_byname(pdev, "csr-2l"); in airoha_pcie_phy_probe() 1226 if (IS_ERR(pcie_phy->csr_2l)) in airoha_pcie_phy_probe() 1227 return dev_err_probe(dev, PTR_ERR(pcie_phy->csr_2l), in airoha_pcie_phy_probe()
|