Searched refs:rbv_cmap_regs (Results 1 – 1 of 1) sorted by relevance
104 } *rbv_cmap_regs; variable478 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()