Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/ahci/
Dahci.c84 static int ahci_wait_ready(struct ahci_channel *ch, int t, int t0);
2189 ahci_wait_ready(struct ahci_channel *ch, int t, int t0) in ahci_wait_ready() function
2222 if (ahci_wait_ready(ch, ch->resetting == 0 ? -1 : 0, in ahci_reset_to()
2306 if (ahci_wait_ready(ch, dumping ? 31000 : 0, 0)) { in ahci_reset()