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

/linux-4.1.27/drivers/ata/
H A Dsata_inic162x.c155 IDMA_STAT_CPBERR = (1 << 1), /* ADMA CPB error */ enumerator in enum:__anon3340
162 IDMA_STAT_ERR = IDMA_STAT_PERR | IDMA_STAT_CPBERR,
344 if (idma_stat & IDMA_STAT_CPBERR) { inic_host_err_intr()

Completed in 59 milliseconds