Searched refs:BCI_SEND (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/savage/
H A Dsavagefb_accel.c58 BCI_SEND(cmd);
59 BCI_SEND(BCI_X_Y(sx, sy));
60 BCI_SEND(BCI_X_Y(dx, dy));
61 BCI_SEND(BCI_W_H(region->width, region->height));
85 BCI_SEND(cmd);
86 BCI_SEND(color);
87 BCI_SEND( BCI_X_Y(rect->dx, rect->dy) );
88 BCI_SEND( BCI_W_H(rect->width, rect->height) );
126 BCI_SEND(cmd);
127 BCI_SEND(BCI_CLIP_L
[all...]
H A Dsavagefb_driver.c382 BCI_SEND(BCI_CMD_SETREG | (1 << 16) | BCI_GBD1);
383 BCI_SEND(0);
384 BCI_SEND(BCI_CMD_SETREG | (1 << 16) | BCI_GBD2);
385 BCI_SEND(GlobalBitmapDescriptor);
395 BCI_SEND(BCI_CMD_SETREG | (1 << 16) | BCI_GBD1);
396 BCI_SEND(0);
397 BCI_SEND(BCI_CMD_SETREG | (1 << 16) | BCI_GBD2);
398 BCI_SEND(GlobalBitmapDescriptor);
409 BCI_SEND(cmd);
410 BCI_SEND(BCI_CLIP_T
[all...]
H A Dsavagefb.h126 #define BCI_SEND(dw) writel(dw, par->bci_base + par->bci_ptr++) macro

Completed in 108 milliseconds