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

/freebsd-current/sys/dev/pci/
H A Dpcivar.h373 #define PCI_ACCESSOR(var, ivar, type) \ macro
376 PCI_ACCESSOR(subvendor, SUBVENDOR, uint16_t)
377 PCI_ACCESSOR(subdevice, SUBDEVICE, uint16_t)
378 PCI_ACCESSOR(vendor, VENDOR, uint16_t)
379 PCI_ACCESSOR(device, DEVICE, uint16_t)
380 PCI_ACCESSOR(devid, DEVID, uint32_t)
381 PCI_ACCESSOR(class, CLASS, uint8_t)
382 PCI_ACCESSOR(subclass, SUBCLASS, uint8_t)
383 PCI_ACCESSOR(progif, PROGIF, uint8_t)
384 PCI_ACCESSOR(revi
398 #undef PCI_ACCESSOR macro
[all...]

Completed in 218 milliseconds