Home
last modified time | relevance | path

Searched refs:xend (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/staging/rdma/hfi1/
Dpio_copy.c562 void __iomem *xend; in mid_copy_mix() local
567 xend = send < dend ? send : dend; in mid_copy_mix()
571 xend += SOP_DISTANCE; in mid_copy_mix()
574 while (dest < xend) { in mid_copy_mix()
656 void __iomem *xend; in mid_copy_straight() local
661 xend = send < dend ? send : dend; in mid_copy_straight()
665 xend += SOP_DISTANCE; in mid_copy_straight()
668 while (dest < xend) { in mid_copy_straight()
/linux-4.4.14/drivers/video/console/
Dnewport_con.c72 int xend, int yend, int ci) in newport_render_background() argument
83 ((xend + 7) << 16) | ((yend + topscan + 15) & 0x3ff); in newport_render_background()
134 static inline void newport_clear_screen(int xstart, int ystart, int xend, in newport_clear_screen() argument
147 npregs->go.xyendi = (xend << 16) | yend; in newport_clear_screen()
353 int xend = ((sx + width) << 3) - 1; in newport_clear() local
361 newport_clear_screen(sx << 3, ystart, xend, yend, in newport_clear()
364 newport_clear_screen(sx << 3, ystart, xend, 1023, in newport_clear()
366 newport_clear_screen(sx << 3, 0, xend, yend, in newport_clear()
/linux-4.4.14/Documentation/ia64/
Dxen.txt170 2. After boot xen and dom0, start xend
171 # /etc/init.d/xend start
172 ( In the debugging case, # XEND_DEBUG=1 xend trace_start )
/linux-4.4.14/drivers/media/usb/gspca/
Dov519.c3915 int qvga, xstart, xend, ystart, yend; in mode_init_ov_sensor_regs() local
3960 xend = xstart + gspca_dev->pixfmt.width; in mode_init_ov_sensor_regs()
3966 (((xend >> 1) & 7) << 3) | ((xstart >> 1) & 7), in mode_init_ov_sensor_regs()
3972 i2c_w(sd, 0x18, xend >> 4); in mode_init_ov_sensor_regs()
4031 xend = 28; in mode_init_ov_sensor_regs()
4036 xend = 14; in mode_init_ov_sensor_regs()
4043 i2c_w(sd, OV7670_R18_HSTOP, xend >> 3); in mode_init_ov_sensor_regs()
4045 v = (v & 0xc0) | ((xend & 0x7) << 3) | (xstart & 0x07); in mode_init_ov_sensor_regs()
/linux-4.4.14/fs/jfs/
Djfs_xtree.c157 s64 next, size, xoff, xend; in xtLookup() local
206 xend = xoff + xlen; in xtLookup()
213 *plen = min(xend - lstart, llen); in xtLookup()