Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()