Home
last modified time | relevance | path

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

/qemu/hw/ide/
H A Dcore.c395 s->hcyl = 0xeb; in ide_set_signature()
398 s->hcyl = 0; in ide_set_signature()
401 s->hcyl = 0xff; in ide_set_signature()
622 ((int64_t) s->hcyl << 16) | in ide_get_sector()
627 (s->hcyl << 16) | (s->lcyl << 8) | s->sector; in ide_get_sector()
631 sector_num = ((s->hcyl << 8) | s->lcyl) * s->heads * s->sectors + in ide_get_sector()
645 s->hcyl = sector_num >> 16; in ide_set_sector()
653 s->hcyl = (sector_num >> 16); in ide_set_sector()
661 s->hcyl = cyl >> 8; in ide_set_sector()
1160 if (((s->hcyl << 16) | s->lcyl) << 9 > s->mdata_size + 2) { in ide_cfata_metadata_read()
[all …]
H A Dahci.c603 pr->sig = ((uint32_t)ide_state->hcyl << 24) | in ahci_init_d2h()
613 s->hcyl = sig >> 24 & 0xFF; in ahci_set_signature()
619 s->lcyl, s->hcyl, sig); in ahci_set_signature()
814 pio_fis[6] = s->hcyl; in ahci_write_fis_pio()
858 d2h_fis[6] = s->hcyl; in ahci_write_fis_d2h()
1271 ide_state->hcyl = cmd_fis[6]; /* LBA 23:16 */ in handle_reg_h2d_fis()
H A Datapi.c214 bcl = s->lcyl | (s->hcyl << 8); in atapi_byte_count_limit()
269 s->hcyl = size >> 8; in ide_atapi_cmd_reply_end()
1315 trace_ide_atapi_cmd_packet(s, s->lcyl | (s->hcyl << 8), str->str); in ide_atapi_cmd()
H A Dtrace-events83 …ector, uint8_t lcyl, uint8_t hcyl, uint32_t sig) "ahci(%p)[%d]: set signature sector:0x%02x nsecto…
/qemu/include/hw/ide/
H A Dide-dev.h76 uint8_t hcyl; member