Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/pci/controller/
Dpci-versatile.c68 int err, mem = 1, res_valid = 0; in versatile_pci_parse_request_of_pci_ranges() local
93 res_valid |= !(res->flags & IORESOURCE_PREFETCH); in versatile_pci_parse_request_of_pci_ranges()
103 if (res_valid) in versatile_pci_parse_request_of_pci_ranges()
Dpcie-altera.c491 int err, res_valid = 0; in altera_pcie_parse_request_of_pci_ranges() local
508 res_valid |= !(res->flags & IORESOURCE_PREFETCH); in altera_pcie_parse_request_of_pci_ranges()
511 if (res_valid) in altera_pcie_parse_request_of_pci_ranges()
Dpci-aardvark.c791 int err, res_valid = 0; in advk_pcie_parse_request_of_pci_ranges() local
820 res_valid |= !(res->flags & IORESOURCE_PREFETCH); in advk_pcie_parse_request_of_pci_ranges()
828 if (!res_valid) { in advk_pcie_parse_request_of_pci_ranges()
/Linux-v4.19/drivers/pci/
Dof.c594 int err, res_valid = 0; in pci_parse_request_of_pci_ranges() local
621 res_valid |= !(res->flags & IORESOURCE_PREFETCH); in pci_parse_request_of_pci_ranges()
630 if (res_valid) in pci_parse_request_of_pci_ranges()