.. | .. |
---|
187 | 187 | ATA_LFLAG_NO_LPM = (1 << 8), /* disable LPM on this link */ |
---|
188 | 188 | ATA_LFLAG_RST_ONCE = (1 << 9), /* limit recovery to one reset */ |
---|
189 | 189 | ATA_LFLAG_CHANGED = (1 << 10), /* LPM state changed on this link */ |
---|
190 | | - ATA_LFLAG_NO_DB_DELAY = (1 << 11), /* no debounce delay on link resume */ |
---|
| 190 | + ATA_LFLAG_NO_DEBOUNCE_DELAY = (1 << 11), /* no debounce delay on link resume */ |
---|
191 | 191 | |
---|
192 | 192 | /* struct ata_port flags */ |
---|
193 | 193 | ATA_FLAG_SLAVE_POSS = (1 << 0), /* host supports slave dev */ |
---|
.. | .. |
---|
260 | 260 | ATA_HOST_PARALLEL_SCAN = (1 << 2), /* Ports on this host can be scanned in parallel */ |
---|
261 | 261 | ATA_HOST_IGNORE_ATA = (1 << 3), /* Ignore ATA devices on this host. */ |
---|
262 | 262 | |
---|
| 263 | + ATA_HOST_NO_PART = (1 << 4), /* Host does not support partial */ |
---|
| 264 | + ATA_HOST_NO_SSC = (1 << 5), /* Host does not support slumber */ |
---|
| 265 | + ATA_HOST_NO_DEVSLP = (1 << 6), /* Host does not support devslp */ |
---|
| 266 | + |
---|
263 | 267 | /* bits 24:31 of host->flags are reserved for LLD specific flags */ |
---|
264 | 268 | |
---|
265 | 269 | /* various lengths of time */ |
---|
.. | .. |
---|
293 | 297 | * advised to wait only for the following duration before |
---|
294 | 298 | * doing SRST. |
---|
295 | 299 | */ |
---|
296 | | - ATA_TMOUT_PMP_SRST_WAIT = 5000, |
---|
| 300 | + ATA_TMOUT_PMP_SRST_WAIT = 10000, |
---|
297 | 301 | |
---|
298 | 302 | /* When the LPM policy is set to ATA_LPM_MAX_POWER, there might |
---|
299 | 303 | * be a spurious PHY event, so ignore the first PHY event that |
---|