Searched refs:xend (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/infiniband/hw/hfi1/
H A Dpio_copy.c372 void __iomem *xend; local
379 xend = min(send, dend);
383 xend += SOP_DISTANCE;
386 while (dest < xend) {
498 void __iomem *xend; local
505 xend = min(send, dend);
509 xend += SOP_DISTANCE;
512 while (dest < xend) {
/linux-master/drivers/video/console/
H A Dnewport_con.c69 int xend, int yend, int ci)
80 ((xend + 7) << 16) | ((yend + topscan + 15) & 0x3ff);
133 static inline void newport_clear_screen(int xstart, int ystart, int xend, argument
146 npregs->go.xyendi = (xend << 16) | yend;
352 int xend = ((sx + width) << 3) - 1; local
360 newport_clear_screen(sx << 3, ystart, xend, yend,
363 newport_clear_screen(sx << 3, ystart, xend, 1023,
365 newport_clear_screen(sx << 3, 0, xend, yend,
68 newport_render_background(int xstart, int ystart, int xend, int yend, int ci) argument
/linux-master/include/linux/
H A Dhighmem.h624 * @xend: One more than the last byte to zero.
627 size_t start, size_t xend)
629 zero_user_segments(&folio->page, start, xend, 0, 0);
626 folio_zero_segment(struct folio *folio, size_t start, size_t xend) argument
/linux-master/drivers/media/usb/gspca/
H A Dov519.c3906 int qvga, xstart, xend, ystart, yend; local
3951 xend = xstart + gspca_dev->pixfmt.width;
3957 (((xend >> 1) & 7) << 3) | ((xstart >> 1) & 7),
3963 i2c_w(sd, 0x18, xend >> 4);
4022 xend = 28;
4027 xend = 14;
4034 i2c_w(sd, OV7670_R18_HSTOP, xend >> 3);
4036 v = (v & 0xc0) | ((xend & 0x7) << 3) | (xstart & 0x07);
/linux-master/fs/jfs/
H A Djfs_xtree.c133 s64 next, size, xoff, xend; local
182 xend = xoff + xlen;
189 *plen = min(xend - lstart, llen);
/linux-master/fs/
H A Dbuffer.c1982 size_t start, xend; local
1985 xend = min(to, block_end);
1987 folio_zero_segment(folio, start, xend);

Completed in 167 milliseconds