Lines Matching defs:rear
60 * @rx_rear: rear pointer of APM RX queue (TX for AP).
64 * @tx_rear: rear pointer of APM TX queue (RX for AP).
91 * @rear: rear address of the queue.
96 void __iomem *rear;
123 * - rear index is written by the firmware.
127 * - rear index is written by the host.
228 i = readl(achan->rx.rear);
280 writel(rx_front, achan->rx.rear);
351 ret = readl_poll_timeout(achan->tx.rear, val, next_tx_front != val, 0,
482 tx->rear = base + readl(&chan_shmem->rx_rear);
486 rx->rear = base + readl(&chan_shmem->tx_rear);