Searched refs:BCI_X_Y (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/savage/ |
H A D | savagefb_accel.c | 60 BCI_SEND(BCI_X_Y(sx, sy)); in savagefb_copyarea() 61 BCI_SEND(BCI_X_Y(dx, dy)); in savagefb_copyarea() 88 BCI_SEND( BCI_X_Y(rect->dx, rect->dy) ); in savagefb_fillrect() 131 BCI_SEND(BCI_X_Y(image->dx, image->dy)); in savagefb_imageblit()
|
H A D | savagefb.h | 119 #define BCI_X_Y(x, y) (((y) << 16) | ((x) & 0xFFF)) macro
|
/kernel/linux/linux-6.6/drivers/video/fbdev/savage/ |
H A D | savagefb_accel.c | 60 BCI_SEND(BCI_X_Y(sx, sy)); in savagefb_copyarea() 61 BCI_SEND(BCI_X_Y(dx, dy)); in savagefb_copyarea() 88 BCI_SEND( BCI_X_Y(rect->dx, rect->dy) ); in savagefb_fillrect() 131 BCI_SEND(BCI_X_Y(image->dx, image->dy)); in savagefb_imageblit()
|
H A D | savagefb.h | 119 #define BCI_X_Y(x, y) (((y) << 16) | ((x) & 0xFFF)) macro
|
/kernel/linux/linux-5.10/drivers/gpu/drm/savage/ |
H A D | savage_state.c | 858 DMA_WRITE(BCI_X_Y(x, y)); in savage_dispatch_clear() 893 DMA_WRITE(BCI_X_Y(boxes[i].x1, boxes[i].y1)); in savage_dispatch_swap() 894 DMA_WRITE(BCI_X_Y(boxes[i].x1, boxes[i].y1)); in savage_dispatch_swap()
|
H A D | savage_drv.h | 443 #define BCI_X_Y(x, y) ((((y) << 16) | (x)) & 0x0FFF0FFF) macro
|
Completed in 6 milliseconds