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

/freebsd-10.2-release/sys/dev/ahci/
H A Dahci.c84 static int ahci_wait_ready(struct ahci_channel *ch, int t, int t0);
2180 ahci_wait_ready(struct ahci_channel *ch, int t, int t0) function
2213 if (ahci_wait_ready(ch, ch->resetting == 0 ? -1 : 0,
2297 if (ahci_wait_ready(ch, dumping ? 31000 : 0, 0)) {

Completed in 49 milliseconds