Home
last modified time | relevance | path

Searched refs:x_end (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/video/fbdev/
H A Ddnfb.c154 int incr, y_delta, pre_read = 0, x_end, x_word_count; in dnfb_copyarea() local
167 x_end = area->dx + area->width - 1; in dnfb_copyarea()
168 x_word_count = (x_end >> 4) - (area->dx >> 4) + 1; in dnfb_copyarea()
170 end_mask = 0x7ffff >> (x_end & 0xf); in dnfb_copyarea()
177 x_end = area->dx - area->width + 1; in dnfb_copyarea()
178 x_word_count = (area->dx >> 4) - (x_end >> 4) + 1; in dnfb_copyarea()
180 end_mask = 0xffff0000 >> (x_end & 0xf); in dnfb_copyarea()
/linux/drivers/vfio/pci/
H A Dvfio_pci_rdwr.c138 size_t x_end, bool iswrite, in vfio_pci_core_do_io_rw() argument
149 else if (off >= x_end) in vfio_pci_core_do_io_rw()
180 filled = min(count, (size_t)(x_end - off)); in vfio_pci_core_do_io_rw()
232 size_t x_start = 0, x_end = 0; in vfio_pci_bar_rw() local
265 x_end = end; in vfio_pci_bar_rw()
288 x_end = vdev->msix_offset + vdev->msix_size; in vfio_pci_bar_rw()
292 count, x_start, x_end, iswrite, max_width); in vfio_pci_bar_rw()
/linux/drivers/video/fbdev/omap/
H A Dhwa742.c153 static void set_window_regs(int x_start, int y_start, int x_end, int y_end) in set_window_regs() argument
158 x_end--; in set_window_regs()
164 tmp[4] = x_end; in set_window_regs()
165 tmp[5] = x_end >> 8; in set_window_regs()
/linux/include/linux/
H A Dvfio_pci_core.h198 size_t x_end, bool iswrite,
/linux/drivers/gpu/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h6330 uint16_t x_end; member
6339 uint16_t x_end; member
/linux/drivers/staging/media/ipu3/
H A Dipu3-abi.h874 u16 x_end; member
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c575 cmd.secure_display.roi_info.x_end = rect->x + rect->width; in dc_stream_forward_dmub_crc_window()
650 cmd.secure_display.mul_roi_ctl.roi_ctl[i].x_end = window[i].rect.x + window[i].rect.width; in dc_stream_forward_dmub_multiple_crc_window()