last_residue      244 drivers/tty/serial/amba-pl011.c 	unsigned int last_residue;
last_residue      892 drivers/tty/serial/amba-pl011.c 		dmataken = sgbuf->sg.length - dmarx->last_residue;
last_residue      917 drivers/tty/serial/amba-pl011.c 		dmarx->last_residue = sgbuf->sg.length;
last_residue     1078 drivers/tty/serial/amba-pl011.c 	if (likely(state.residue < dmarx->last_residue)) {
last_residue     1079 drivers/tty/serial/amba-pl011.c 		dmataken = sgbuf->sg.length - dmarx->last_residue;
last_residue     1080 drivers/tty/serial/amba-pl011.c 		size = dmarx->last_residue - state.residue;
last_residue     1084 drivers/tty/serial/amba-pl011.c 			dmarx->last_residue =  state.residue;
last_residue     1181 drivers/tty/serial/amba-pl011.c 			uap->dmarx.last_residue = PL011_DMA_BUFFER_SIZE;
last_residue     1367 drivers/tty/serial/amba-pl011.c 				uap->dmarx.last_residue	= PL011_DMA_BUFFER_SIZE;