Home
last modified time | relevance | path

Searched refs:BusId (Results 1 – 2 of 2) sorted by relevance

/openbmc/libcper/sections/
H A Dcper-section-pci-bus.c40 json_object_new_int(bus_error->BusId & 0xFF)); in cper_section_pci_bus_to_ir()
42 json_object_new_int(bus_error->BusId >> 8)); in cper_section_pci_bus_to_ir()
89 section_cper->BusId = bus_number + (segment_number << 8); in ir_section_pci_bus_to_cper()
/openbmc/libcper/edk/
H A DCper.h1202 UINT16 BusId; member