Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/serial/
Dmpsc.c520 struct mpsc_tx_desc *txre, *txre_p; in mpsc_sdma_start_tx() local
524 txre = (struct mpsc_tx_desc *)(pi->txr in mpsc_sdma_start_tx()
526 dma_cache_sync(pi->port.dev, (void *)txre, MPSC_TXRE_SIZE, in mpsc_sdma_start_tx()
530 invalidate_dcache_range((ulong)txre, in mpsc_sdma_start_tx()
531 (ulong)txre + MPSC_TXRE_SIZE); in mpsc_sdma_start_tx()
534 if (be32_to_cpu(txre->cmdstat) & SDMA_DESC_CMDSTAT_O) { in mpsc_sdma_start_tx()
784 struct mpsc_tx_desc *txre; in mpsc_init_rings() local
860 txre = (struct mpsc_tx_desc *)dp; in mpsc_init_rings()
862 txre->link = cpu_to_be32(dp_p + MPSC_TXRE_SIZE); in mpsc_init_rings()
863 txre->buf_ptr = cpu_to_be32(bp_p); in mpsc_init_rings()
[all …]