pcie_phy          223 arch/mips/pci/pci-mt7620.c 	pcie_phy(0x0, 0x80);
pcie_phy          224 arch/mips/pci/pci-mt7620.c 	pcie_phy(0x1, 0x04);
pcie_phy          227 arch/mips/pci/pci-mt7620.c 	pcie_phy(0x68, 0xB4);
pcie_phy           68 drivers/pci/controller/dwc/pci-imx6.c 	struct clk		*pcie_phy;
pcie_phy          511 drivers/pci/controller/dwc/pci-imx6.c 	ret = clk_prepare_enable(imx6_pcie->pcie_phy);
pcie_phy          596 drivers/pci/controller/dwc/pci-imx6.c 	clk_disable_unprepare(imx6_pcie->pcie_phy);
pcie_phy          677 drivers/pci/controller/dwc/pci-imx6.c 	unsigned long phy_rate = clk_get_rate(imx6_pcie->pcie_phy);
pcie_phy          950 drivers/pci/controller/dwc/pci-imx6.c 	clk_disable_unprepare(imx6_pcie->pcie_phy);
pcie_phy         1077 drivers/pci/controller/dwc/pci-imx6.c 	imx6_pcie->pcie_phy = devm_clk_get(dev, "pcie_phy");
pcie_phy         1078 drivers/pci/controller/dwc/pci-imx6.c 	if (IS_ERR(imx6_pcie->pcie_phy)) {
pcie_phy         1080 drivers/pci/controller/dwc/pci-imx6.c 		return PTR_ERR(imx6_pcie->pcie_phy);