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.