Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/controller/
H A Dpci-aardvark.c653 static int advk_pcie_check_pio_status(struct advk_pcie *pcie, bool allow_crs, u32 *val) in advk_pcie_check_pio_status() argument
699 if (allow_crs && val) { in advk_pcie_check_pio_status()
1145 bool allow_crs; in advk_pcie_rd_conf() local
1161 allow_crs = (where == PCI_VENDOR_ID) && (size == 4) && in advk_pcie_rd_conf()
1198 ret = advk_pcie_check_pio_status(pcie, allow_crs, val); in advk_pcie_rd_conf()
1216 if (allow_crs) { in advk_pcie_rd_conf()