Searched refs:bci_ptr (Results 1 - 5 of 5) 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.c39 par->bci_ptr = 0;
81 par->bci_ptr = 0;
118 par->bci_ptr = 0;
H A Dsavagefb.h126 #define BCI_SEND(dw) writel(dw, par->bci_base + par->bci_ptr++)
227 unsigned int bci_ptr; member in struct:savagefb_par
H A Dsavagefb_driver.c379 par->bci_ptr = 0;
392 par->bci_ptr = 0;
407 par->bci_ptr = 0;
1745 par->bci_ptr = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/savage/
H A Dsavage_drv.h169 volatile uint32_t *status_ptr, *bci_ptr; member in struct:drm_savage_private
496 #define BCI_LOCALS volatile uint32_t *bci_ptr;
500 bci_ptr = dev_priv->bci_ptr; \
503 #define BCI_WRITE( val ) *bci_ptr++ = (uint32_t)(val)
H A Dsavage_bci.c858 dev_priv->bci_ptr = (volatile uint32_t *)

Completed in 70 milliseconds