Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/pci/controller/
H A Dpci-aardvark.c648 static int advk_pcie_check_pio_status(struct advk_pcie *pcie, bool allow_crs, u32 *val) in advk_pcie_check_pio_status() argument
694 if (allow_crs && val) { in advk_pcie_check_pio_status()
1029 bool allow_crs; in advk_pcie_rd_conf() local
1047 allow_crs = (where == PCI_VENDOR_ID) && (size == 4) && in advk_pcie_rd_conf()
1084 ret = advk_pcie_check_pio_status(pcie, allow_crs, val); in advk_pcie_rd_conf()
1102 if (allow_crs) { in advk_pcie_rd_conf()
/kernel/linux/linux-6.6/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()

Completed in 7 milliseconds