Searched refs:margin (Results 1 – 12 of 12) sorted by relevance
/u-boot/doc/device-tree-bindings/video/ |
A D | displaymode.txt | 8 - left-margin, right-margin, hsync-len: Horizontal Display timing 10 - upper-margin, lower-margin, vsync-len: Vertical display timing 35 left-margin = <25>; 36 right-margin = <25>; 38 lower-margin = <2>; 39 upper-margin = <2>;
|
A D | exynos-dp.txt | 12 samsung,h-back-porch: left margin 13 samsung,h-front-porch right margin 16 samsung,v-back-porch: upper margin 17 samsung,v-front-porch: lower margin
|
A D | tegra20-dc.txt | 71 left-margin = <58>; 72 right-margin = <58>; 74 lower-margin = <4>; 75 upper-margin = <4>;
|
A D | exynos-fb.txt | 14 samsung,vl-hfpd: Right margin 15 samsung,vl-hbpd: Left margin 17 samsung,vl-vfpd: Lower margin 18 samsung,vl-vbpd: Upper margin
|
/u-boot/arch/arm/dts/ |
A D | tegra20-medcom-wide.dts | 51 left-margin = <2>; 52 right-margin = <47>; 54 lower-margin = <21>; 55 upper-margin = <11>;
|
A D | tegra20-tec.dts | 63 left-margin = <120>; 64 right-margin = <120>; 66 lower-margin = <15>; 67 upper-margin = <15>;
|
A D | stm32mp157c-odyssey.dts | 48 * Use arbitrary margin here (e.g. 5us).
|
A D | stm32mp15xx-dkx.dtsi | 105 * Use arbitrary margin here (e.g. 5us).
|
/u-boot/test/py/ |
A D | multiplexed_log.css | 19 margin-top: 0px; 20 margin-bottom: 0px; 36 margin-left: -5px; 37 margin-top: 5px;
|
/u-boot/drivers/video/ |
A D | videomodes.c | 392 int margin, h_total, v_total; in video_edid_dtd_to_ctfb_res_modes() local 419 margin = EDID_DETAILED_TIMING_HORIZONTAL_BLANKING(*t) - in video_edid_dtd_to_ctfb_res_modes() 421 if (margin <= 0) in video_edid_dtd_to_ctfb_res_modes() 424 mode->left_margin = margin; in video_edid_dtd_to_ctfb_res_modes() 428 margin = EDID_DETAILED_TIMING_VERTICAL_BLANKING(*t) - in video_edid_dtd_to_ctfb_res_modes() 430 if (margin <= 0) in video_edid_dtd_to_ctfb_res_modes() 433 mode->upper_margin = margin; in video_edid_dtd_to_ctfb_res_modes()
|
/u-boot/doc/sphinx-static/ |
A D | theme_overrides.css | 70 /* fix bottom margin of lists items */ 73 margin-bottom: 12px;
|
/u-boot/doc/device-tree-bindings/fsp/fsp2/apollolake/ |
A D | fsp-m.txt | 165 - fspm,rmt-margin-check-scale-high-threshold: RmtMarginCheckScaleHighThreshold
|
Completed in 10 milliseconds