Searched refs:BCI_SEND (Results 1 – 2 of 2) sorted by relevance
59 BCI_SEND(cmd); in savagefb_copyarea()60 BCI_SEND(BCI_X_Y(sx, sy)); in savagefb_copyarea()61 BCI_SEND(BCI_X_Y(dx, dy)); in savagefb_copyarea()62 BCI_SEND(BCI_W_H(region->width, region->height)); in savagefb_copyarea()86 BCI_SEND(cmd); in savagefb_fillrect()87 BCI_SEND(color); in savagefb_fillrect()88 BCI_SEND( BCI_X_Y(rect->dx, rect->dy) ); in savagefb_fillrect()89 BCI_SEND( BCI_W_H(rect->width, rect->height) ); in savagefb_fillrect()127 BCI_SEND(cmd); in savagefb_imageblit()128 BCI_SEND(BCI_CLIP_LR(image->dx, image->dx + image->width - 1)); in savagefb_imageblit()[all …]
127 #define BCI_SEND(dw) writel(dw, par->bci_base + par->bci_ptr++) macro