Lines Matching defs:last_residue
236 unsigned int last_residue;
884 dmataken = dbuf->len - dmarx->last_residue;
907 /* Reset the last_residue for Rx DMA poll */
909 dmarx->last_residue = dbuf->len;
1054 * data to the tty. Also, last_residue is updated for the next polling.
1071 if (likely(state.residue < dmarx->last_residue)) {
1072 dmataken = dbuf->len - dmarx->last_residue;
1073 size = dmarx->last_residue - state.residue;
1077 dmarx->last_residue = state.residue;
1174 uap->dmarx.last_residue = PL011_DMA_BUFFER_SIZE;
1440 uap->dmarx.last_residue = PL011_DMA_BUFFER_SIZE;