Searched refs:sfb (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/drivers/video/fbdev/ |
A D | sm712fb.c | 1165 sfb->width, sfb->height, sfb->fb->var.bits_per_pixel, sfb->hz); in sm7xx_set_timing() 1319 sfb->width = sfb->fb->var.xres; in smtcfb_setmode() 1320 sfb->height = sfb->fb->var.yres; in smtcfb_setmode() 1391 sfb->fb->screen_base = sfb->lfb; in smtc_map_smem() 1408 if (sfb && sfb->fb->screen_base) { in smtc_unmap_smem() 1567 sfb->dp_regs = sfb->lfb + 0x00408000; in smtcfb_pci_probe() 1568 sfb->vp_regs = sfb->lfb + 0x0040c000; in smtcfb_pci_probe() 1596 sfb->lfb = sfb->dp_regs + 0x00200000; in smtcfb_pci_probe() 1599 sfb->vp_regs = sfb->dp_regs + 0x800; in smtcfb_pci_probe() 1619 sfb->fb->var.xres_virtual = sfb->fb->var.xres; in smtcfb_pci_probe() [all …]
|
A D | s3c-fb.c | 399 writel(size, sfb->regs + OSD_BASE(win->index, sfb->variant) in vidosd_set_size() 705 palreg = sfb->regs + sfb->variant.palette[win->index]; in s3c_fb_update_palette() 819 sfb->regs + sfb->variant.winmap + (index * 4)); in s3c_fb_blank() 825 writel(0x0, sfb->regs + sfb->variant.winmap + (index * 4)); in s3c_fb_blank() 846 s3c_fb_enable(sfb, sfb->enabled ? 1 : 0); in s3c_fb_blank() 1381 sfb = devm_kzalloc(dev, sizeof(*sfb), GFP_KERNEL); in s3c_fb_probe() 1382 if (!sfb) in s3c_fb_probe() 1458 void __iomem *regs = sfb->regs + sfb->variant.keycon; in s3c_fb_probe() 1478 s3c_fb_release_win(sfb, sfb->windows[win]); in s3c_fb_probe() 1519 s3c_fb_release_win(sfb, sfb->windows[win]); in s3c_fb_remove() [all …]
|
A D | pmagb-b-fb.c | 39 volatile u32 __iomem *sfb; member 71 writel(v, par->sfb + reg / 4); in sfb_write() 76 return readl(par->sfb + reg / 4); in sfb_read() 296 par->sfb = par->mmio + PMAGB_B_SFB; in pmagbbfb_probe()
|
A D | tgafb.c | 1214 void __iomem *sfb; local 1217 sfb = tga_fb + sepos; 1222 !(((unsigned long)sfb | (unsigned long)dfb) & 63)) { 1224 __raw_writel(sfb - tga_fb, tga_regs+TGA_COPY64_SRC); 1228 sfb += 64; 1235 __raw_writel(0xffffffff, sfb); 1239 sfb += step; 1244 sfb += last_step - step; 1246 __raw_writel(mask_last, sfb);
|
/linux-6.3-rc2/arch/s390/kernel/ |
A D | perf_cpum_sf.c | 180 if (!sfb->sdbt) in free_sampling_buffer() 213 memset(sfb, 0, sizeof(*sfb)); in free_sampling_buffer() 251 if (!sfb->sdbt || !sfb->tail) in realloc_sampling_buffer() 323 sfb->num_sdbt, sfb->num_sdb); in realloc_sampling_buffer() 342 if (sfb->sdbt) in alloc_sampling_buffer() 355 sfb->tail = sfb->sdbt; in alloc_sampling_buffer() 356 *sfb->tail = virt_to_phys((void *)sfb->sdbt) + 1; in alloc_sampling_buffer() 368 (unsigned long)sfb->sdbt, (unsigned long)*sfb->sdbt); in alloc_sampling_buffer() 1812 sfb = &aux->sfb; in aux_buffer_setup() 1831 tail = sfb->tail = sfb->sdbt; in aux_buffer_setup() [all …]
|
Completed in 28 milliseconds