Home
last modified time | relevance | path

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

/external/u-boot/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 + \
/external/u-boot/drivers/ata/
Ddwc_ahsata.c354 AHCI_CMD_SLOT_SZ * cmd_slot); in ahci_fill_cmd_slot()
356 memset(cmd_hdr, 0, AHCI_CMD_SLOT_SZ); in ahci_fill_cmd_slot()
465 mem += (AHCI_CMD_SLOT_SZ * DWC_AHSATA_MAX_CMD_SLOTS); in ahci_port_start()
Dahci.c590 mem += (AHCI_CMD_SLOT_SZ + 224); in ahci_port_start()