Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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),
389 .sg_tablesize = AHCI_MAX_SG, \
/OK3568_Linux_fs/u-boot/include/
H A Dahci.h14 #define AHCI_MAX_SG 56 /* hardware max is 64K */ macro
20 #define AHCI_CMD_TBL_SZ AHCI_CMD_TBL_HDR + (AHCI_MAX_SG * 16)
/OK3568_Linux_fs/u-boot/drivers/ata/
H A Ddwc_ahsata.c79 #define MAX_BYTES_PER_TRANS (AHCI_MAX_SG * MAX_DATA_BYTES_PER_SG)
332 if (sg_count > AHCI_MAX_SG) { in ahci_fill_sg()
H A Dahci.c506 if (sg_count > AHCI_MAX_SG) { in ahci_fill_sg()