Lines Matching defs:pm2_RDAC_WR
168 static inline void pm2_RDAC_WR(struct pm2fb_par *p, s32 idx, u32 v)
384 pm2_RDAC_WR(p, PM2I_RD_MODE_CONTROL, 0); /* no overlay */
385 pm2_RDAC_WR(p, PM2I_RD_CURSOR_CONTROL, 0);
386 pm2_RDAC_WR(p, PM2I_RD_MISC_CONTROL, PM2F_RD_PALETTE_WIDTH_8);
387 pm2_RDAC_WR(p, PM2I_RD_COLOR_KEY_CONTROL, 0);
388 pm2_RDAC_WR(p, PM2I_RD_OVERLAY_KEY, 0);
389 pm2_RDAC_WR(p, PM2I_RD_RED_KEY, 0);
390 pm2_RDAC_WR(p, PM2I_RD_GREEN_KEY, 0);
391 pm2_RDAC_WR(p, PM2I_RD_BLUE_KEY, 0);
470 pm2_RDAC_WR(par, PM2I_RD_MEMORY_CLOCK_3, 6);
471 pm2_RDAC_WR(par, PM2I_RD_MEMORY_CLOCK_1, m);
472 pm2_RDAC_WR(par, PM2I_RD_MEMORY_CLOCK_2, n);
473 pm2_RDAC_WR(par, PM2I_RD_MEMORY_CLOCK_3, 8|p);
492 pm2_RDAC_WR(par, PM2I_RD_PIXEL_CLOCK_A3, 0);
493 pm2_RDAC_WR(par, PM2I_RD_PIXEL_CLOCK_A1, m);
494 pm2_RDAC_WR(par, PM2I_RD_PIXEL_CLOCK_A2, n);
495 pm2_RDAC_WR(par, PM2I_RD_PIXEL_CLOCK_A3, 8|p);
540 pm2_RDAC_WR(p, PM2I_RD_MISC_CONTROL, tmp);
838 pm2_RDAC_WR(par, PM2I_RD_COLOR_MODE, clrmode);
839 pm2_RDAC_WR(par, PM2I_RD_COLOR_KEY_CONTROL,
1386 pm2_RDAC_WR(par, PM2I_RD_CURSOR_CONTROL, mode);