• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/serial/

Lines Matching defs:rxre

753 	struct mpsc_rx_desc *rxre;
806 rxre = (struct mpsc_rx_desc *)dp;
808 rxre->bufsize = cpu_to_be16(MPSC_RXBE_SIZE);
809 rxre->bytecnt = cpu_to_be16(0);
810 rxre->cmdstat = cpu_to_be32(SDMA_DESC_CMDSTAT_O
813 rxre->link = cpu_to_be32(dp_p + MPSC_RXRE_SIZE);
814 rxre->buf_ptr = cpu_to_be32(bp_p);
821 rxre->link = cpu_to_be32(pi->rxr_p); /* Wrap last back to first */
905 struct mpsc_rx_desc *rxre;
914 rxre = (struct mpsc_rx_desc *)(pi->rxr + (pi->rxr_posn*MPSC_RXRE_SIZE));
916 dma_cache_sync(pi->port.dev, (void *)rxre, MPSC_RXRE_SIZE,
920 invalidate_dcache_range((ulong)rxre,
921 (ulong)rxre + MPSC_RXRE_SIZE);
927 while (!((cmdstat = be32_to_cpu(rxre->cmdstat))
929 bytes_in = be16_to_cpu(rxre->bytecnt);
1018 rxre->bytecnt = cpu_to_be16(0);
1020 rxre->cmdstat = cpu_to_be32(SDMA_DESC_CMDSTAT_O
1024 dma_cache_sync(pi->port.dev, (void *)rxre, MPSC_RXRE_SIZE,
1028 flush_dcache_range((ulong)rxre,
1029 (ulong)rxre + MPSC_RXRE_SIZE);
1034 rxre = (struct mpsc_rx_desc *)
1036 dma_cache_sync(pi->port.dev, (void *)rxre, MPSC_RXRE_SIZE,
1040 invalidate_dcache_range((ulong)rxre,
1041 (ulong)rxre + MPSC_RXRE_SIZE);
1518 struct mpsc_rx_desc *rxre;
1535 rxre = (struct mpsc_rx_desc *)(pi->rxr +
1537 dma_cache_sync(pi->port.dev, (void *)rxre,
1541 invalidate_dcache_range((ulong)rxre,
1542 (ulong)rxre + MPSC_RXRE_SIZE);
1549 !((cmdstat = be32_to_cpu(rxre->cmdstat)) &
1551 bytes_in = be16_to_cpu(rxre->bytecnt);
1572 rxre->bytecnt = cpu_to_be16(0);
1574 rxre->cmdstat = cpu_to_be32(SDMA_DESC_CMDSTAT_O |
1579 dma_cache_sync(pi->port.dev, (void *)rxre,
1583 flush_dcache_range((ulong)rxre,
1584 (ulong)rxre + MPSC_RXRE_SIZE);
1590 rxre = (struct mpsc_rx_desc *)(pi->rxr +
1592 dma_cache_sync(pi->port.dev, (void *)rxre,
1596 invalidate_dcache_range((ulong)rxre,
1597 (ulong)rxre + MPSC_RXRE_SIZE);