Searched refs:CMD_PACKET (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | ide-test.c | 97 CMD_PACKET = 0xa0, enumerator 223 case CMD_PACKET: in send_dma_request() 255 if (cmd == CMD_PACKET) { in send_dma_request() 982 qpci_io_writeb(dev, ide_bar, reg_command, CMD_PACKET); in cdrom_pio_impl() 1073 send_dma_request(qts, CMD_PACKET, 0, 1, prdt, 1, send_scsi_cdb_read10); in test_cdrom_dma()
|
/openbmc/qemu/tests/qtest/libqos/ |
H A D | ahci.h | 281 CMD_PACKET = 0xA0, enumerator
|
H A D | ahci.c | 77 { .cmd = CMD_PACKET, .data = true, .size = 16, 939 AHCICommand *cmd = ahci_command_create(CMD_PACKET); in ahci_atapi_command_create()
|