38 #ifndef __DEV_PCI_TYPES_HH__ 39 #define __DEV_PCI_TYPES_HH__ 46 constexpr
PciBusAddr(uint8_t _bus, uint8_t _dev, uint8_t _func)
59 return (bus << 16) | (dev << 8) | func;
72 #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)