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

/drivers/video/fbdev/
H A Dmacfb.c70 } __iomem *rbv_cmap_regs; variable in typeref:struct:__anon7122
249 nubus_writeb(0xFF, &rbv_cmap_regs->cntl);
253 nubus_writeb(regno, &rbv_cmap_regs->addr);
257 nubus_writeb(red, &rbv_cmap_regs->lut);
259 nubus_writeb(green, &rbv_cmap_regs->lut);
261 nubus_writeb(blue, &rbv_cmap_regs->lut);
548 if (rbv_cmap_regs)
549 iounmap(rbv_cmap_regs);
785 rbv_cmap_regs = ioremap(DAC_BASE, 0x1000);

Completed in 120 milliseconds