Home
last modified time | relevance | path

Searched defs:AHCI_CMD_SLOT_SZ (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/include/
H A Dahci.h14 #define AHCI_CMD_SLOT_SZ 32 macro
/openbmc/qemu/hw/ide/
H A Dahci-internal.h38 #define AHCI_CMD_SLOT_SZ (AHCI_MAX_CMDS * AHCI_CMD_SZ) macro
/openbmc/linux/drivers/ata/
H A Dahci.h46 AHCI_CMD_SLOT_SZ = AHCI_MAX_CMDS * AHCI_CMD_SZ, enumerator
/openbmc/linux/drivers/block/mtip32xx/
H A Dmtip32xx.c50 #define AHCI_CMD_SLOT_SZ sizeof(struct mtip_cmd_hdr) macro