Home
last modified time | relevance | path

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

/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.c675 int err, res_valid = 0; in altera_pcie_parse_request_of_pci_ranges() local
692 res_valid |= !(res->flags & IORESOURCE_PREFETCH); in altera_pcie_parse_request_of_pci_ranges()
695 if (res_valid) in altera_pcie_parse_request_of_pci_ranges()
Dpci-aardvark.c947 int err, res_valid = 0; in advk_pcie_parse_request_of_pci_ranges() local
976 res_valid |= !(res->flags & IORESOURCE_PREFETCH); in advk_pcie_parse_request_of_pci_ranges()
984 if (!res_valid) { in advk_pcie_parse_request_of_pci_ranges()
/drivers/pci/
Dof.c487 int err, res_valid = 0; in pci_parse_request_of_pci_ranges() local
514 res_valid |= !(res->flags & IORESOURCE_PREFETCH); in pci_parse_request_of_pci_ranges()
523 if (res_valid) in pci_parse_request_of_pci_ranges()