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

/drivers/tty/serial/
H A Dmpsc.c526 struct mpsc_tx_desc *txre, *txre_p; local
530 txre = (struct mpsc_tx_desc *)(pi->txr
532 dma_cache_sync(pi->port.dev, (void *)txre, MPSC_TXRE_SIZE,
536 invalidate_dcache_range((ulong)txre,
537 (ulong)txre + MPSC_TXRE_SIZE);
540 if (be32_to_cpu(txre->cmdstat) & SDMA_DESC_CMDSTAT_O) {
788 struct mpsc_tx_desc *txre; local
864 txre = (struct mpsc_tx_desc *)dp;
866 txre->link = cpu_to_be32(dp_p + MPSC_TXRE_SIZE);
867 txre
1090 struct mpsc_tx_desc *txre; local
1165 struct mpsc_tx_desc *txre; local
[all...]

Completed in 21 milliseconds