Home
last modified time | relevance | path

Searched refs:pm2_RDAC_WR (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/video/
Dpm2fb.c432 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()
[all …]