Lines Matching refs:pm2v_RDAC_WR

456 inline static void pm2v_RDAC_WR(struct pm2fb_info* p, s32 idx,  in pm2v_RDAC_WR()  function
629 pm2v_RDAC_WR(info, PM2VI_RD_CLK0_PRESCALE, m); in pm2_set_pixclock()
630 pm2v_RDAC_WR(info, PM2VI_RD_CLK0_FEEDBACK, n); in pm2_set_pixclock()
631 pm2v_RDAC_WR(info, PM2VI_RD_CLK0_POSTSCALE, p); in pm2_set_pixclock()
768 pm2v_RDAC_WR(i, PM2VI_RD_PIXEL_SIZE, pixsize); in set_screen()
769 pm2v_RDAC_WR(i, PM2VI_RD_COLOR_FORMAT, clrformat); in set_screen()
774 pm2v_RDAC_WR(i, PM2VI_RD_SYNC_CONTROL, tmp); in set_screen()
775 pm2v_RDAC_WR(i, PM2VI_RD_MISC_CONTROL, 1); in set_screen()
901 pm2v_RDAC_WR(p, PM2VI_RD_MISC_CONTROL, 1); /* 8bit */ in pm2fb_reset()
1873 pm2v_RDAC_WR(fb, PM2VI_RD_CURSOR_PALETTE+i, c->color[i]); in pm2v_set_cursor_color()
1890 pm2v_RDAC_WR(fb, PM2VI_RD_CURSOR_PATTERN + i, in pm2v_set_cursor_shape()
1893 pm2v_RDAC_WR(fb, PM2VI_RD_CURSOR_PATTERN + i + 1, in pm2v_set_cursor_shape()
1899 pm2v_RDAC_WR(fb, PM2VI_RD_CURSOR_PATTERN + i, 0); in pm2v_set_cursor_shape()
1900 pm2v_RDAC_WR(fb, PM2VI_RD_CURSOR_PATTERN + i + 1, 0); in pm2v_set_cursor_shape()
1907 pm2v_RDAC_WR(fb, PM2VI_RD_CURSOR_PATTERN + i, 0); in pm2v_set_cursor_shape()
1908 pm2v_RDAC_WR(fb, PM2VI_RD_CURSOR_PATTERN + i + 1, 0); in pm2v_set_cursor_shape()
1923 pm2v_RDAC_WR(fb, PM2VI_RD_CURSOR_X_LOW, x & 0xff); in pm2v_set_cursor()
1924 pm2v_RDAC_WR(fb, PM2VI_RD_CURSOR_X_HIGH, (x >> 8) & 0x0f); in pm2v_set_cursor()
1925 pm2v_RDAC_WR(fb, PM2VI_RD_CURSOR_Y_LOW, c->pos.y & 0xff); in pm2v_set_cursor()
1926 pm2v_RDAC_WR(fb, PM2VI_RD_CURSOR_Y_HIGH, (c->pos.y >> 8) & 0x0f); in pm2v_set_cursor()
1927 pm2v_RDAC_WR(fb, PM2VI_RD_CURSOR_X_HOT, c->hot.x & 0x3f); in pm2v_set_cursor()
1928 pm2v_RDAC_WR(fb, PM2VI_RD_CURSOR_Y_HOT, c->hot.y & 0x3f); in pm2v_set_cursor()
1929 pm2v_RDAC_WR(fb, PM2VI_RD_CURSOR_MODE, 0x11); in pm2v_set_cursor()