Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dahci.h15 #define AHCI_CMD_SLOT_SZ 32 macro
21 #define AHCI_PORT_PRIV_DMA_SZ (AHCI_CMD_SLOT_SZ * AHCI_MAX_CMD_SLOT + \
/rk3399_rockchip-uboot/drivers/ata/
H A Ddwc_ahsata.c355 AHCI_CMD_SLOT_SZ * cmd_slot); in ahci_fill_cmd_slot()
357 memset(cmd_hdr, 0, AHCI_CMD_SLOT_SZ); in ahci_fill_cmd_slot()
466 mem += (AHCI_CMD_SLOT_SZ * DWC_AHSATA_MAX_CMD_SLOTS); in ahci_port_start()
H A Dahci.c606 mem += (AHCI_CMD_SLOT_SZ + 224); in ahci_port_start()