Home
last modified time | relevance | path

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

/system/dev/block/ahci/
A Dahci.c194 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() local
227 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()
A Dahci.h82 uint32_t sact; // SATA active member

Completed in 5 milliseconds