Lines Matching defs:last_residue
240 unsigned int last_residue;
885 dmataken = dbuf->len - dmarx->last_residue;
908 /* Reset the last_residue for Rx DMA poll */
910 dmarx->last_residue = dbuf->len;
1057 * data to the tty. Also, last_residue is updated for the next polling.
1074 if (likely(state.residue < dmarx->last_residue)) {
1075 dmataken = dbuf->len - dmarx->last_residue;
1076 size = dmarx->last_residue - state.residue;
1080 dmarx->last_residue = state.residue;
1177 uap->dmarx.last_residue = PL011_DMA_BUFFER_SIZE;
1369 uap->dmarx.last_residue = PL011_DMA_BUFFER_SIZE;