Lines Matching defs:idma_stat
326 static void inic_host_err_intr(struct ata_port *ap, u8 irq_stat, u16 idma_stat)
334 ata_ehi_push_desc(ehi, "irq_stat=0x%x idma_stat=0x%x",
335 irq_stat, idma_stat);
345 if (idma_stat & IDMA_STAT_PERR) {
350 if (idma_stat & IDMA_STAT_CPBERR) {
387 u16 idma_stat;
392 idma_stat = readw(port_base + PORT_IDMA_STAT);
394 if (unlikely((irq_stat & PIRQ_ERR) || (idma_stat & IDMA_STAT_ERR)))
395 inic_host_err_intr(ap, irq_stat, idma_stat);
400 if (likely(idma_stat & IDMA_STAT_DONE)) {
415 ata_port_warn(ap, "unhandled interrupt: cmd=0x%x irq_stat=0x%x idma_stat=0x%x\n",
416 qc ? qc->tf.command : 0xff, irq_stat, idma_stat);