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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/edac/
H A Dedac_device.c72 unsigned offset_value, /* zero, 1, or other based offset */
185 "%s%d", edac_block_name, block+offset_value);
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) argument
H A Dedac_core.h659 unsigned offset_value,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dvt8623fb.c375 u32 mode, offset_value, fetch_value, screen_size; local
389 offset_value = (info->var.xres_virtual * bpp) / 64;
407 offset_value = info->var.xres_virtual / 16;
434 svga_wcrt_multi(vt8623_offset_regs, offset_value);
H A Darkfb.c612 u32 value, mode, hmul, hdiv, offset_value, screen_size; local
627 offset_value = (info->var.xres_virtual * bpp) / 64;
640 offset_value = info->var.xres_virtual / 16;
678 pr_debug("fb%d: offset register : %d\n", info->node, offset_value);
679 svga_wcrt_multi(ark_offset_regs, offset_value);
H A Ds3fb.c471 u32 value, mode, hmul, offset_value, screen_size, multiplex, dbytes; local
485 offset_value = (info->var.xres_virtual * bpp) / 64;
498 offset_value = info->var.xres_virtual / 16;
542 pr_debug("fb%d: offset register : %d\n", info->node, offset_value);
543 svga_wcrt_multi(s3_offset_regs, offset_value);

Completed in 118 milliseconds