HomeSort by: relevance | last modified time | path
    Searched defs:vfp (Results 1 - 25 of 35) sorted by relevancy

1 2

  /src/sys/dev/ic/
monitors.h 43 u_int16_t vfp; /* Vertical Front Porch */ member in struct:monitor
monitors.h 43 u_int16_t vfp; /* Vertical Front Porch */ member in struct:monitor
monitors.h 43 u_int16_t vfp; /* Vertical Front Porch */ member in struct:monitor
monitors.h 43 u_int16_t vfp; /* Vertical Front Porch */ member in struct:monitor
monitors.h 43 u_int16_t vfp; /* Vertical Front Porch */ member in struct:monitor
  /src/sys/compat/linux32/arch/aarch64/
linux32_machdep.h 83 struct linux32_vfp_sigframe vfp; member in struct:linux32_aux_sigframe
linux32_machdep.h 83 struct linux32_vfp_sigframe vfp; member in struct:linux32_aux_sigframe
linux32_machdep.h 83 struct linux32_vfp_sigframe vfp; member in struct:linux32_aux_sigframe
linux32_machdep.h 83 struct linux32_vfp_sigframe vfp; member in struct:linux32_aux_sigframe
linux32_machdep.h 83 struct linux32_vfp_sigframe vfp; member in struct:linux32_aux_sigframe
  /src/sys/arch/arm/ti/
ti_lcdc.c 168 const u_int vfp = adjusted_mode->crtc_vsync_start - adjusted_mode->crtc_vdisplay; local in function:tilcdc_mode_set
198 val = RASTER_TIMING_1_VFP(vfp) |
ti_lcdc.c 168 const u_int vfp = adjusted_mode->crtc_vsync_start - adjusted_mode->crtc_vdisplay; local in function:tilcdc_mode_set
198 val = RASTER_TIMING_1_VFP(vfp) |
ti_lcdc.c 168 const u_int vfp = adjusted_mode->crtc_vsync_start - adjusted_mode->crtc_vdisplay; local in function:tilcdc_mode_set
198 val = RASTER_TIMING_1_VFP(vfp) |
ti_lcdc.c 168 const u_int vfp = adjusted_mode->crtc_vsync_start - adjusted_mode->crtc_vdisplay; local in function:tilcdc_mode_set
198 val = RASTER_TIMING_1_VFP(vfp) |
ti_lcdc.c 168 const u_int vfp = adjusted_mode->crtc_vsync_start - adjusted_mode->crtc_vdisplay; local in function:tilcdc_mode_set
198 val = RASTER_TIMING_1_VFP(vfp) |
  /src/sys/arch/arm/nvidia/
tegra_drm_mode.c 580 const u_int vfp = mode->crtc_vsync_start - mode->crtc_vdisplay; local in function:tegra_crtc_mode_set
655 __SHIFTIN(vfp, DC_DISP_FRONT_PORCH_V) |
tegra_drm_mode.c 580 const u_int vfp = mode->crtc_vsync_start - mode->crtc_vdisplay; local in function:tegra_crtc_mode_set
655 __SHIFTIN(vfp, DC_DISP_FRONT_PORCH_V) |
tegra_drm_mode.c 580 const u_int vfp = mode->crtc_vsync_start - mode->crtc_vdisplay; local in function:tegra_crtc_mode_set
655 __SHIFTIN(vfp, DC_DISP_FRONT_PORCH_V) |
tegra_drm_mode.c 580 const u_int vfp = mode->crtc_vsync_start - mode->crtc_vdisplay; local in function:tegra_crtc_mode_set
655 __SHIFTIN(vfp, DC_DISP_FRONT_PORCH_V) |
tegra_drm_mode.c 580 const u_int vfp = mode->crtc_vsync_start - mode->crtc_vdisplay; local in function:tegra_crtc_mode_set
655 __SHIFTIN(vfp, DC_DISP_FRONT_PORCH_V) |
  /src/sys/arch/arm/sunxi/
sunxi_hdmi.c 844 const u_int vfp = mode->vsync_start - mode->vdisplay; local in function:sunxi_hdmi_set_videomode
859 mode->vdisplay, vbp, vfp, vspw);
968 val |= __SHIFTIN(vfp - 1,
sunxi_hdmi.c 844 const u_int vfp = mode->vsync_start - mode->vdisplay; local in function:sunxi_hdmi_set_videomode
859 mode->vdisplay, vbp, vfp, vspw);
968 val |= __SHIFTIN(vfp - 1,
  /src/sys/external/bsd/drm2/dist/drm/ast/
ast_drv.h 266 u32 vfp; member in struct:ast_vbios_enhtable
ast_drv.h 266 u32 vfp; member in struct:ast_vbios_enhtable
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
vlv_dsi.c 1046 u16 hactive, hfp, hsync, hbp, vfp, vsync, vbp; local in function:bxt_dsi_get_pipe_config
1106 vfp = I915_READ(MIPI_VFP_COUNT(port));
1116 adjusted_mode->crtc_vsync_start = vfp + adjusted_mode->crtc_vdisplay;
1240 u16 hactive, hfp, hsync, hbp, vfp, vsync, vbp; local in function:set_dsi_timings
1256 vfp = adjusted_mode->crtc_vsync_start - adjusted_mode->crtc_vdisplay;
1293 I915_WRITE(MIPI_VFP_COUNT(port), vfp);

Completed in 203 milliseconds

1 2