Lines Matching refs:end

76 	void __iomem *dend;			/* 8-byte data end */
88 * reach the end of the SOP block
117 * If the wrap comes before or matches the data end,
120 * If the data ends at the end of the SOP above and
121 * the buffer wraps, then pbuf->end == dend == dest
125 if (pbuf->end <= dend) {
126 while (dest < pbuf->end) {
155 * fill in rest of block, no need to check pbuf->end
233 * Read nbytes bytes from "from" and put them at the end of pbuf->carry.
308 void __iomem *dend; /* 8-byte data end */
319 * reach the end of the SOP block
348 * If the wrap comes before or matches the data end,
351 * If the data ends at the end of the SOP above and
352 * the buffer wraps, then pbuf->end == dend == dest
356 if (pbuf->end <= dend) {
357 while (dest < pbuf->end) {
399 void __iomem *dend; /* 8-byte data end */
403 /* calculate 8-byte data end */
412 void __iomem *send; /* SOP end */
416 * calculate the end of data or end of block, whichever
443 * If the wrap comes before or matches the data end,
449 * If the data ends at the end of the SOP above and
450 * the buffer wraps, then pbuf->end == dend == dest
453 if (pbuf->end <= dend) {
454 while (dest < pbuf->end) {
493 if (dest >= pbuf->end)
527 void __iomem *dend; /* 8-byte data end */
529 /* calculate 8-byte data end */
538 void __iomem *send; /* SOP end */
542 * calculate the end of data or end of block, whichever
569 * If the wrap comes before or matches the data end,
575 * If the data ends at the end of the SOP above and
576 * the buffer wraps, then pbuf->end == dend == dest
579 if (pbuf->end <= dend) {
580 while (dest < pbuf->end) {
667 if (dest >= pbuf->end)
702 * Segmented PIO Copy - end
720 if (dest >= pbuf->end)