Home
last modified time | relevance | path

Searched +full:640 +full:h (Results 1 – 25 of 182) sorted by relevance

12345678

/freebsd/sys/dev/videomode/
H A Dvideomode.c9 #include <sys/types.h>
10 #include <sys/param.h>
11 #include <sys/module.h>
12 #include <dev/videomode/videomode.h>
30 M("640x350x85",640,350,31500,672,736,832,382,385,445,HP|VN),
31 M("640x400x85",640,400,31500,672,736,832,401,404,445,HN|VP),
35 M("640x480x60",640,480,25175,656,752,800,490,492,525,HN|VN),
36 M("640x480x72",640,480,31500,664,704,832,489,492,520,HN|VN),
37 M("640x480x75",640,480,31500,656,720,840,481,484,500,HN|VN),
38 M("640x480x85",640,480,36000,696,752,832,481,484,509,HN|VN),
[all …]
H A Dedidreg.h1 /* $NetBSD: edidreg.h,v 1.3 2011/03/30 18:49:56 jdc Exp $ */
115 #define _CHHILO(ptr, l, s, h) (_CHLO((ptr)[l], s) | _CHHI((ptr)[h])) argument
116 #define _CHROMA(ptr, l, s, h) ((_CHHILO(ptr, l, s, h) * 1000) / 1024) argument
131 #define EDID_EST_TIMING_640_480_60 0x2000 /* 640x480 @ 60Hz */
132 #define EDID_EST_TIMING_640_480_67 0x1000 /* 640x480 @ 67Hz */
133 #define EDID_EST_TIMING_640_480_72 0x0800 /* 640x480 @ 72Hz */
134 #define EDID_EST_TIMING_640_480_75 0x0400 /* 640x480 @ 75Hz */
H A Dedid.c34 #include <sys/param.h>
35 #include <sys/systm.h>
36 #include <sys/kernel.h>
37 #include <sys/malloc.h>
38 #include <sys/libkern.h>
39 #include <dev/videomode/videomode.h>
40 #include <dev/videomode/ediddevs.h>
41 #include <dev/videomode/edidreg.h>
42 #include <dev/videomode/edidvar.h>
43 #include <dev/videomode/vesagtf.h>
[all …]
/freebsd/sys/dev/drm2/
H A Ddrm_edid_modes.h26 #include <dev/drm2/drmP.h>
27 #include <dev/drm2/drm_edid.h>
34 /* 640x350@85Hz */
35 { DRM_MODE("640x350", DRM_MODE_TYPE_DRIVER, 31500, 640, 672,
38 /* 640x400@85Hz */
39 { DRM_MODE("640x400", DRM_MODE_TYPE_DRIVER, 31500, 640, 672,
46 /* 640x480@60Hz */
47 { DRM_MODE("640x480", DRM_MODE_TYPE_DRIVER, 25175, 640, 656,
50 /* 640x480@72Hz */
51 { DRM_MODE("640x480", DRM_MODE_TYPE_DRIVER, 31500, 640, 664,
[all …]
/freebsd/sys/sys/
H A Dfbio.h40 #include <sys/types.h>
42 #include <sys/param.h>
43 #include <sys/systm.h>
44 #include <sys/eventhandler.h>
46 #include <sys/ioccom.h>
70 #define FBTYPE_SUNROP_COLOR 13 /* MEMCOLOR with rop h/w */
343 #define M_BG640 6 /* black & white graphics 640x200 hi-res */
359 #define M_VGA11 26 /* vga 640x480 2 colors */
361 #define M_VGA12 27 /* vga 640x480 16 colors */
372 #define M_VGA_CG640 36 /* vga 640x400 256 color */
[all …]
/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Dmax77620.txt19 are defined at dt-bindings/mfd/max77620.h.
82 dt-bindings/mfd/max77620.h
112 MAX77620 supports 40, 80, 160, 320, 640, 1280, 2560 and 5120 microseconds.
113 MAX20024 supports 20, 40, 80, 160, 320, 640, 1280 and 2540 microseconds.
114 MAX77663 supports 20, 40, 80, 160, 320, 640, 1280 and 2540 microseconds.
134 #include <dt-bindings/mfd/max77620.h>
/freebsd/contrib/netbsd-tests/lib/libc/stdio/
H A Dt_popen.c32 #include <sys/cdefs.h>
42 #include <atf-c.h>
44 #include <sys/param.h>
46 #include <errno.h>
47 #include <err.h>
48 #include <paths.h>
49 #include <stdio.h>
50 #include <stdlib.h>
51 #include <time.h>
52 #include <unistd.h>
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/nvidia/
H A Dtegra194-p3668.dtsi4 #include <dt-bindings/mfd/max77620.h>
127 maxim,shutdown-fps-time-period-us = <640>;
132 maxim,shutdown-fps-time-period-us = <640>;
138 maxim,shutdown-fps-time-period-us = <640>;
H A Dtegra194-p2888.dtsi4 #include <dt-bindings/mfd/max77620.h>
153 maxim,shutdown-fps-time-period-us = <640>;
158 maxim,shutdown-fps-time-period-us = <640>;
164 maxim,shutdown-fps-time-period-us = <640>;
311 interrupts = <TEGRA194_MAIN_GPIO(H, 2)
H A Dtegra186-p3310.dtsi4 #include <dt-bindings/mfd/max77620.h>
216 maxim,shutdown-fps-time-period-us = <640>;
221 maxim,shutdown-fps-time-period-us = <640>;
226 maxim,shutdown-fps-time-period-us = <640>;
/freebsd/contrib/dma/
H A DMakefile83 echo ${INSTALL} -m 640 -o root -g mail auth.conf ${DESTDIR}${CONFDIR}; \
84 ${INSTALL} -m 640 -o root -g mail auth.conf ${DESTDIR}${CONFDIR}; \
96 ${CC} ${CFLAGS} ${CPPFLAGS} -include dfcompat.h -o $@ -c $<
/freebsd/contrib/libxo/tests/core/
H A Dtest_02.c11 #include <stdio.h>
12 #include <stdlib.h>
13 #include <stdint.h>
14 #include <string.h>
16 #include "xo.h"
17 #include "xo_encoder.h"
19 #include "xo_humanize.h"
96 xo_emit("{:memory/%u}{U:k} left out of {:total/%u}{U:kb}\n", 64, 640); in main()
98 64, "k", 640, "kilobytes"); in main()
119 xo_emit("Humanize: {h:val1/%u}, {h,hn-space:val2/%u}, " in main()
[all …]
/freebsd/sys/dev/usb/video/
H A Dudl.h1 /* $OpenBSD: udl.h,v 1.21 2013/04/15 09:23:02 mglocker Exp $ */
22 #include <sys/types.h>
23 #include <sys/queue.h>
284 {640, 480, 60, DLALL, 2520, udl_reg_vals_640x480_60},
285 {640, 480, 67, DLALL, 3025, udl_reg_vals_640x480_67},
286 {640, 480, 72, DLALL, 3150, udl_reg_vals_640x480_72},
287 {640, 480, 75, DLALL, 3150, udl_reg_vals_640x480_75},
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/
H A Dimx25-pdk.dts6 #include <dt-bindings/gpio/gpio.h>
7 #include <dt-bindings/input/input.h>
72 hactive = <640>;
H A Dimx53-tx53-x03x.dts44 #include <dt-bindings/input/input.h>
45 #include <dt-bindings/interrupt-controller/irq.h>
46 #include <dt-bindings/pwm/pwm.h>
72 hactive = <640>;
88 hactive = <640>;
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/
H A Dhynitron,cstxxx.yaml49 #include <dt-bindings/gpio/gpio.h>
50 #include <dt-bindings/interrupt-controller/arm-gic.h>
60 touchscreen-size-x = <640>;
/freebsd/sys/contrib/device-tree/Bindings/display/panel/
H A Dfocaltech,gpt3.yaml7 title: Focaltech GPT3 3.0" (640x480 pixels) IPS LCD panel
33 #include <dt-bindings/gpio/gpio.h>
H A Dleadtek,ltk035c5444t.yaml7 title: Leadtek ltk035c5444t 3.5" (640x480 pixels) 24-bit IPS LCD panel
34 #include <dt-bindings/gpio/gpio.h>
H A Dnewvision,nv3051d.yaml43 #include <dt-bindings/gpio/gpio.h>
H A Drocktech,jh057n00900.yaml23 # Anberic RG353V-V2 5.0" 640x480 TFT LCD panel
58 #include <dt-bindings/gpio/gpio.h>
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/
H A Dladder.S3 #include "ladder_namespace.h"
4 #include "consts_namespace.h"
278 vmovdqa %xmm7,640(%rsp)
337 vpmuludq 640(%rsp),%xmm9,%xmm3
386 vpmuludq 640(%rsp),%xmm9,%xmm3
435 vpmuludq 640(%rsp),%xmm9,%xmm3
484 vpmuludq 640(%rsp),%xmm9,%xmm3
893 vpmuludq 640(%rsp),%xmm6,%xmm2
946 vpmuludq 640(%rsp),%xmm15,%xmm4
965 vmovdqa 640(%rsp),%xmm4
[all …]
/freebsd/sys/contrib/device-tree/Bindings/media/i2c/
H A Dov7251.txt4 with an active array size of 640H x 480V. It is programmable through a serial
/freebsd/stand/userboot/userboot/
H A Dbiossmap.c27 #include <stand.h>
28 #include <sys/param.h>
29 #include <sys/reboot.h>
30 #include <sys/linker.h>
31 #include <machine/pc/bios.h>
32 #include <machine/metadata.h>
34 #include "bootstrap.h"
35 #include "libuserboot.h"
51 sm->length = 640 * 1024; in bios_addsmapdata()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_cmdline.c27 #include <sys/param.h>
28 #include <sys/systm.h>
30 #include <video/cmdline.h>
49 * kern.vt.fb.default_mode="640x480" in video_get_options()
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76x02_dfs.c6 #include "mt76x02.h"
34 RADAR_SPEC(3, 60, 20, 46, 300, 640, 80, 4900, 10100, 80, 0,
43 RADAR_SPEC(3, 60, 20, 46, 300, 640, 80, 4900, 10100, 80, 0,
52 RADAR_SPEC(3, 60, 20, 46, 300, 640, 80, 4900, 10100, 80, 0,
66 RADAR_SPEC(2, 60, 15, 63, 640, 2080, 32, 19600, 40200, 32, 0,
75 RADAR_SPEC(2, 60, 15, 63, 640, 2080, 32, 19600, 40200, 32, 0,
84 RADAR_SPEC(2, 60, 15, 63, 640, 2080, 32, 19600, 40200, 32, 0,

12345678