Lines Matching refs:pm2_RDAC_WR
169 static inline void pm2_RDAC_WR(struct pm2fb_par *p, s32 idx, u32 v) in pm2_RDAC_WR() function
386 pm2_RDAC_WR(p, PM2I_RD_MODE_CONTROL, 0); /* no overlay */ in reset_config()
387 pm2_RDAC_WR(p, PM2I_RD_CURSOR_CONTROL, 0); in reset_config()
388 pm2_RDAC_WR(p, PM2I_RD_MISC_CONTROL, PM2F_RD_PALETTE_WIDTH_8); in reset_config()
389 pm2_RDAC_WR(p, PM2I_RD_COLOR_KEY_CONTROL, 0); in reset_config()
390 pm2_RDAC_WR(p, PM2I_RD_OVERLAY_KEY, 0); in reset_config()
391 pm2_RDAC_WR(p, PM2I_RD_RED_KEY, 0); in reset_config()
392 pm2_RDAC_WR(p, PM2I_RD_GREEN_KEY, 0); in reset_config()
393 pm2_RDAC_WR(p, PM2I_RD_BLUE_KEY, 0); in reset_config()
472 pm2_RDAC_WR(par, PM2I_RD_MEMORY_CLOCK_3, 6); in set_memclock()
473 pm2_RDAC_WR(par, PM2I_RD_MEMORY_CLOCK_1, m); in set_memclock()
474 pm2_RDAC_WR(par, PM2I_RD_MEMORY_CLOCK_2, n); in set_memclock()
475 pm2_RDAC_WR(par, PM2I_RD_MEMORY_CLOCK_3, 8|p); in set_memclock()
494 pm2_RDAC_WR(par, PM2I_RD_PIXEL_CLOCK_A3, 0); in set_pixclock()
495 pm2_RDAC_WR(par, PM2I_RD_PIXEL_CLOCK_A1, m); in set_pixclock()
496 pm2_RDAC_WR(par, PM2I_RD_PIXEL_CLOCK_A2, n); in set_pixclock()
497 pm2_RDAC_WR(par, PM2I_RD_PIXEL_CLOCK_A3, 8|p); in set_pixclock()
542 pm2_RDAC_WR(p, PM2I_RD_MISC_CONTROL, tmp); in set_video()
840 pm2_RDAC_WR(par, PM2I_RD_COLOR_MODE, clrmode); in pm2fb_set_par()
841 pm2_RDAC_WR(par, PM2I_RD_COLOR_KEY_CONTROL, in pm2fb_set_par()
1388 pm2_RDAC_WR(par, PM2I_RD_CURSOR_CONTROL, mode); in pm2fb_cursor()