Searched refs:pcie_phy (Results 1 – 2 of 2) sorted by relevance
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()339 readl(pcie_phy->pma1 + in airoha_phy_init_lane1_rx_fw_pre_calib()360 readl(pcie_phy->pma1 + in airoha_phy_init_lane1_rx_fw_pre_calib()1221 pcie_phy = devm_kzalloc(dev, sizeof(*pcie_phy), GFP_KERNEL); in airoha_pcie_phy_probe()1222 if (!pcie_phy) in airoha_pcie_phy_probe()1241 if (IS_ERR(pcie_phy->phy)) in airoha_pcie_phy_probe()1245 pcie_phy->p0_xr_dtime = in airoha_pcie_phy_probe()1251 pcie_phy->p1_xr_dtime = in airoha_pcie_phy_probe()1262 pcie_phy->dev = dev; in airoha_pcie_phy_probe()[all …]
115 if (!pcie_phy->sw_efuse_en) in mtk_pcie_phy_init()182 pcie_phy->sw_efuse_en = true; in mtk_pcie_read_efuse()184 pcie_phy->efuse = devm_kzalloc(dev, pcie_phy->data->num_lanes * in mtk_pcie_read_efuse()186 if (!pcie_phy->efuse) in mtk_pcie_read_efuse()202 struct mtk_pcie_phy *pcie_phy; in mtk_pcie_phy_probe() local205 pcie_phy = devm_kzalloc(dev, sizeof(*pcie_phy), GFP_KERNEL); in mtk_pcie_phy_probe()206 if (!pcie_phy) in mtk_pcie_phy_probe()215 if (IS_ERR(pcie_phy->phy)) in mtk_pcie_phy_probe()219 pcie_phy->dev = dev; in mtk_pcie_phy_probe()221 if (!pcie_phy->data) in mtk_pcie_phy_probe()[all …]
Completed in 10 milliseconds