Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dahci.h13 #define AHCI_MAX_SG 56 /* hardware max is 64K */ macro
19 #define AHCI_CMD_TBL_SZ AHCI_CMD_TBL_HDR + (AHCI_MAX_SG * 16)
/openbmc/linux/drivers/ata/
H A Dahci.h42 AHCI_MAX_SG = 168, /* hardware max is 64K */ enumerator
50 AHCI_CMD_TBL_SZ = AHCI_CMD_TBL_HDR_SZ + (AHCI_MAX_SG * 16),
396 .sg_tablesize = AHCI_MAX_SG, \
/openbmc/qemu/hw/ide/
H A Dahci_internal.h33 #define AHCI_MAX_SG 168 /* hardware max is 64K */ macro
42 #define AHCI_CMD_TBL_SZ (AHCI_CMD_TBL_HDR_SZ + (AHCI_MAX_SG * 16))
/openbmc/u-boot/drivers/ata/
H A Ddwc_ahsata.c78 #define MAX_BYTES_PER_TRANS (AHCI_MAX_SG * MAX_DATA_BYTES_PER_SG)
331 if (sg_count > AHCI_MAX_SG) { in ahci_fill_sg()
H A Dahci.c512 if (sg_count > AHCI_MAX_SG) { in ahci_fill_sg()