table of contents
other versions
| PCI_SELECT_BARS(9) | Hardware Interfaces | PCI_SELECT_BARS(9) |
NAME¶
pci_select_bars - Make BAR mask from the type of resourceSYNOPSIS¶
int pci_select_bars(struct pci_dev * dev, unsigned long flags);
ARGUMENTS¶
struct pci_dev * devthe PCI device for which BAR mask is made
unsigned long flags
resource type mask to be selected
DESCRIPTION¶
This helper routine makes bar mask from the type of resource.COPYRIGHT¶
| July 2017 | Kernel Hackers Manual 4.11 |