Home
last modified time | relevance | path

Searched refs:BCI_W_H (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/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