/netbsd-src/external/gpl3/gcc/dist/gcc/config/mn10300/ |
H A D | mn10300.md | 126 ;; The timings attribute consists of two numbers, the first is the 133 ;; Instruction Manual" and the timings for the AM34. 141 (define_attr "timings" "" (const_int 11)) 147 (eq_attr "timings" "11") "throughput") 149 (eq_attr "timings" "12") "throughput,nothing") 151 (eq_attr "timings" "13") "throughput,nothing*2") 153 (eq_attr "timings" "14") "throughput,nothing*3") 155 (eq_attr "timings" "22") "throughput*2") 157 (eq_attr "timings" "23") "throughput*2,nothing") 159 (eq_attr "timings" "24") "throughput*2,nothing*2") [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mn10300/ |
H A D | mn10300.md | 126 ;; The timings attribute consists of two numbers, the first is the 133 ;; Instruction Manual" and the timings for the AM34. 141 (define_attr "timings" "" (const_int 11)) 147 (eq_attr "timings" "11") "throughput") 149 (eq_attr "timings" "12") "throughput,nothing") 151 (eq_attr "timings" "13") "throughput,nothing*2") 153 (eq_attr "timings" "14") "throughput,nothing*3") 155 (eq_attr "timings" "22") "throughput*2") 157 (eq_attr "timings" "23") "throughput*2,nothing") 159 (eq_attr "timings" "24") "throughput*2,nothing*2") [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rx/ |
H A D | rx.md | 101 ;; The timings attribute consists of two numbers, the first is the 116 (define_attr "timings" "" (const_int 11)) 122 (eq_attr "timings" "11") "throughput") 124 (eq_attr "timings" "12") "throughput,nothing") 126 (eq_attr "timings" "22") "throughput*2") 128 (eq_attr "timings" "33") "throughput*3") 130 (eq_attr "timings" "34") "throughput*3,nothing") 132 (eq_attr "timings" "44") "throughput*4") 134 (eq_attr "timings" "45") "throughput*4,nothing") 136 (eq_attr "timings" "55") "throughput*5") [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rx/ |
H A D | rx.md | 102 ;; The timings attribute consists of two numbers, the first is the 117 (define_attr "timings" "" (const_int 11)) 123 (eq_attr "timings" "11") "throughput") 125 (eq_attr "timings" "12") "throughput,nothing") 127 (eq_attr "timings" "22") "throughput*2") 129 (eq_attr "timings" "33") "throughput*3") 131 (eq_attr "timings" "34") "throughput*3,nothing") 133 (eq_attr "timings" "44") "throughput*4") 135 (eq_attr "timings" "45") "throughput*4,nothing") 137 (eq_attr "timings" "55") "throughput*5") [all …]
|
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
H A D | elpida_ecb240abacn.dtsi | 24 timings_elpida_ECB240ABACN_400mhz: lpddr2-timings@0 { 25 compatible = "jedec,lpddr2-timings"; 46 timings_elpida_ECB240ABACN_200mhz: lpddr2-timings@1 { 47 compatible = "jedec,lpddr2-timings";
|
H A D | tegra30-asus-nexus7-tilapia-memory-timings.dtsi | 3 #include "tegra30-asus-nexus7-grouper-memory-timings.dtsi" 7 * Tilapia's memory timings are pretty much the same as the Grouper's 9 * these differentiating timings are overridden here for Tilapia. 13 emc-timings-0 { 118 emc-timings-1 {
|
H A D | vt8500-bv07.dts | 17 display-timings {
|
H A D | wm8505-ref.dts | 17 display-timings {
|
H A D | wm8650-mid.dts | 18 display-timings {
|
H A D | imx25-eukrea-mbimxsd25-baseboard-dvi-vga.dts | 17 display-timings {
|
H A D | imx25-eukrea-mbimxsd25-baseboard-dvi-svga.dts | 17 display-timings {
|
H A D | wm8850-w70v2.dts | 29 display-timings {
|
H A D | imx6q-icore.dts | 42 display-timings {
|
H A D | imx6dl-aristainetos_7.dts | 27 display-timings {
|
H A D | imx25-eukrea-mbimxsd25-baseboard-cmo-qvga.dts | 17 display-timings {
|
H A D | imx6qdl-tx6-lvds.dtsi | 129 display-timings { 226 display-timings {
|
H A D | imx53-tx53-x13x.dts | 191 display-timings { 233 display-timings {
|
H A D | imx6dl-aristainetos_4.dts | 38 display-timings {
|
/netbsd-src/sys/arch/arm/iomd/ |
H A D | vidc20config.c | 340 vidc_currentmode.timings = modes[0]; in vidcvideo_coldinit() 356 vidc_currentmode.timings = modes[i]; in vidcvideo_coldinit() 456 vm = &vidc_currentmode.timings; in vidcvideo_setmode() 652 int frontporch = vidc_currentmode.timings.htotal - in vidcvideo_updatecursor() 653 vidc_currentmode.timings.hsync_start; in vidcvideo_updatecursor() 654 int topporch = vidc_currentmode.timings.vtotal - in vidcvideo_updatecursor() 655 vidc_currentmode.timings.vsync_start; in vidcvideo_updatecursor() 745 if (vidc_currentmode.timings.flags & VID_NHSYNC) in vidcvideo_blank() 747 if (vidc_currentmode.timings.flags & VID_NVSYNC) in vidcvideo_blank()
|
H A D | vidc.h | 186 struct videomode timings; member
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/ |
H A D | drm_edid.c | 2970 std = &data->data.timings[i]; in do_standard_modes() 5024 const struct displayid_detailed_timings_1 *timings) in drm_mode_displayid_detailed() argument 5027 unsigned pixel_clock = (timings->pixel_clock[0] | in drm_mode_displayid_detailed() 5028 (timings->pixel_clock[1] << 8) | in drm_mode_displayid_detailed() 5029 (timings->pixel_clock[2] << 16)); in drm_mode_displayid_detailed() 5030 unsigned hactive = (timings->hactive[0] | timings->hactive[1] << 8) + 1; in drm_mode_displayid_detailed() 5031 unsigned hblank = (timings->hblank[0] | timings->hblank[1] << 8) + 1; in drm_mode_displayid_detailed() 5032 unsigned hsync = (timings->hsync[0] | (timings->hsync[1] & 0x7f) << 8) + 1; in drm_mode_displayid_detailed() 5033 unsigned hsync_width = (timings->hsw[0] | timings->hsw[1] << 8) + 1; in drm_mode_displayid_detailed() 5034 unsigned vactive = (timings->vactive[0] | timings->vactive[1] << 8) + 1; in drm_mode_displayid_detailed() [all …]
|
/netbsd-src/sys/external/bsd/drm2/dist/include/drm/ |
H A D | drm_panel.h | 127 struct display_timing *timings);
|
H A D | drm_displayid.h | 94 struct displayid_detailed_timings_1 timings[0]; member
|
/netbsd-src/external/lgpl3/mpc/dist/ |
H A D | TODO | 78 Scripts and web page comparing timings with different systems, 79 as done for mpfr at http://www.mpfr.org/mpfr-2.4.0/timings.html
|
/netbsd-src/external/bsd/atf/dist/ |
H A D | AUTHORS | 26 atf-report can provide timings for their execution.
|