Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dahci.h22 #define AHCI_CMD_ATAPI (1 << 5) macro
/openbmc/qemu/hw/ide/
H A Dahci-internal.h47 #define AHCI_CMD_ATAPI (1 << 5) macro
H A Dahci.c1283 if (opts & AHCI_CMD_ATAPI) { in handle_reg_h2d_fis()
1379 int is_atapi = opts & AHCI_CMD_ATAPI; in ahci_pio_transfer()