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.h272 uint32_t scr_ctl; member
H A Dahci.c161 val = pr->scr_ctl; in ahci_port_read()
368 if (((pr->scr_ctl & AHCI_SCR_SCTL_DET) == 1) && in ahci_port_write()
372 pr->scr_ctl = val; in ahci_port_write()
1681 pr->scr_ctl = 0; in ahci_reset()
1720 VMSTATE_UINT32(port_regs.scr_ctl, AHCIDevice),