Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/libqos/
H A Dahci.h503 #define CMD_TBL_SIZ(n) ((0x80 + ((n) * sizeof(PRD)) + 0x7F) & ~0x7F) macro
H A Dahci.c1203 table_size = CMD_TBL_SIZ(prdtl); in ahci_command_commit()