Home
last modified time | relevance | path

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

/freebsd/sys/dev/ahci/
H A Dahci.c87 static int ahci_wait_ready(struct ahci_channel *ch, int t, int t0);
2405 ahci_wait_ready(struct ahci_channel *ch, int t, int t0) in ahci_wait_ready() function
2438 if (ahci_wait_ready(ch, ch->resetting == 0 ? -1 : 0, in ahci_reset_to()
2522 if (ahci_wait_ready(ch, dumping ? 31000 : 0, 0)) { in ahci_reset()