Searched refs:PCI_ACCESSOR (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/dev/pci/
H A Dpcivar.h364 #define PCI_ACCESSOR(var, ivar, type) \ macro
367 PCI_ACCESSOR(subvendor, SUBVENDOR, uint16_t)
368 PCI_ACCESSOR(subdevice, SUBDEVICE, uint16_t)
369 PCI_ACCESSOR(vendor, VENDOR, uint16_t)
370 PCI_ACCESSOR(device, DEVICE, uint16_t)
371 PCI_ACCESSOR(devid, DEVID, uint32_t)
372 PCI_ACCESSOR(class, CLASS, uint8_t)
373 PCI_ACCESSOR(subclass, SUBCLASS, uint8_t)
374 PCI_ACCESSOR(progif, PROGIF, uint8_t)
375 PCI_ACCESSOR(revi
389 #undef PCI_ACCESSOR macro
[all...]

Completed in 117 milliseconds