40 #ifndef __DEV_PCI_TYPES_HH__ 41 #define __DEV_PCI_TYPES_HH__ 48 constexpr
PciBusAddr(uint8_t _bus, uint8_t _dev, uint8_t _func)
61 return (bus << 16) | (dev << 8) | func;
74 #endif // __DEV_PCI_TYPES_HH__
constexpr uint32_t sortValue() const
constexpr bool operator<(const PciBusAddr &rhs) const
constexpr PciBusAddr(uint8_t _bus, uint8_t _dev, uint8_t _func)