Searched refs:vfp (Results 1 – 25 of 26) sorted by relevance
12
| /linux/arch/arm/vfp/ |
| H A D | vfpmodule.c | 120 union vfp_state *vfp = &thread->vfpstate; in vfp_thread_flush() local 132 if (vfp_current_hw_state[cpu] == vfp) in vfp_thread_flush() 137 memset(vfp, 0, sizeof(union vfp_state)); in vfp_thread_flush() 139 vfp->hard.fpexc = FPEXC_EN; in vfp_thread_flush() 140 vfp->hard.fpscr = FPSCR_ROUND_NEAREST; in vfp_thread_flush() 142 vfp->hard.cpu = NR_CPUS; in vfp_thread_flush() 149 union vfp_state *vfp = &thread->vfpstate; in vfp_thread_exit() local 152 if (vfp_current_hw_state[cpu] == vfp) in vfp_thread_exit()
|
| /linux/drivers/video/fbdev/omap2/omapfb/dss/ |
| H A D | hdmi_wp.c | 176 timing_v |= FLD_VAL(timings->vfp, 19, 8); in hdmi_wp_video_config_timing() 196 timings->vfp = param->timings.vfp; in hdmi_wp_init_vid_fmt_timings()
|
| H A D | display-sysfs.c | 100 t.y_res, t.vfp, t.vbp, t.vsw); in display_timings_show() 125 &t.y_res, &t.vfp, &t.vbp, &t.vsw) != 9) in display_timings_store()
|
| /linux/drivers/video/fbdev/omap/ |
| H A D | lcd_palmte.c | 30 .vfp = 8,
|
| H A D | lcd_ams_delta.c | 116 .vfp = 0,
|
| H A D | omapfb.h | 72 int vfp; /* Vertical front porch */ member
|
| H A D | lcd_mipid.c | 499 .vfp = 1,
|
| H A D | omapfb_main.c | 578 var->upper_margin = panel->vfp; in set_fb_var() 1744 vhz = hhz / (panel->vfp + panel->y_res + panel->vbp + panel->vsw); in omapfb_do_probe()
|
| /linux/arch/arm/ |
| H A D | Kbuild | 5 obj-$(CONFIG_VFP) += vfp/
|
| /linux/arch/arm/include/asm/ |
| H A D | ucontext.h | 88 struct vfp_sigframe vfp; member
|
| /linux/drivers/gpu/drm/arm/display/komeda/d71/ |
| H A D | d71_regs.h | 418 #define BS_V_INTVALS(vfp, vbp) (((vfp) & 0x3FFF) + (((vbp) & 0xFF) << 16)) argument
|
| /linux/drivers/gpu/drm/hisilicon/kirin/ |
| H A D | dw_drm_dsi.c | 451 u32 hfp, hbp, hsw, vfp, vbp, vsw; in dsi_set_mode_timing() local 480 vfp = mode->vsync_start - mode->vdisplay; in dsi_set_mode_timing() 500 writel(vfp, base + VID_VFP_LINES); in dsi_set_mode_timing() 507 vtot, vfp, vbp, vsw); in dsi_set_mode_timing()
|
| /linux/drivers/media/platform/st/sti/bdisp/ |
| H A D | bdisp-reg.h | 49 u32 vfp; member
|
| H A D | bdisp-hw.c | 958 node->vfp = bdisp_hw_get_vf_addr(v_inc); in bdisp_hw_build_node()
|
| /linux/drivers/video/fbdev/omap2/omapfb/displays/ |
| H A D | connector-analog-tv.c | 35 .vfp = 5,
|
| H A D | connector-hdmi.c | 28 .vfp = 11,
|
| H A D | panel-lgphilips-lb035q02.c | 29 .vfp = 4,
|
| H A D | panel-nec-nl8048hl11.c | 71 .vfp = 3,
|
| H A D | connector-dvi.c | 28 .vfp = 3,
|
| H A D | panel-sharp-ls037v7dw01.c | 45 .vfp = 1,
|
| H A D | panel-tpo-td028ttec1.c | 39 .vfp = 4,
|
| H A D | panel-tpo-td043mtea1.c | 81 .vfp = 39,
|
| H A D | panel-sony-acx565akm.c | 90 .vfp = 3,
|
| /linux/drivers/gpu/drm/omapdrm/dss/ |
| H A D | dispc.c | 2974 int vsw, int vfp, int vbp) in _dispc_lcd_timings_ok() argument 2980 vfp < 0 || vfp > dispc->feat->vp_max || in _dispc_lcd_timings_ok()
|
| /linux/Documentation/ |
| H A D | .renames.txt | 84 arm/vfp/release-notes arch/arm/vfp/release-notes
|
12