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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dmacfb.c99 } *rbv_cmap_regs; variable in typeref:struct:__anon7198
310 nubus_writeb(0xFF, &rbv_cmap_regs->cntl); nop();
313 nubus_writeb(_regno, &rbv_cmap_regs->addr); nop();
316 nubus_writeb(_red, &rbv_cmap_regs->lut); nop();
317 nubus_writeb(_green, &rbv_cmap_regs->lut); nop();
318 nubus_writeb(_blue, &rbv_cmap_regs->lut);
584 if (rbv_cmap_regs)
585 iounmap(rbv_cmap_regs);
828 rbv_cmap_regs = ioremap(DAC_BASE, 0x1000);

Completed in 43 milliseconds