Searched refs:sact (Results 1 – 2 of 2) sorted by relevance
194 return ((ahci_read(&port->regs->sact) | ahci_read(&port->regs->ci)) & (1 << slot)) || in ahci_port_cmd_busy()225 uint32_t sact = ahci_read(&port->regs->sact); in ahci_port_complete_txn() local227 uint32_t done = sact ^ running; in ahci_port_complete_txn()229 ZX_DEBUG_ASSERT(!(done & sact)); in ahci_port_complete_txn()365 ahci_write(&port->regs->sact, (1 << slot)); in ahci_do_txn()
82 uint32_t sact; // SATA active member
Completed in 5 milliseconds