Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ide/
H A Dahci_internal.h272 uint32_t scr_ctl; member
H A Dahci.c159 val = pr->scr_ctl; in ahci_port_read()
366 if (((pr->scr_ctl & AHCI_SCR_SCTL_DET) == 1) && in ahci_port_write()
370 pr->scr_ctl = val; in ahci_port_write()
1679 pr->scr_ctl = 0; in ahci_reset()
1718 VMSTATE_UINT32(port_regs.scr_ctl, AHCIDevice),