Searched refs:BR13 (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/i830/
H A Di830_dma.c784 unsigned int BR13, CMD; local
787 BR13 = (0xF0 << 16) | (dev_priv->pitch * dev_priv->cpp) | (1 << 24);
793 BR13 |= (1 << 25);
803 OUT_RING(BR13);
873 unsigned int BR13, CMD, D_CMD; local
890 BR13 = (0xF0 << 16) | (pitch * cpp) | (1 << 24);
894 BR13 = (0xF0 << 16) | (pitch * cpp) | (1 << 24) | (1 << 25);
904 BR13 = (0xF0 << 16) | (pitch * cpp) | (1 << 24);
922 OUT_RING(BR13);
934 OUT_RING(BR13);
965 unsigned int CMD, BR13; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/i810/
H A Di810_regs.h134 #define BR13 0x40034 macro

Completed in 74 milliseconds