Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/libqos/
H A Dahci.c585 cmd->ctba = le64_to_cpu(cmd->ctba); in ahci_get_command_header()
599 tmp.ctba = cpu_to_le64(cmd->ctba); in ahci_set_command_header()
610 if (cmd.ctba == 0) { in ahci_destroy_command()
616 ahci_free(ahci, cmd.ctba); in ahci_destroy_command()
622 ahci->port[port].ctba[slot] = 0; in ahci_destroy_command()
629 uint64_t addr = cmd->header.ctba; in ahci_write_fis()
853 hdr->ctba = 0; in command_header_init()
1208 cmd->header.ctba = table_ptr; in ahci_command_commit()
1242 ahci->port[port].ctba[cmd->slot] = table_ptr; in ahci_command_commit()
H A Dahci.h331 uint64_t ctba[32]; member
461 uint64_t ctba; /* Command Table Descriptor Base Address */ member
/openbmc/qemu/tests/qtest/
H A Dahci-test.c110 g_assert_cmphex(cmd.ctba, ==, ahci->port[i].ctba[j]); in verify_state()