xend              414 drivers/infiniband/hw/hfi1/pio_copy.c 		void __iomem *xend;
xend              421 drivers/infiniband/hw/hfi1/pio_copy.c 		xend = min(send, dend);
xend              425 drivers/infiniband/hw/hfi1/pio_copy.c 		xend += SOP_DISTANCE;
xend              428 drivers/infiniband/hw/hfi1/pio_copy.c 		while (dest < xend) {
xend              540 drivers/infiniband/hw/hfi1/pio_copy.c 		void __iomem *xend;
xend              547 drivers/infiniband/hw/hfi1/pio_copy.c 		xend = min(send, dend);
xend              551 drivers/infiniband/hw/hfi1/pio_copy.c 		xend += SOP_DISTANCE;
xend              554 drivers/infiniband/hw/hfi1/pio_copy.c 		while (dest < xend) {
xend             3906 drivers/media/usb/gspca/ov519.c 	int qvga, xstart, xend, ystart, yend;
xend             3951 drivers/media/usb/gspca/ov519.c 		xend = xstart + gspca_dev->pixfmt.width;
xend             3957 drivers/media/usb/gspca/ov519.c 			   (((xend >> 1) & 7) << 3) | ((xstart >> 1) & 7),
xend             3963 drivers/media/usb/gspca/ov519.c 		i2c_w(sd, 0x18, xend >> 4);
xend             4022 drivers/media/usb/gspca/ov519.c 			xend = 28;
xend             4027 drivers/media/usb/gspca/ov519.c 			xend = 14;
xend             4034 drivers/media/usb/gspca/ov519.c 		i2c_w(sd, OV7670_R18_HSTOP, xend >> 3);
xend             4036 drivers/media/usb/gspca/ov519.c 		v = (v & 0xc0) | ((xend & 0x7) << 3) | (xstart & 0x07);
xend               73 drivers/video/console/newport_con.c 					     int xend, int yend, int ci)
xend               84 drivers/video/console/newport_con.c 	    ((xend + 7) << 16) | ((yend + topscan + 15) & 0x3ff);
xend              135 drivers/video/console/newport_con.c static inline void newport_clear_screen(int xstart, int ystart, int xend,
xend              148 drivers/video/console/newport_con.c 	npregs->go.xyendi = (xend << 16) | yend;
xend              354 drivers/video/console/newport_con.c 	int xend = ((sx + width) << 3) - 1;
xend              362 drivers/video/console/newport_con.c 		newport_clear_screen(sx << 3, ystart, xend, yend,
xend              365 drivers/video/console/newport_con.c 		newport_clear_screen(sx << 3, ystart, xend, 1023,
xend              367 drivers/video/console/newport_con.c 		newport_clear_screen(sx << 3, 0, xend, yend,
xend              144 fs/jfs/jfs_xtree.c 	s64 next, size, xoff, xend;
xend              193 fs/jfs/jfs_xtree.c 	xend = xoff + xlen;
xend              200 fs/jfs/jfs_xtree.c 	*plen = min(xend - lstart, llen);