Home
last modified time | relevance | path

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

/qemu/hw/ide/
H A Dahci-internal.h271 uint32_t scr_ctl; member
H A Dahci.c154 val = pr->scr_ctl; in ahci_port_read()
335 if (((pr->scr_ctl & AHCI_SCR_SCTL_DET) == 1) && in ahci_port_write()
339 pr->scr_ctl = val; in ahci_port_write()
1648 pr->scr_ctl = 0; in ahci_reset()
1687 VMSTATE_UINT32(port_regs.scr_ctl, AHCIDevice),