Home
last modified time | relevance | path

Searched refs:command_type (Results 1 – 4 of 4) sorted by relevance

/openbmc/libcper/sections/
H A Dcper-section-pci-bus.c77 UINT8 command_type = (bus_error->BusCommand >> 56) & 0x1; in cper_section_pci_bus_to_ir() local
86 command_type == 0 ? "PCI" : "PCI-X"); in cper_section_pci_bus_to_ir()
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_sensor.robot27 # command_type sensor_id member_id
37 # command_type sensor_id member_id
214 [Arguments] ${command_type} ${sensor_id} ${member_id}
217 # command_type Type of command used to get sensor data (eg. IPMI, DCMI).
221 …${ipmi_value}= Set Variable If '${command_type}' == 'IPMI' Get IPMI Sensor Reading ${sensor_id}
/openbmc/qemu/scripts/
H A Danalyze-migration.py691 command_type = file.read16()
693 if command_type != self.QEMU_MIG_CMD_SWITCHOVER_START:
695 (command_type))
/openbmc/u-boot/drivers/ata/
H A Dfsl_sata.c451 enum cmd_type command_type, int tag, u8 *buffer, u32 len) in fsl_sata_exec_cmd() argument
460 switch (command_type) { in fsl_sata_exec_cmd()