Searched refs:x_end (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/video/fbdev/ |
D | dnfb.c | 151 int incr, y_delta, pre_read = 0, x_end, x_word_count; in dnfb_copyarea() local 164 x_end = area->dx + area->width - 1; in dnfb_copyarea() 165 x_word_count = (x_end >> 4) - (area->dx >> 4) + 1; in dnfb_copyarea() 167 end_mask = 0x7ffff >> (x_end & 0xf); in dnfb_copyarea() 174 x_end = area->dx - area->width + 1; in dnfb_copyarea() 175 x_word_count = (area->dx >> 4) - (x_end >> 4) + 1; in dnfb_copyarea() 177 end_mask = 0xffff0000 >> (x_end & 0xf); in dnfb_copyarea()
|
/Linux-v4.19/drivers/vfio/pci/ |
D | vfio_pci_rdwr.c | 51 size_t x_end, bool iswrite) in do_io_rw() argument 60 else if (off >= x_end) in do_io_rw() 115 filled = min(count, (size_t)(x_end - off)); in do_io_rw() 165 size_t x_start = 0, x_end = 0; in vfio_pci_bar_rw() local 192 x_end = end; in vfio_pci_bar_rw() 203 x_end = vdev->msix_offset + vdev->msix_size; in vfio_pci_bar_rw() 206 done = do_io_rw(io, buf, pos, count, x_start, x_end, iswrite); in vfio_pci_bar_rw()
|
/Linux-v4.19/drivers/media/i2c/soc_camera/ |
D | ov9740.c | 565 u32 x_end; in ov9740_set_res() local 593 x_end = x_start + scale_input_x - 1; in ov9740_set_res() 609 ret = ov9740_reg_write(client, OV9740_X_ADDR_END_HI, x_end >> 8); in ov9740_set_res() 612 ret = ov9740_reg_write(client, OV9740_X_ADDR_END_LO, x_end & 0xff); in ov9740_set_res()
|
/Linux-v4.19/drivers/video/fbdev/omap/ |
D | hwa742.c | 158 static void set_window_regs(int x_start, int y_start, int x_end, int y_end) in set_window_regs() argument 163 x_end--; in set_window_regs() 169 tmp[4] = x_end; in set_window_regs() 170 tmp[5] = x_end >> 8; in set_window_regs()
|