Searched refs:imx_check_flag (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/pci/controller/dwc/ |
| H A D | pci-imx6.c | 121 #define imx_check_flag(pci, val) (pci->drvdata->flags & val) macro 1252 if (pp->bridge && imx_check_flag(imx_pcie, IMX_PCIE_FLAG_HAS_LUT)) { in imx_pcie_host_init() 1499 if (imx_check_flag(imx_pcie, IMX_PCIE_FLAG_SUPPORT_64BIT)) in imx_add_pcie_ep() 1587 if (imx_check_flag(imx_pcie, IMX_PCIE_FLAG_HAS_LUT)) in imx_pcie_suspend_noirq() 1589 if (imx_check_flag(imx_pcie, IMX_PCIE_FLAG_BROKEN_SUSPEND)) { in imx_pcie_suspend_noirq() 1612 if (imx_check_flag(imx_pcie, IMX_PCIE_FLAG_BROKEN_SUSPEND)) { in imx_pcie_resume_noirq() 1633 if (imx_check_flag(imx_pcie, IMX_PCIE_FLAG_HAS_LUT)) in imx_pcie_resume_noirq() 1707 if (imx_check_flag(imx_pcie, IMX_PCIE_FLAG_HAS_PHYDRV)) { in imx_pcie_probe() 1714 if (imx_check_flag(imx_pcie, IMX_PCIE_FLAG_HAS_APP_RESET)) { in imx_pcie_probe() 1721 if (imx_check_flag(imx_pcie, IMX_PCIE_FLAG_HAS_PHY_RESET)) { in imx_pcie_probe() [all …]
|