Lines Matching defs:tfr
538 dwcsata_dma_dump(struct dwcsata_softc *sc, uint32_t tfr, uint32_t err)
546 "DMA state: CHEN 0x%08x tfr/blk/err 0x%08x/0x%08x/0x%08x "
549 dwcdmac_read(sc, DWCDMAC_CHEN), tfr,
668 uint32_t tfr, err, dmacr, intpr;
682 tfr = dwcdmac_read(sc, DWCDMAC_RAW_TFR);
685 if (((tfr | err) & DWCDMAC_CHANBIT(DWCSATA_DMACH)) == 0)
689 dwcsata_dma_dump(sc, tfr, err);
696 * check. CHEN stuck with no TFR/ERR is the wedge signature.
705 tfr = dwcdmac_read(sc, DWCDMAC_RAW_TFR);
750 dwcsata_dma_dump(sc, tfr, err);
751 if ((tfr & chanbit) == 0)