Searched refs:sact (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/system/dev/block/ahci/
H A Dahci.h82 uint32_t sact; // SATA active member in struct:__anon186
H A Dahci.c192 return ((ahci_read(&port->regs->sact) | ahci_read(&port->regs->ci)) & (1 << slot)) ||
223 uint32_t sact = ahci_read(&port->regs->sact); local
225 uint32_t done = sact ^ running;
227 ZX_DEBUG_ASSERT(!(done & sact));
363 ahci_write(&port->regs->sact, (1 << slot));

Completed in 102 milliseconds