Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dahcireg.h174 #define AHCI_PREG_SSTS_DET 0xf /* Device Detection */ macro
H A Dahci.c657 switch (ahci_pread(ap, AHCI_PREG_SSTS) & AHCI_PREG_SSTS_DET) { in ahci_port_detect()
833 switch (ahci_pread(ap, AHCI_PREG_SSTS) & AHCI_PREG_SSTS_DET) { in ahci_port_init()
1379 if (data & AHCI_PREG_SSTS_DET) in ahci_pmp_port_portreset()
1392 if ((data & AHCI_PREG_SSTS_DET) == AHCI_PREG_SSTS_DET_DEV) in ahci_pmp_port_portreset()
1466 if ((ahci_pread(ap, AHCI_PREG_SSTS) & AHCI_PREG_SSTS_DET) != in ahci_port_portreset_poll()
1493 if (ahci_pread(ap, AHCI_PREG_SSTS) & AHCI_PREG_SSTS_DET) { in ahci_port_portreset_finish()