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

/drivers/video/fbdev/savage/
H A Dsavagefb_accel.c62 BCI_SEND(BCI_W_H(region->width, region->height));
89 BCI_SEND( BCI_W_H(rect->width, rect->height) );
132 BCI_SEND(BCI_W_H(width, image->height));
H A Dsavagefb.h118 #define BCI_W_H(w, h) (((h) << 16) | ((w) & 0xFFF)) macro
/drivers/gpu/drm/savage/
H A Dsavage_drv.h438 #define BCI_W_H(w, h) ((((h) << 16) | (w)) & 0x0FFF0FFF) macro
H A Dsavage_state.c848 DMA_WRITE(BCI_W_H(w, h));
884 DMA_WRITE(BCI_W_H(boxes[i].x2 - boxes[i].x1,

Completed in 461 milliseconds