Searched refs:offset_value (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/drivers/video/fbdev/
H A Dvt8623fb.c377 u32 mode, offset_value, fetch_value, screen_size; vt8623fb_set_par() local
392 offset_value = (info->var.xres_virtual * bpp) / 64; vt8623fb_set_par()
410 offset_value = info->var.xres_virtual / 16; vt8623fb_set_par()
437 svga_wcrt_multi(par->state.vgabase, vt8623_offset_regs, offset_value); vt8623fb_set_par()
H A Darkfb.c617 u32 value, mode, hmul, hdiv, offset_value, screen_size; arkfb_set_par() local
632 offset_value = (info->var.xres_virtual * bpp) / 64; arkfb_set_par()
645 offset_value = info->var.xres_virtual / 16; arkfb_set_par()
683 fb_dbg(info, "offset register : %d\n", offset_value); arkfb_set_par()
684 svga_wcrt_multi(par->state.vgabase, ark_offset_regs, offset_value); arkfb_set_par()
H A Ds3fb.c605 u32 value, mode, hmul, offset_value, screen_size, multiplex, dbytes; s3fb_set_par() local
620 offset_value = (info->var.xres_virtual * bpp) / 64; s3fb_set_par()
633 offset_value = info->var.xres_virtual / 16; s3fb_set_par()
677 fb_dbg(info, "offset register : %d\n", offset_value); s3fb_set_par()
678 svga_wcrt_multi(par->state.vgabase, s3_offset_regs, offset_value); s3fb_set_par()
/linux-4.4.14/drivers/edac/
H A Dedac_device.c72 unsigned offset_value, /* zero, 1, or other based offset */ edac_device_alloc_ctl_info()
179 "%s%d", edac_block_name, block+offset_value); edac_device_alloc_ctl_info()
68 edac_device_alloc_ctl_info( unsigned sz_private, char *edac_device_name, unsigned nr_instances, char *edac_block_name, unsigned nr_blocks, unsigned offset_value, struct edac_dev_sysfs_block_attribute *attrib_spec, unsigned nr_attrib, int device_index) edac_device_alloc_ctl_info() argument
H A Dedac_core.h309 unsigned offset_value,

Completed in 182 milliseconds