Home
last modified time | relevance | path

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

/openbmc/linux/drivers/ata/
H A Dacard-ahci.c228 memset(cmd_tbl + AHCI_CMD_TBL_CDB, 0, 32); in acard_ahci_qc_prep()
229 memcpy(cmd_tbl + AHCI_CMD_TBL_CDB, qc->cdb, qc->dev->cdb_len); in acard_ahci_qc_prep()
H A Dahci.h48 AHCI_CMD_TBL_CDB = 0x40, enumerator
H A Dlibahci.c1707 memset(cmd_tbl + AHCI_CMD_TBL_CDB, 0, 32); in ahci_qc_prep()
1708 memcpy(cmd_tbl + AHCI_CMD_TBL_CDB, qc->cdb, qc->dev->cdb_len); in ahci_qc_prep()
/openbmc/u-boot/include/
H A Dahci.h18 #define AHCI_CMD_TBL_CDB 0x40 macro
/openbmc/qemu/hw/ide/
H A Dahci_internal.h40 #define AHCI_CMD_TBL_CDB 0x40 macro