Home
last modified time | relevance | path

Searched refs:ATA_SC_SPD_MASK (Results 1 – 2 of 2) sorted by last modified time

/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_ahci.c541 if (pr->sctl & ATA_SC_SPD_MASK) in ahci_port_reset()
542 pr->ssts |= (pr->sctl & ATA_SC_SPD_MASK); in ahci_port_reset()
H A Dahci.h133 #define ATA_SC_SPD_MASK 0x000000f0 macro