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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dmacfb.c71 } __iomem *rbv_cmap_regs; variable in typeref:struct:__anon16279
250 nubus_writeb(0xFF, &rbv_cmap_regs->cntl);
254 nubus_writeb(regno, &rbv_cmap_regs->addr);
258 nubus_writeb(red, &rbv_cmap_regs->lut);
260 nubus_writeb(green, &rbv_cmap_regs->lut);
262 nubus_writeb(blue, &rbv_cmap_regs->lut);
540 if (rbv_cmap_regs)
541 iounmap(rbv_cmap_regs);
779 rbv_cmap_regs = ioremap(DAC_BASE, 0x1000);

Completed in 103 milliseconds