Lines Matching refs:end

35 	void __iomem *dend;			/* 8-byte data end */
47 * reach the end of the SOP block
76 * If the wrap comes before or matches the data end,
79 * If the data ends at the end of the SOP above and
80 * the buffer wraps, then pbuf->end == dend == dest
84 if (pbuf->end <= dend) {
85 while (dest < pbuf->end) {
114 * fill in rest of block, no need to check pbuf->end
192 * Read nbytes bytes from "from" and put them at the end of pbuf->carry.
267 void __iomem *dend; /* 8-byte data end */
278 * reach the end of the SOP block
307 * If the wrap comes before or matches the data end,
310 * If the data ends at the end of the SOP above and
311 * the buffer wraps, then pbuf->end == dend == dest
315 if (pbuf->end <= dend) {
316 while (dest < pbuf->end) {
358 void __iomem *dend; /* 8-byte data end */
362 /* calculate 8-byte data end */
371 void __iomem *send; /* SOP end */
375 * calculate the end of data or end of block, whichever
402 * If the wrap comes before or matches the data end,
408 * If the data ends at the end of the SOP above and
409 * the buffer wraps, then pbuf->end == dend == dest
412 if (pbuf->end <= dend) {
413 while (dest < pbuf->end) {
452 if (dest >= pbuf->end)
486 void __iomem *dend; /* 8-byte data end */
488 /* calculate 8-byte data end */
497 void __iomem *send; /* SOP end */
501 * calculate the end of data or end of block, whichever
528 * If the wrap comes before or matches the data end,
534 * If the data ends at the end of the SOP above and
535 * the buffer wraps, then pbuf->end == dend == dest
538 if (pbuf->end <= dend) {
539 while (dest < pbuf->end) {
626 if (dest >= pbuf->end)
661 * Segmented PIO Copy - end
679 if (dest >= pbuf->end)