Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/include/
Dahci.h14 #define AHCI_CMD_SLOT_SZ 32 macro
20 #define AHCI_PORT_PRIV_DMA_SZ (AHCI_CMD_SLOT_SZ * AHCI_MAX_CMD_SLOT + \
/third_party/uboot/u-boot-2020.01/drivers/ata/
Ddwc_ahsata.c356 AHCI_CMD_SLOT_SZ * cmd_slot); in ahci_fill_cmd_slot()
358 memset(cmd_hdr, 0, AHCI_CMD_SLOT_SZ); in ahci_fill_cmd_slot()
467 mem += (AHCI_CMD_SLOT_SZ * DWC_AHSATA_MAX_CMD_SLOTS); in ahci_port_start()
Dahci.c587 mem += (AHCI_CMD_SLOT_SZ + 224); in ahci_port_start()