Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/libqos/
H A Dahci.h367 uint8_t lba_lo[3]; member
390 uint8_t lba_lo[3]; member
414 uint8_t lba_lo[3]; member
439 uint8_t lba_lo[3]; member
H A Dahci.c942 stw_le_p(&cmd->fis.lba_lo[1], bcl); in ahci_atapi_command_create()
1082 fis->lba_lo[0] = (lba_sect & 0xFF); in ahci_command_set_offset()
1083 fis->lba_lo[1] = (lba_sect >> 8) & 0xFF; in ahci_command_set_offset()
1084 fis->lba_lo[2] = (lba_sect >> 16) & 0xFF; in ahci_command_set_offset()
/openbmc/qemu/tests/qtest/
H A Dahci-test.c927 (uint64_t)d2h->lba_lo[2] << 16 | in ahci_test_max()
928 (uint64_t)d2h->lba_lo[1] << 8 | in ahci_test_max()
929 (uint64_t)d2h->lba_lo[0]; in ahci_test_max()
/openbmc/qemu/hw/scsi/
H A Dmfi.h503 uint32_t lba_lo; member
H A Dmegasas.c1787 lba_start_lo = le32_to_cpu(cmd->frame->io.lba_lo); in megasas_handle_io()