Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ide/
H A Dahci_internal.h208 #define AHCI_SCR_SCTL_DET 0xf macro
H A Dahci.c366 if (((pr->scr_ctl & AHCI_SCR_SCTL_DET) == 1) && in ahci_port_write()
367 ((val & AHCI_SCR_SCTL_DET) == 0)) { in ahci_port_write()