Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/libqos/
H A Dahci.c98 unsigned char *atapi_cmd; member
940 cmd->atapi_cmd = g_malloc0(16); in ahci_atapi_command_create()
941 cmd->atapi_cmd[0] = scsi_cmd; in ahci_atapi_command_create()
999 cmd->atapi_cmd[4] = 0x02; /* loej = true */ in ahci_atapi_eject()
1011 cmd->atapi_cmd[4] = 0x03; /* loej,start = true */ in ahci_atapi_load()
1020 g_free(cmd->atapi_cmd); in ahci_command_free()
1037 unsigned char *cbd = cmd->atapi_cmd; in ahci_atapi_command_set_offset()
1100 unsigned char *cbd = cmd->atapi_cmd; in ahci_atapi_set_size()
1216 qtest_memwrite(ahci->parent->qts, table_ptr + 0x40, cmd->atapi_cmd, 16); in ahci_command_commit()