Searched refs:xend (Results 1 – 11 of 11) sorted by relevance
413 void __iomem *xend; in mid_copy_mix() local420 xend = min(send, dend); in mid_copy_mix()424 xend += SOP_DISTANCE; in mid_copy_mix()427 while (dest < xend) { in mid_copy_mix()539 void __iomem *xend; in mid_copy_straight() local546 xend = min(send, dend); in mid_copy_straight()550 xend += SOP_DISTANCE; in mid_copy_straight()553 while (dest < xend) { in mid_copy_straight()
318 int xend, int yend, int clr) in console_truetype_erase() argument322 int pixels = xend - xstart; in console_truetype_erase()381 int xend; in console_truetype_backspace() local399 xend = VID_TO_PIXEL(vc_priv->xcur_frac); in console_truetype_backspace()401 xend = vid_priv->xsize; in console_truetype_backspace()404 xend, pos->ypos + vc_priv->y_charsize, in console_truetype_backspace()
69 int xend, int yend, int ci) in newport_render_background() argument80 ((xend + 7) << 16) | ((yend + topscan + 15) & 0x3ff); in newport_render_background()133 static inline void newport_clear_screen(int xstart, int ystart, int xend, in newport_clear_screen() argument146 npregs->go.xyendi = (xend << 16) | yend; in newport_clear_screen()352 int xend = ((sx + width) << 3) - 1; in newport_clear() local360 newport_clear_screen(sx << 3, ystart, xend, yend, in newport_clear()363 newport_clear_screen(sx << 3, ystart, xend, 1023, in newport_clear()365 newport_clear_screen(sx << 3, 0, xend, yend, in newport_clear()
34 ctx->params.xend[idx] = r->x + r->w - 1; in iep2_set_roi()
118 uint32_t xend[8]; member
3906 int qvga, xstart, xend, ystart, yend; in mode_init_ov_sensor_regs() local3951 xend = xstart + gspca_dev->pixfmt.width; in mode_init_ov_sensor_regs()3957 (((xend >> 1) & 7) << 3) | ((xstart >> 1) & 7), in mode_init_ov_sensor_regs()3963 i2c_w(sd, 0x18, xend >> 4); in mode_init_ov_sensor_regs()4022 xend = 28; in mode_init_ov_sensor_regs()4027 xend = 14; in mode_init_ov_sensor_regs()4034 i2c_w(sd, OV7670_R18_HSTOP, xend >> 3); in mode_init_ov_sensor_regs()4036 v = (v & 0xc0) | ((xend & 0x7) << 3) | (xstart & 0x07); in mode_init_ov_sensor_regs()
98 * end of the array (called @e xend here).103 * - If @e xnext is not a null pointer, then @e xbeg and @e xend shall105 * described above; otherwise, @e xbeg and @e xend shall also be null.106 * - If @e xnext is not a null pointer and @e xnext < @e xend for an115 * - If @e xnext is not a null pointer and @e xnext< @e xend for an
144 s64 next, size, xoff, xend; in xtLookup() local193 xend = xoff + xlen; in xtLookup()200 *plen = min(xend - lstart, llen); in xtLookup()
168 u32 xend[8]; member
1#!/bin/sh 2# Use this script to patch ncurses 6.1 to 6.1 ( ...