Searched refs:pm2_RDAC_WR (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/video/fbdev/ |
D | pm2fb.c | 175 static inline void pm2_RDAC_WR(struct pm2fb_par *p, s32 idx, u32 v) in pm2_RDAC_WR() function 389 pm2_RDAC_WR(p, PM2I_RD_MODE_CONTROL, 0); /* no overlay */ in reset_config() 390 pm2_RDAC_WR(p, PM2I_RD_CURSOR_CONTROL, 0); in reset_config() 391 pm2_RDAC_WR(p, PM2I_RD_MISC_CONTROL, PM2F_RD_PALETTE_WIDTH_8); in reset_config() 392 pm2_RDAC_WR(p, PM2I_RD_COLOR_KEY_CONTROL, 0); in reset_config() 393 pm2_RDAC_WR(p, PM2I_RD_OVERLAY_KEY, 0); in reset_config() 394 pm2_RDAC_WR(p, PM2I_RD_RED_KEY, 0); in reset_config() 395 pm2_RDAC_WR(p, PM2I_RD_GREEN_KEY, 0); in reset_config() 396 pm2_RDAC_WR(p, PM2I_RD_BLUE_KEY, 0); in reset_config() 475 pm2_RDAC_WR(par, PM2I_RD_MEMORY_CLOCK_3, 6); in set_memclock() [all …]
|