sata_phy_resume(9)
NAME
sata_phy_resume - resume SATA phy
SYNOPSIS
int sata_phy_resume(struct ata_port * ap, const unsigned long * params);
ARGUMENTS
- ap
- ATA port to resume SATA phy for
- params
- timing parameters { interval, duratinon, timeout } in
- msec
DESCRIPTION
Resume SATA phy of ap and debounce it.
LOCKING
Kernel thread context (may sleep)
RETURNS
0 on success, -errno on failure.
AUTHOR
- Jeff Garzik
- Author.