Searched refs:EDMA_ERR_SELF_DIS (Results 1 - 1 of 1) sorted by relevance

/drivers/ata/
H A Dsata_mv.c326 EDMA_ERR_SELF_DIS = (1 << 7), /* Gen II/IIE self-disable */ enumerator in enum:__anon72
366 EDMA_ERR_SELF_DIS |
2546 if (edma_err_cause & ~(EDMA_ERR_DEV | EDMA_ERR_SELF_DIS))
2555 if (edma_err_cause & EDMA_ERR_SELF_DIS) {
2567 if (!(edma_err_cause & EDMA_ERR_SELF_DIS)) {
2693 if (edma_err_cause & EDMA_ERR_SELF_DIS) {

Completed in 38 milliseconds