Home
last modified time | relevance | path

Searched refs:DATA1 (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dlwpintrin.h69 #define __lwpins32(DATA2, DATA1, FLAGS) \ argument
70 (__builtin_ia32_lwpins32((unsigned int) (DATA2), (unsigned int) (DATA1), \
87 #define __lwpval32(DATA2, DATA1, FLAGS) \ argument
88 (__builtin_ia32_lwpval32((unsigned int) (DATA2), (unsigned int) (DATA1), \
110 #define __lwpins64(DATA2, DATA1, FLAGS) \ argument
111 (__builtin_ia32_lwpins64((unsigned long long) (DATA2), (unsigned int) (DATA1), \
128 #define __lwpval64(DATA2, DATA1, FLAGS) \ argument
129 (__builtin_ia32_lwpval64((unsigned long long) (DATA2), (unsigned int) (DATA1), \
/freebsd/tools/build/make_check/
H A DMakefile15 DATA1= helllo macro
16 DATA2:= ${DATA1}
20 DATA5:= ${DATA2:S/ll/ii/g} ${DATA1:S/ll/rr/g}
22 DATA1:= ${DATA5:S/l/r/g} macro
31 @echo 1:${DATA1} 2:${DATA2} 3:${DATA3} 4:${DATA4} 5:${DATA5} | \
/freebsd/contrib/ntp/util/
H A Dtg.c73 #define DATA1 500 /* WWV/H 1 pulse */ macro
516 sec(DATA1); in main()
526 sec(DATA1); in main()
547 sec(DATA1); in main()
555 sec(DATA1); in main()
563 sec(DATA1); in main()
H A Dtg2.c247 #define DATA1 (500) /* WWV/H 1 pulse */ macro
1832 if (arg == DATA1)
1853 if (arg == DATA1)
1868 WWV_Second(DATA1, RateCorrection);
1880 WWV_Second(DATA1, RateCorrection);
1899 if (arg == DATA1)
1921 if (arg == DATA1)
2004 WWV_Second(DATA1, RateCorrection);
2020 WWV_Second(DATA1, RateCorrection);
2035 WWV_Second(DATA1, RateCorrection);
/freebsd/share/doc/psd/20.ipctut/
H A Dsocketpair.c32 #define DATA1 "In Xanadu, did Kublai Khan . . ."
64 if (write(sockets[0], DATA1, sizeof(DATA1)) < 0)
/freebsd/sys/contrib/device-tree/Bindings/display/
H A Dlvds-data-mapping.yaml48 DATA1 ><__B1__><__B0__><__G5__><__G4__><__G3__><__G2__><__G1__><
59 DATA1 ><__B3__><__B2__><__G7__><__G6__><__G5__><__G4__><__G3__><
71 DATA1 ><__B1__><__B0__><__G5__><__G4__><__G3__><__G2__><__G1__><
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Drichtek,rtq9128.yaml34 By default, if TDM mode is used, TDM data input will select 'DATA1' pin
36 'DATA1' to 'DATA2' pin.
/freebsd/sys/contrib/device-tree/Bindings/display/panel/
H A Dlvds.yaml59 DATA1 ><__B1__><__B0__><__G5__><__G4__><__G3__><__G2__><__G1__><
70 DATA1 ><__B3__><__B2__><__G7__><__G6__><__G5__><__G4__><__G3__><
82 DATA1 ><__B1__><__B0__><__G5__><__G4__><__G3__><__G2__><__G1__><
/freebsd/sys/contrib/device-tree/Bindings/display/ti/
H A Dti,omap3-dss.txt87 DATA1+, DATA1-, ...
H A Dti,omap5-dss.txt78 DATA1+, DATA1-, ...
H A Dti,omap4-dss.txt97 DATA1+, DATA1-, ...
/freebsd/sys/dev/smc/
H A Dif_smcreg.h189 #define DATA1 0xa macro
/freebsd/sys/contrib/device-tree/Bindings/display/msm/
H A Ddsi.txt69 the physical data lane DATA3, logical DATA1 to physical DATA0, logic DATA2
70 to phys DATA1 and logic DATA3 to phys DATA2.
/freebsd/sys/contrib/device-tree/src/arm/st/
H A Dstih407-pinctrl.dtsi737 DATA1 = <&pio11 2 ALT1 IN SE_NICLK_IO 0 CLK_A>;
765 DATA1 = <&pio12 6 ALT1 IN SE_NICLK_IO 0 CLK_A>;
793 DATA1 = <&pio14 2 ALT2 IN SE_NICLK_IO 0 CLK_A>;
866 DATA1 = <&pio12 6 ALT3 OUT SE_NICLK_IO 0 CLK_A>;
906 DATA1 = <&pio11 2 ALT3 IN SE_NICLK_IO 0 CLK_A>;
/freebsd/contrib/file/magic/Magdir/
H A Darchive1050 # like: _SYS1.CAB _USER1.CAB DATA1.CAB data2.cab
/freebsd/sys/dev/cxgbe/common/
H A Dt4_hw.c7073 t4_write_reg(adap, EPIO_REG(DATA1), mask0 >> 32); in t4_wol_pat_enable()