Home
last modified time | relevance | path

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

/openbmc/libcper/generator/sections/
H A Dgen-section-pci-bus.c25 UINT64 *bus_command = (UINT64 *)(bytes + 40); in generate_section_pci_bus() local
26 *bus_command &= ((UINT64)0x1 << 56); //Bus command bytes bar bit 56. in generate_section_pci_bus()
/openbmc/libcper/sections/
H A Dcper-section-pci-bus.c93 const char *bus_command = json_object_get_string( in ir_section_pci_bus_to_cper() local
102 strcmp(bus_command, "PCI") == 0 ? 0 : pcix_command; in ir_section_pci_bus_to_cper()