Home
last modified time | relevance | path

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

/qemu/hw/ide/
H A Dahci-internal.h48 #define AHCI_CMD_WRITE (1 << 6) macro
H A Dahci.c1378 int is_write = opts & AHCI_CMD_WRITE; in ahci_pio_transfer()