Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/ata/
H A Ddwc_ahsata.c366 #define AHCI_GET_CMD_SLOT(c) ((c) ? ffs(c) : 0) macro
377 cmd_slot = AHCI_GET_CMD_SLOT(readl(&port_mmio->ci)); in ahci_exec_ata_cmd()