Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/
Dmpsc.c524 struct mpsc_tx_desc *txre, *txre_p; in mpsc_sdma_start_tx() local
528 txre = (struct mpsc_tx_desc *)(pi->txr in mpsc_sdma_start_tx()
530 dma_cache_sync(pi->port.dev, (void *)txre, MPSC_TXRE_SIZE, in mpsc_sdma_start_tx()
534 invalidate_dcache_range((ulong)txre, in mpsc_sdma_start_tx()
535 (ulong)txre + MPSC_TXRE_SIZE); in mpsc_sdma_start_tx()
538 if (be32_to_cpu(txre->cmdstat) & SDMA_DESC_CMDSTAT_O) { in mpsc_sdma_start_tx()
786 struct mpsc_tx_desc *txre; in mpsc_init_rings() local
862 txre = (struct mpsc_tx_desc *)dp; in mpsc_init_rings()
864 txre->link = cpu_to_be32(dp_p + MPSC_TXRE_SIZE); in mpsc_init_rings()
865 txre->buf_ptr = cpu_to_be32(bp_p); in mpsc_init_rings()
[all …]