Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/busses/scsi/ahci/
H A Dahci_defs.h139 PORT_CMD_CR = (1 << 15), // Command List Running (DMA active) enumerator
H A Dahci_port.cpp1511 if (wait_until_clear(&fRegs->cmd, PORT_CMD_CR, 500000) < B_OK) { in Enable()
1540 if (wait_until_clear(&fRegs->cmd, PORT_CMD_CR, 500000) < B_OK) { in Disable()