Searched refs:pcie_phy_write (Results 1 – 1 of 1) sorted by relevance
/linux-6.6.21/drivers/pci/controller/dwc/ |
D | pci-imx6.c | 268 static int pcie_phy_write(struct imx6_pcie *imx6_pcie, int addr, u16 data) in pcie_phy_write() function 443 pcie_phy_write(imx6_pcie, PCIE_PHY_MPLL_OVRD_IN_LO, val); in imx6_setup_phy_mpll() 450 pcie_phy_write(imx6_pcie, PCIE_PHY_ATEOVRD, val); in imx6_setup_phy_mpll() 465 pcie_phy_write(imx6_pcie, PHY_RX_OVRD_IN_LO, tmp); in imx6_pcie_reset_phy() 472 pcie_phy_write(imx6_pcie, PHY_RX_OVRD_IN_LO, tmp); in imx6_pcie_reset_phy()
|