Home
last modified time | relevance | path

Searched refs:imx6_pcie (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/pci/controller/dwc/
Dpci-imx6.c63 struct imx6_pcie { struct
156 static int pcie_phy_poll_ack(struct imx6_pcie *imx6_pcie, bool exp_val) in pcie_phy_poll_ack() argument
158 struct dw_pcie *pci = imx6_pcie->pci; in pcie_phy_poll_ack()
177 static int pcie_phy_wait_ack(struct imx6_pcie *imx6_pcie, int addr) in pcie_phy_wait_ack() argument
179 struct dw_pcie *pci = imx6_pcie->pci; in pcie_phy_wait_ack()
189 ret = pcie_phy_poll_ack(imx6_pcie, true); in pcie_phy_wait_ack()
196 return pcie_phy_poll_ack(imx6_pcie, false); in pcie_phy_wait_ack()
200 static int pcie_phy_read(struct imx6_pcie *imx6_pcie, int addr, u16 *data) in pcie_phy_read() argument
202 struct dw_pcie *pci = imx6_pcie->pci; in pcie_phy_read()
206 ret = pcie_phy_wait_ack(imx6_pcie, addr); in pcie_phy_read()
[all …]