Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/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)
/rk3399_rockchip-uboot/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.c522 if (sg_count > AHCI_MAX_SG) { in ahci_fill_sg()