Searched refs:HFP (Results 1 - 8 of 8) sorted by relevance

/linux-4.1.27/arch/s390/include/uapi/asm/
H A Dsie.h39 { 0x000C, "Prog HFP exponent overflow" }, \
40 { 0x000D, "Prog HFP exponent underflow" }, \
41 { 0x000E, "Prog HFP significance" }, \
42 { 0x000F, "Prog HFP divide" }, \
51 { 0x001D, "Prog HFP square root" }, \
/linux-4.1.27/arch/s390/kernel/
H A Dtraps.c136 "HFP overflow exception")
138 "HFP underflow exception")
140 "HFP significance exception")
142 "HFP divide exception")
144 "HFP square root exception")
/linux-4.1.27/include/video/
H A Dkyro.h20 u32 HFP; /* Hor Front Porch */ member in struct:kyrofb_info
H A Dexynos_mipi_dsim.h91 * @hfp: specifies HFP disable mode.
92 * if this variable is set, DSI master ignores HFP area in VIDEO mode.
/linux-4.1.27/drivers/video/fbdev/kyro/
H A DSTG4000VTG.c89 (pTiming->HFP - margins))) >> 1; SetupVTG()
H A Dfbdev.c460 var->right_margin = par->HFP; kyrofb_check_var()
508 par->HFP = info->var.right_margin; kyrofb_set_par()
511 par->HTot = par->XRES + par->HBP + par->HST + par->HFP; kyrofb_set_par()
/linux-4.1.27/drivers/gpu/drm/msm/mdp/mdp5/
H A Dmdp5_encoder.c188 * DISPLAY_V_END = (VBP + VACTIVE) * HCYCLE - 1 - HFP mdp5_encoder_mode_set()
/linux-4.1.27/drivers/video/fbdev/omap2/dss/
H A Ddsi.c3548 DSSDBG("DSI HS interleaving(TXBYTECLKHS) HSA %d, HFP %d, HBP %d, BLLP %d\n", dsi_config_cmd_mode_interleaving()
3552 DSSDBG("DSI LP interleaving(bytes) HSA %d, HFP %d, HBP %d, BLLP %d\n", dsi_config_cmd_mode_interleaving()
3728 /* TL = t_HS + HSA + t_HE + HFP + ceil((WC + 6) / NDL) + HBP */ dsi_proto_timings()
3732 DSSDBG("HBP: %d, HFP: %d, HSA: %d, TL: %d TXBYTECLKHS\n", hbp, dsi_proto_timings()
3739 r = FLD_MOD(r, hfp, 23, 12); /* HFP */ dsi_proto_timings()

Completed in 272 milliseconds