Home
last modified time | relevance | path

Searched defs:BusType (Results 1 – 2 of 2) sorted by relevance

/openbmc/openpower-hw-diags/analyzer/
H A Dcallout.hpp148 class BusType class
163 BusType(const std::string& i_string, const SrcSubsystem i_subsystem) : in BusType() function in analyzer::callout::BusType
/openbmc/qemu/hw/pci-bridge/
H A Dpci_expander_bridge.c30 enum BusType { PCI, PCIE, CXL }; enum