| /netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/Targets/ |
| H A D | OSTargets.cpp | 51 unsigned Maj, Min, Rev; in getDarwinDefines() local 53 Triple.getMacOSXVersion(Maj, Min, Rev); in getDarwinDefines() 56 Triple.getOSVersion(Maj, Min, Rev); in getDarwinDefines() 64 PlatformMinVersion = VersionTuple(Maj, Min, Rev); in getDarwinDefines() 70 assert(Maj < 100 && Min < 100 && Rev < 100 && "Invalid version!"); in getDarwinDefines() 76 Str[3] = '0' + (Rev / 10); in getDarwinDefines() 77 Str[4] = '0' + (Rev % 10); in getDarwinDefines() 85 Str[4] = '0' + (Rev / 10); in getDarwinDefines() 86 Str[5] = '0' + (Rev % 10); in getDarwinDefines() 96 assert(Maj < 10 && Min < 100 && Rev < 100 && "Invalid version!"); in getDarwinDefines() [all …]
|
| H A D | SystemZ.cpp | 99 const auto Rev = in getISARevision() local 103 if (Rev == std::end(ISARevisions)) in getISARevision() 105 return Rev->ISARevisionID; in getISARevision() 110 for (const ISANameRevision &Rev : ISARevisions) in fillValidCPUList() local 111 Values.push_back(Rev.Name); in fillValidCPUList()
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/amd/ |
| H A D | amd-overdrive-rev-b0.dts | 4 * Note: For Seattle Rev.B0 14 model = "AMD Seattle (Rev.B0) Development Board (Overdrive)"; 33 * NOTE: In Rev.B, gpio0 is reserved.
|
| H A D | amd-overdrive-rev-b1.dts | 4 * Note: For Seattle Rev.B1 14 model = "AMD Seattle (Rev.B1) Development Board (Overdrive)"; 33 * NOTE: In Rev.B, gpio0 is reserved.
|
| H A D | husky.dts | 4 * Note: Based-on AMD Seattle Rev.B0 33 * NOTE: In Rev.B, gpio0 is reserved.
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
| H A D | arm-realview-eb-11mp-bbrevd-ctrevb.dts | 28 * the Rev B core tile. 31 model = "ARM RealView Emulation Baseboard Rev D with ARM11MPCore Core Tile Rev B";
|
| H A D | exynos5250-snow-rev5.dts | 3 * Google Snow Rev 5+ board device tree source 14 model = "Google Snow Rev 5+";
|
| H A D | omap3-igep0020.dts | 3 * Device Tree Source for IGEPv2 Rev. C (TI OMAP AM/DM37x) 12 model = "IGEPv2 Rev. C (TI OMAP AM/DM37x)";
|
| H A D | omap3-igep0020-rev-f.dts | 3 * Device Tree Source for IGEPv2 Rev. F (TI OMAP AM/DM37x) 12 model = "IGEPv2 Rev. F (TI OMAP AM/DM37x)";
|
| H A D | omap3-igep0030.dts | 3 * Device Tree Source for IGEP COM MODULE Rev. E (TI OMAP AM/DM37x) 12 model = "IGEP COM MODULE Rev. E (TI OMAP AM/DM37x)";
|
| H A D | arm-realview-eb-11mp-bbrevd.dts | 27 model = "ARM RealView Emulation Baseboard Rev D with ARM11MPCore Rev C Core Tile";
|
| H A D | omap3-igep0030-rev-g.dts | 3 * Device Tree Source for IGEP COM MODULE Rev. G (TI OMAP AM/DM37x) 12 model = "IGEP COM MODULE Rev. G (TI OMAP AM/DM37x)";
|
| H A D | omap4-panda-a4.dts | 10 /* Pandaboard Rev A4+ have external pullups on SCL & SDA */
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/renesas/ |
| H A D | r8a774b1-hihope-rzg2n-rev2-ex.dts | 3 * Device Tree Source for the HiHope RZ/G2N Rev.2.0 connected to sub board 12 model = "HopeRun HiHope RZ/G2N (Rev.2.0) with sub board";
|
| H A D | r8a774a1-hihope-rzg2m-rev2-ex.dts | 3 * Device Tree Source for the HiHope RZ/G2M Rev.2.0 connected to sub board 12 model = "HopeRun HiHope RZ/G2M (Rev.2.0) with sub board";
|
| H A D | r8a774a1-hihope-rzg2m-rev2.dts | 3 * Device Tree Source for the HiHope RZ/G2M Rev.2.0 main board 13 model = "HopeRun HiHope RZ/G2M main board (Rev.2.0) based on r8a774a1";
|
| H A D | r8a774b1-hihope-rzg2n-rev2.dts | 3 * Device Tree Source for the HiHope RZ/G2N Rev.2.0 main board 13 model = "HopeRun HiHope RZ/G2N main board (Rev.2.0) based on r8a774b1";
|
| H A D | hihope-rev4.dtsi | 3 * Device Tree Source for the HiHope RZ/G2H Rev.4.0 and 4 * HiHope RZ/G2[MN] Rev.3.0/4.0 main board common parts
|
| H A D | r8a774a1-hihope-rzg2m-ex-idk-1110wr.dts | 3 * Device Tree Source for the HiHope RZ/G2M Rev.3.0/4.0 sub board connected
|
| H A D | r8a774b1-hihope-rzg2n-ex-idk-1110wr.dts | 3 * Device Tree Source for the HiHope RZ/G2N Rev.3.0/4.0 with sub board connected
|
| H A D | r8a774a1-hihope-rzg2m-rev2-ex-idk-1110wr.dts | 3 * Device Tree Source for the HiHope RZ/G2M Rev.2.0 sub board connected to an
|
| H A D | r8a774b1-hihope-rzg2n-rev2-ex-idk-1110wr.dts | 3 * Device Tree Source for the HiHope RZ/G2N Rev.2.0 with sub board connected
|
| /netbsd-src/sys/external/bsd/gnu-efi/dist/inc/ |
| H A D | romload.h | 17 UINT8 Rev; member
|
| /netbsd-src/sys/arch/evbsh3/conf/ |
| H A D | T_SH7706LAN_INSTALL | 3 # TAC T-SH7706LAN Rev.3 INSTALL config file
|
| H A D | T_SH7706LSR_INSTALL | 3 # TAC T-SH7706LSR Rev.1 INSTALL config file
|