Searched refs:ssts (Results 1 - 2 of 2) sorted by path

/haiku/src/add-ons/kernel/busses/scsi/ahci/
H A Dahci_defs.h121 uint32 ssts; // Serial ATA Status (SCR0: SStatus) member in struct:__anon41
H A Dahci_port.cpp236 if (wait_until_set(&fRegs->ssts, SSTS_PORT_DET_NODEV, 100000) < B_OK)
241 if (fRegs->ssts & SSTS_PORT_DET_NOPHY) {
242 if (wait_until_set(&fRegs->ssts, 0x3, 500000) < B_OK) {
285 if (wait_until_set(&fRegs->ssts, SSTS_PORT_DET_PRESENT, 500000) < B_OK) {
308 switch (fRegs->ssts & HBA_PORT_SPD_MASK) {
326 fDevicePresent = (fRegs->ssts & HBA_PORT_DET_MASK) == SSTS_PORT_DET_PRESENT;
367 TRACE(" ssts 0x%08" B_PRIx32 "\n", fRegs->ssts);
407 TRACE("ssts 0x%08" B_PRIx32 "\n", fRegs->ssts);
[all...]

Completed in 58 milliseconds