Searched refs:BCI_W_H (Results 1 – 4 of 4) sorted by relevance
62 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()
118 #define BCI_W_H(w, h) (((h) << 16) | ((w) & 0xFFF)) macro
442 #define BCI_W_H(w, h) ((((h) << 16) | (w)) & 0x0FFF0FFF) macro
859 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()