Home
last modified time | relevance | path

Searched refs:voffset (Results 1 – 14 of 14) sorted by relevance

/linux-3.4.99/drivers/media/video/bt8xx/
Dbttv-risc.c130 unsigned int uoffset, unsigned int voffset, in bttv_risc_planar() argument
196 while (voffset && voffset >= sg_dma_len(vsg)) { in bttv_risc_planar()
197 voffset -= sg_dma_len(vsg); in bttv_risc_planar()
208 if (voffset + (ylen>>hshift) > sg_dma_len(vsg)) in bttv_risc_planar()
209 ylen = (sg_dma_len(vsg) - voffset) << hshift; in bttv_risc_planar()
228 *(rp++)=cpu_to_le32(sg_dma_address(vsg)+voffset); in bttv_risc_planar()
229 voffset += ylen >> hshift; in bttv_risc_planar()
235 voffset += cpadding; in bttv_risc_planar()
755 int uoffset, voffset; in bttv_buffer_risc() local
760 voffset = buf->vb.width * buf->vb.height; in bttv_buffer_risc()
[all …]
/linux-3.4.99/arch/x86/boot/
DMakefile85 sed-voffset := -e 's/^\([0-9a-fA-F]*\) . \(_text\|_end\)$$/\#define VO_\2 0x\1/p'
88 cmd_voffset = $(NM) $< | sed -n $(sed-voffset) > $@
90 targets += voffset.h
91 $(obj)/voffset.h: vmlinux FORCE
92 $(call if_changed,voffset)
105 $(obj)/header.o: $(obj)/voffset.h $(obj)/zoffset.h
D.gitignore6 voffset.h
/linux-3.4.99/tools/vm/
Dpage-types.c342 static void show_page_range(unsigned long voffset, in show_page_range() argument
351 (!opt_pid || voffset == voff + count)) { in show_page_range()
365 voff = voffset; in show_page_range()
369 static void show_page(unsigned long voffset, in show_page() argument
373 printf("%lx\t", voffset); in show_page()
618 static void add_page(unsigned long voffset, in add_page() argument
632 show_page_range(voffset, offset, flags); in add_page()
634 show_page(voffset, offset, flags); in add_page()
641 static void walk_pfn(unsigned long voffset, in walk_pfn() argument
657 add_page(voffset + i, index + i, buf[i]); in walk_pfn()
/linux-3.4.99/drivers/gpu/drm/i2c/
Dch7006_mode.c55 .voffset = 0,
62 .voffset = 0,
69 .voffset = 0,
76 .voffset = 16,
87 .voffset = 0,
94 .voffset = 0,
101 .voffset = 16,
359 + norm->voffset) * priv->vmargin / 100 / 2; in ch7006_setup_properties()
Dch7006_priv.h59 int voffset; member
/linux-3.4.99/drivers/staging/rtl8712/
Drtl8712_recv.c443 uint voffset; in r8712_rxcmd_event_hdl() local
450 voffset = *(uint *)poffset; in r8712_rxcmd_event_hdl()
451 pkt_len = le32_to_cpu(voffset) & 0x00003fff; in r8712_rxcmd_event_hdl()
457 voffset = *(uint *)poffset; in r8712_rxcmd_event_hdl()
458 cmd_len = (u16)(le32_to_cpu(voffset) & 0xffff); in r8712_rxcmd_event_hdl()
459 cmd_seq = (u8)((le32_to_cpu(voffset) >> 24) & 0x7f); in r8712_rxcmd_event_hdl()
460 eid = (u8)((le32_to_cpu(voffset) >> 16) & 0xff); in r8712_rxcmd_event_hdl()
463 } while (le32_to_cpu(voffset) & BIT(31)); in r8712_rxcmd_event_hdl()
/linux-3.4.99/drivers/video/
Dneofb.c732 int hoffset, voffset; in neofb_set_par() local
906 voffset = in neofb_set_par()
912 voffset = 0; in neofb_set_par()
918 par->PanelVertCenterReg2 = voffset; in neofb_set_par()
922 par->PanelVertCenterReg1 = voffset; in neofb_set_par()
926 par->PanelVertCenterReg3 = voffset; in neofb_set_par()
930 par->PanelVertCenterReg4 = voffset; in neofb_set_par()
934 par->PanelVertCenterReg5 = voffset; in neofb_set_par()
Dsh_mobile_hdmi.c295 u16 htotal, hblank, hdelay, vtotal, vblank, vdelay, voffset; in sh_hdmi_external_video_param() local
311 voffset = min(mode->upper_margin / 2, 6U); in sh_hdmi_external_video_param()
328 hdmi_write(hdmi, sync | (voffset << 4), HDMI_EXTERNAL_VIDEO_PARAM_SETTINGS); in sh_hdmi_external_video_param()
353 hdmi_write(hdmi, sync | 1 | (voffset << 4), in sh_hdmi_external_video_param()
/linux-3.4.99/drivers/video/intelfb/
Dintelfbdrv.c243 static int voffset = 48; variable
250 module_param(voffset, int, S_IRUGO);
251 MODULE_PARM_DESC(voffset, "Offset of framebuffer in MiB");
659 if (MB(voffset) < stolen_size) in intelfb_pci_register()
662 offset = ROUND_UP_TO_PAGE(MB(voffset))/GTT_PAGE_SIZE; in intelfb_pci_register()
/linux-3.4.99/Documentation/
Ddontdiff249 voffset.h
/linux-3.4.99/drivers/video/i810/
Di810_main.c78 static u32 voffset __devinitdata;
1763 if (voffset) in i810_init_defaults()
1764 v_offset_default = voffset; in i810_init_defaults()
1978 voffset = (simple_strtoul(this_opt+8, NULL, 0)); in i810fb_setup()
2168 module_param(voffset, int, 0);
2169 MODULE_PARM_DESC(voffset, "at what offset to place start of framebuffer "
/linux-3.4.99/Documentation/fb/
Dintelfb.txt41 d. "voffset=<value>"
Dintel810.txt116 i. "voffset:<value>"