Lines Matching refs:pm2_RDAC_WR
432 inline static void pm2_RDAC_WR(struct pm2fb_info* p, s32 idx, in pm2_RDAC_WR() function
592 pm2_RDAC_WR(info, PM2I_RD_MEMORY_CLOCK_3, 6); in pm2_set_memclock()
594 pm2_RDAC_WR(info, PM2I_RD_MEMORY_CLOCK_1, m); in pm2_set_memclock()
595 pm2_RDAC_WR(info, PM2I_RD_MEMORY_CLOCK_2, n); in pm2_set_memclock()
597 pm2_RDAC_WR(info, PM2I_RD_MEMORY_CLOCK_3, 8|p); in pm2_set_memclock()
613 pm2_RDAC_WR(info, PM2I_RD_PIXEL_CLOCK_A3, 0); in pm2_set_pixclock()
615 pm2_RDAC_WR(info, PM2I_RD_PIXEL_CLOCK_A1, m); in pm2_set_pixclock()
616 pm2_RDAC_WR(info, PM2I_RD_PIXEL_CLOCK_A2, n); in pm2_set_pixclock()
618 pm2_RDAC_WR(info, PM2I_RD_PIXEL_CLOCK_A3, 8|p); in pm2_set_pixclock()
705 pm2_RDAC_WR(i, PM2I_RD_COLOR_KEY_CONTROL, p->depth==8?0: in set_screen()
758 pm2_RDAC_WR(i, PM2I_RD_COLOR_MODE, PM2F_RD_COLOR_MODE_RGB| in set_screen()
764 pm2_RDAC_WR(i, PM2I_RD_MISC_CONTROL, tmp); in set_screen()
896 pm2_RDAC_WR(p, PM2I_RD_MODE_CONTROL, 0); /* no overlay */ in pm2fb_reset()
897 pm2_RDAC_WR(p, PM2I_RD_CURSOR_CONTROL, 0); in pm2fb_reset()
898 pm2_RDAC_WR(p, PM2I_RD_MISC_CONTROL, PM2F_RD_PALETTE_WIDTH_8); in pm2fb_reset()
904 pm2_RDAC_WR(p, PM2I_RD_COLOR_KEY_CONTROL, 0); in pm2fb_reset()
905 pm2_RDAC_WR(p, PM2I_RD_OVERLAY_KEY, 0); in pm2fb_reset()
906 pm2_RDAC_WR(p, PM2I_RD_RED_KEY, 0); in pm2fb_reset()
907 pm2_RDAC_WR(p, PM2I_RD_GREEN_KEY, 0); in pm2fb_reset()
908 pm2_RDAC_WR(p, PM2I_RD_BLUE_KEY, 0); in pm2fb_reset()