Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/pci/controller/
Dpci-aardvark.c652 static int advk_pcie_check_pio_status(struct advk_pcie *pcie, bool allow_rrs, u32 *val) in advk_pcie_check_pio_status() argument
698 if (allow_rrs && val) { in advk_pcie_check_pio_status()
1144 bool allow_rrs; in advk_pcie_rd_conf() local
1160 allow_rrs = (where == PCI_VENDOR_ID) && (size >= 2) && in advk_pcie_rd_conf()
1197 ret = advk_pcie_check_pio_status(pcie, allow_rrs, val); in advk_pcie_rd_conf()
1215 if (allow_rrs) { in advk_pcie_rd_conf()