Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/video/
Dmacfb.c104 } *rbv_cmap_regs; variable
478 nubus_writeb(0xFF, &rbv_cmap_regs->cntl); nop(); in rbv_setpalette()
481 nubus_writeb(_regno, &rbv_cmap_regs->addr); nop(); in rbv_setpalette()
484 nubus_writeb(_red, &rbv_cmap_regs->lut); nop(); in rbv_setpalette()
485 nubus_writeb(_green, &rbv_cmap_regs->lut); nop(); in rbv_setpalette()
486 nubus_writeb(_blue, &rbv_cmap_regs->lut); in rbv_setpalette()
1123 rbv_cmap_regs = ioremap(DAC_BASE, 0x1000); in macfb_init()