Searched refs:xend (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/drivers/infiniband/hw/hfi1/ |
| D | pio_copy.c | 414 void __iomem *xend; in mid_copy_mix() local 421 xend = min(send, dend); in mid_copy_mix() 425 xend += SOP_DISTANCE; in mid_copy_mix() 428 while (dest < xend) { in mid_copy_mix() 540 void __iomem *xend; in mid_copy_straight() local 547 xend = min(send, dend); in mid_copy_straight() 551 xend += SOP_DISTANCE; in mid_copy_straight() 554 while (dest < xend) { in mid_copy_straight()
|
| /Linux-v5.4/drivers/video/console/ |
| D | newport_con.c | 73 int xend, int yend, int ci) in newport_render_background() argument 84 ((xend + 7) << 16) | ((yend + topscan + 15) & 0x3ff); in newport_render_background() 135 static inline void newport_clear_screen(int xstart, int ystart, int xend, in newport_clear_screen() argument 148 npregs->go.xyendi = (xend << 16) | yend; in newport_clear_screen() 354 int xend = ((sx + width) << 3) - 1; in newport_clear() local 362 newport_clear_screen(sx << 3, ystart, xend, yend, in newport_clear() 365 newport_clear_screen(sx << 3, ystart, xend, 1023, in newport_clear() 367 newport_clear_screen(sx << 3, 0, xend, yend, in newport_clear()
|
| /Linux-v5.4/Documentation/ia64/ |
| D | xen.rst | 191 2. After boot xen and dom0, start xend:: 193 # /etc/init.d/xend start 195 ( In the debugging case, `# XEND_DEBUG=1 xend trace_start` )
|
| /Linux-v5.4/drivers/media/usb/gspca/ |
| D | ov519.c | 3896 int qvga, xstart, xend, ystart, yend; in mode_init_ov_sensor_regs() local 3941 xend = xstart + gspca_dev->pixfmt.width; in mode_init_ov_sensor_regs() 3947 (((xend >> 1) & 7) << 3) | ((xstart >> 1) & 7), in mode_init_ov_sensor_regs() 3953 i2c_w(sd, 0x18, xend >> 4); in mode_init_ov_sensor_regs() 4012 xend = 28; in mode_init_ov_sensor_regs() 4017 xend = 14; in mode_init_ov_sensor_regs() 4024 i2c_w(sd, OV7670_R18_HSTOP, xend >> 3); in mode_init_ov_sensor_regs() 4026 v = (v & 0xc0) | ((xend & 0x7) << 3) | (xstart & 0x07); in mode_init_ov_sensor_regs()
|
| /Linux-v5.4/fs/jfs/ |
| D | jfs_xtree.c | 144 s64 next, size, xoff, xend; in xtLookup() local 193 xend = xoff + xlen; in xtLookup() 200 *plen = min(xend - lstart, llen); in xtLookup()
|