1PCI_SELECT_BARS(9) Hardware Interfaces PCI_SELECT_BARS(9)
23
4
NAME
6pci_select_bars - Make BAR mask from the type of resource
7
SYNOPSIS
9int pci_select_bars(struct pci_dev * dev, unsigned long flags);
10
ARGUMENTS
12dev
13the PCI device for which BAR mask is made
1415
flags
16resource type mask to be selected
17
DESCRIPTION
19This helper routine makes bar mask from the type of resource.
20
COPYRIGHT
22Kernel Hackers Manual 2.6. June 2019 PCI_SELECT_BARS(9)