Searched refs:vfp (Results 1 - 25 of 62) sorted by relevance

123

/linux-master/drivers/video/fbdev/omap/
H A Dlcd_palmte.c30 .vfp = 8,
H A Dlcd_ams_delta.c116 .vfp = 0,
H A Domapfb.h72 int vfp; /* Vertical front porch */ member in struct:lcd_panel
/linux-master/arch/arm/include/asm/
H A Ducontext.h88 struct vfp_sigframe vfp; member in struct:aux_sigframe
H A Dvfpmacros.h9 #include <asm/vfp.h>
/linux-master/drivers/gpu/drm/bridge/adv7511/
H A Dadv7533.c31 unsigned int hsw, hfp, hbp, vsw, vfp, vbp; local
38 vfp = mode->vsync_start - mode->vdisplay;
60 regmap_write(adv->regmap_cec, 0x34, vfp >> 4);
61 regmap_write(adv->regmap_cec, 0x35, (vfp << 4) & 0xff);
/linux-master/arch/arm/vfp/
H A Dvfpmodule.c3 * linux/arch/arm/vfp/vfpmodule.c
28 #include <asm/vfp.h>
32 #include "vfp.h"
92 union vfp_state *vfp = &thread->vfpstate; local
104 if (vfp_current_hw_state[cpu] == vfp)
109 memset(vfp, 0, sizeof(union vfp_state));
111 vfp->hard.fpexc = FPEXC_EN;
112 vfp->hard.fpscr = FPSCR_ROUND_NEAREST;
114 vfp->hard.cpu = NR_CPUS;
121 union vfp_state *vfp local
[all...]
/linux-master/arch/arm/mach-bcm/
H A Dbcm63xx_smp.c18 #include <asm/vfp.h>
/linux-master/drivers/gpu/drm/panel/
H A Dpanel-olimex-lcd-olinuxino.c34 u32 vfp; member in struct:lcd_olinuxino_mode
168 mode->vsync_start = lcd_mode->vactive + lcd_mode->vfp;
169 mode->vsync_end = lcd_mode->vactive + lcd_mode->vfp +
171 mode->vtotal = lcd_mode->vactive + lcd_mode->vfp +
/linux-master/drivers/gpu/drm/logicvc/
H A Dlogicvc_crtc.c75 unsigned int vact, vfp, vsl, vbp; local
87 vfp = mode->vsync_start - mode->vdisplay;
96 regmap_write(logicvc->regmap, LOGICVC_VSYNC_FRONT_PORCH_REG, vfp - 1);
/linux-master/drivers/gpu/drm/kmb/
H A Dkmb_crtc.c80 "vfp= %d vbp= %d vsync_len=%d hfp=%d hbp=%d hsync_len=%d\n",
97 drm_dbg(dev, "%s : %dactive height= %d vbp=%d vfp=%d vsync-w=%d h-active=%d h-bp=%d h-fp=%d hsync-l=%d",
194 int vfp = mode->vsync_start - mode->vdisplay; local
213 if (vfp < KMB_CRTC_MIN_VFP) {
214 drm_dbg(dev, "vfp = %d less than %d", vfp, KMB_CRTC_MIN_VFP);
/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A Dhdmi_wp.c176 timing_v |= FLD_VAL(timings->vfp, 19, 8);
196 timings->vfp = param->timings.vfp;
H A Ddisplay.c271 ovt->vfp = vm->vfront_porch;
304 vm->vfront_porch = ovt->vfp;
H A Ddisplay-sysfs.c100 t.y_res, t.vfp, t.vbp, t.vsw);
125 &t.y_res, &t.vfp, &t.vbp, &t.vsw) != 9)
H A Dhdmi5_core.c294 video_cfg->v_fc_config.timings.vfp = cfg->timings.vfp;
298 cfg->timings.vfp + cfg->timings.vbp;
352 cfg->v_fc_config.timings.vfp, 7, 0);
/linux-master/arch/arm/kernel/
H A Dptrace.c616 struct vfp_hard_struct const *vfp = &thread->vfpstate.hard; local
621 membuf_write(&to, vfp->fpregs, sizeof(vfp->fpregs));
622 membuf_zero(&to, user_fpscr_offset - sizeof(vfp->fpregs));
623 return membuf_store(&to, vfp->fpscr);
/linux-master/drivers/gpu/drm/tilcdc/
H A Dtilcdc_crtc.c279 uint32_t reg, hbp, hfp, hsw, vbp, vfp, vsw; local
319 vfp = mode->vsync_start - mode->vdisplay;
322 DBG("%dx%d, hbp=%u, hfp=%u, hsw=%u, vbp=%u, vfp=%u, vsw=%u",
323 mode->hdisplay, mode->vdisplay, hbp, hfp, hsw, vbp, vfp, vsw);
353 ((vfp & 0xff) << 16) |
776 uint32_t hbp, hfp, hsw, vbp, vfp, vsw; local
800 vfp = mode->vsync_start - mode->vdisplay;
823 if (vfp & ~0xff) {
/linux-master/drivers/gpu/drm/bridge/
H A Dlontium-lt8912b.c287 u32 vactive, v_total, vpw, vfp, vbp; local
302 vfp = lt->mode.vfront_porch;
305 v_total = vactive + vfp + vpw + vbp;
331 ret |= regmap_write(lt->regmap[I2C_CEC_DSI], 0x3a, vfp & 0xff);
332 ret |= regmap_write(lt->regmap[I2C_CEC_DSI], 0x3b, vfp >> 8);
/linux-master/drivers/gpu/drm/pl111/
H A Dpl111_display.c134 u32 lpp, vsw, vfp, vbp; local
154 vfp = mode->vsync_start - mode->vdisplay;
166 (vfp << 16) |
/linux-master/arch/arm64/kernel/
H A Dsignal32.c43 struct compat_vfp_sigframe vfp; member in struct:compat_aux_sigframe
223 err |= compat_restore_vfp_context(&aux->vfp);
394 err |= compat_preserve_vfp_context(&aux->vfp);
/linux-master/drivers/gpu/drm/arm/display/komeda/d71/
H A Dd71_regs.h418 #define BS_V_INTVALS(vfp, vbp) (((vfp) & 0x3FFF) + (((vbp) & 0xFF) << 16))
/linux-master/drivers/media/platform/st/sti/bdisp/
H A Dbdisp-reg.h49 u32 vfp; member in struct:bdisp_node
/linux-master/drivers/gpu/drm/hisilicon/kirin/
H A Ddw_drm_dsi.c453 u32 hfp, hbp, hsw, vfp, vbp, vsw; local
482 vfp = mode->vsync_start - mode->vdisplay;
502 writel(vfp, base + VID_VFP_LINES);
508 DRM_DEBUG_DRIVER("vtol=%d, vfp=%d, vbp=%d, vsw=%d\n",
509 vtot, vfp, vbp, vsw);
/linux-master/drivers/video/fbdev/omap2/omapfb/displays/
H A Dconnector-dvi.c28 .vfp = 3,
H A Dconnector-hdmi.c28 .vfp = 11,

Completed in 338 milliseconds

123