Home
last modified time | relevance | path

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

/drivers/pci/
Dpci-sysfs.c37 #define pci_config_attr(field, format_string) \ macro
48 pci_config_attr(vendor, "0x%04x\n");
49 pci_config_attr(device, "0x%04x\n");
50 pci_config_attr(subsystem_vendor, "0x%04x\n");
51 pci_config_attr(subsystem_device, "0x%04x\n");
52 pci_config_attr(revision, "0x%02x\n");
53 pci_config_attr(class, "0x%06x\n");