[go: nahoru, domu]

Searched refs:sfb (Results 1 - 3 of 3) sorted by relevance

/drivers/video/fbdev/
H A Ds3c-fb.c246 struct s3c_fb *sfb = win->parent; local
248 dev_dbg(sfb->dev, "checking parameters\n");
254 dev_dbg(sfb->dev, "win %d: unsupported bpp %d\n",
268 if (sfb->variant.palette[win->index] != 0) {
331 dev_err(sfb->dev, "invalid bpp\n");
335 dev_dbg(sfb->dev, "%s: verified parameters\n", __func__);
341 * @sfb: The hardware state.
347 static int s3c_fb_calc_pixclk(struct s3c_fb *sfb, unsigned int pixclk) argument
353 if (sfb->variant.has_clksel)
354 clk = clk_get_rate(sfb
397 struct s3c_fb *sfb = win->parent; local
413 struct s3c_fb *sfb = win->parent; local
427 struct s3c_fb *sfb = win->parent; local
454 s3c_fb_enable(struct s3c_fb *sfb, int enable) argument
492 struct s3c_fb *sfb = win->parent; local
699 s3c_fb_update_palette(struct s3c_fb *sfb, struct s3c_fb_win *win, unsigned int reg, u32 value) argument
747 struct s3c_fb *sfb = win->parent; local
800 struct s3c_fb *sfb = win->parent; local
871 struct s3c_fb *sfb = win->parent; local
919 s3c_fb_enable_irq(struct s3c_fb *sfb) argument
944 s3c_fb_disable_irq(struct s3c_fb *sfb) argument
962 struct s3c_fb *sfb = dev_id; local
993 s3c_fb_wait_for_vsync(struct s3c_fb *sfb, u32 crtc) argument
1021 struct s3c_fb *sfb = win->parent; local
1083 s3c_fb_alloc_memory(struct s3c_fb *sfb, struct s3c_fb_win *win) argument
1129 s3c_fb_free_memory(struct s3c_fb *sfb, struct s3c_fb_win *win) argument
1145 s3c_fb_release_win(struct s3c_fb *sfb, struct s3c_fb_win *win) argument
1173 s3c_fb_probe_win(struct s3c_fb *sfb, unsigned int win_no, struct s3c_fb_win_variant *variant, struct s3c_fb_win **res) argument
1294 s3c_fb_set_rgb_timing(struct s3c_fb *sfb) argument
1342 s3c_fb_clear_win(struct s3c_fb *sfb, int win) argument
1367 struct s3c_fb *sfb; local
1523 struct s3c_fb *sfb = platform_get_drvdata(pdev); local
1546 struct s3c_fb *sfb = dev_get_drvdata(dev); local
1573 struct s3c_fb *sfb = dev_get_drvdata(dev); local
1636 struct s3c_fb *sfb = dev_get_drvdata(dev); local
1648 struct s3c_fb *sfb = dev_get_drvdata(dev); local
[all...]
H A Dpmagb-b-fb.c39 volatile u32 __iomem *sfb; member in struct:pmagbbfb_par
71 writel(v, par->sfb + reg / 4);
76 return readl(par->sfb + reg / 4);
298 par->sfb = par->mmio + PMAGB_B_SFB;
H A Dtgafb.c1204 void __iomem *sfb; local
1207 sfb = tga_fb + sepos;
1212 !(((unsigned long)sfb | (unsigned long)dfb) & 63)) {
1214 __raw_writel(sfb - tga_fb, tga_regs+TGA_COPY64_SRC);
1218 sfb += 64;
1225 __raw_writel(0xffffffff, sfb);
1229 sfb += step;
1234 sfb += last_step - step;
1236 __raw_writel(mask_last, sfb);

Completed in 252 milliseconds