Home
last modified time | relevance | path

Searched refs:BCI_W_H (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/video/fbdev/savage/
H A Dsavagefb_accel.c62 BCI_SEND(BCI_W_H(region->width, region->height)); in savagefb_copyarea()
89 BCI_SEND( BCI_W_H(rect->width, rect->height) ); in savagefb_fillrect()
132 BCI_SEND(BCI_W_H(width, image->height)); in savagefb_imageblit()
H A Dsavagefb.h118 #define BCI_W_H(w, h) (((h) << 16) | ((w) & 0xFFF)) macro
/kernel/linux/linux-6.6/drivers/video/fbdev/savage/
H A Dsavagefb_accel.c62 BCI_SEND(BCI_W_H(region->width, region->height)); in savagefb_copyarea()
89 BCI_SEND( BCI_W_H(rect->width, rect->height) ); in savagefb_fillrect()
132 BCI_SEND(BCI_W_H(width, image->height)); in savagefb_imageblit()
H A Dsavagefb.h118 #define BCI_W_H(w, h) (((h) << 16) | ((w) & 0xFFF)) macro
/kernel/linux/linux-5.10/drivers/gpu/drm/savage/
H A Dsavage_drv.h442 #define BCI_W_H(w, h) ((((h) << 16) | (w)) & 0x0FFF0FFF) macro
H A Dsavage_state.c859 DMA_WRITE(BCI_W_H(w, h)); in savage_dispatch_clear()
895 DMA_WRITE(BCI_W_H(boxes[i].x2 - boxes[i].x1, in savage_dispatch_swap()

Completed in 6 milliseconds