Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/ide/
H A Dide-dev.h82 uint8_t hob_hcyl; member
/openbmc/qemu/hw/ide/
H A Dcore.c619 sector_num = ((int64_t)s->hob_hcyl << 40) | in ide_get_sector()
648 s->hob_hcyl = sector_num >> 40; in ide_set_sector()
1328 bus->ifs[0].hob_hcyl = bus->ifs[0].hcyl; in ide_ioport_write()
1329 bus->ifs[1].hob_hcyl = bus->ifs[1].hcyl; in ide_ioport_write()
1380 s->hob_hcyl = 0; in ide_reset()
2282 ret = s->hob_hcyl; in ide_ioport_read()
2989 VMSTATE_UINT8(hob_hcyl, IDEState),
H A Dahci.c851 pio_fis[10] = s->hob_hcyl; in ahci_write_fis_pio()
895 d2h_fis[10] = s->hob_hcyl; in ahci_write_fis_d2h()
1308 ide_state->hob_hcyl = cmd_fis[10]; /* LBA 47:40 */ in handle_reg_h2d_fis()