Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/libqos/
H A Dahci.c41 bool lba28; member
53 .lba28 = true, .read = true },
55 .lba28 = true, .write = true },
61 .lba28 = true, .read = true },
63 .lba28 = true, .write = true },
74 { .cmd = CMD_READ_MAX, .lba28 = true },
879 if (cmd->props->lba28 || cmd->props->lba48) { in command_table_init()
909 g_assert(!(props->lba28 && props->lba48)); in ahci_command_create()
1072 } else if (cmd->props->lba28) { in ahci_command_set_offset()
1085 if (cmd->props->lba28) { in ahci_command_set_offset()