| /openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/ |
| H A D | Reassociate.h | 61 unsigned Power; member 63 Factor(Value *Base, unsigned Power) : Base(Base), Power(Power) {} in Factor()
|
| /openbsd-src/distrib/notes/macppc/ |
| H A D | hardware | 2 OpenBSD/MACHINE OSREV runs on iMac, G4 Power Macintosh, and G4 Cube, as well 9 machines, Power Macintosh G4 systems (single and dual processor), as well as
|
| H A D | prep | 12 will look something like this (example taken from a Power Macintosh G4): 29 pressing the Power button. When the upper LED bank begins lighting 65 with entries from this list (example devices taken from a Power 94 To reset a Power Macintosh to the factory-configured Open Firmware settings,
|
| /openbsd-src/sys/dev/pci/drm/amd/pm/swsmu/inc/pmfw_if/ |
| H A D | smu11_driver_if_vangogh.h | 180 uint16_t Power[3]; //[mW] indices: VDDCR_VDD, VDDCR_SOC, VDDCR_GFX member 210 uint16_t Power[3]; //[mW] indices: VDDCR_VDD, VDDCR_SOC, VDDCR_GFX member
|
| H A D | smu11_driver_if_cyan_skillfish.h | 61 uint32_t Power[2]; //[mW] indices: VDDCR_VDD, VDDCR_GFX member
|
| H A D | smu13_driver_if_v13_0_5.h | 99 uint16_t Power[2]; //[mW] indices: VDDCR_VDD, VDDCR_SOC member
|
| H A D | smu13_driver_if_yellow_carp.h | 171 uint16_t Power[2]; //[mW] indices: VDDCR_VDD, VDDCR_SOC member
|
| H A D | smu12_driver_if.h | 184 uint16_t Power[2]; //[mW] indices: VDDCR_VDD, VDDCR_SOC member
|
| H A D | smu13_driver_if_v13_0_4.h | 171 uint16_t Power[2]; //[mW] indices: VDDCR_VDD, VDDCR_SOC member
|
| /openbsd-src/sys/dev/pci/drm/amd/pm/swsmu/smu11/ |
| H A D | vangogh_ppt.c | 1727 gpu_metrics->average_cpu_power = metrics.Power[0]; in vangogh_get_legacy_gpu_metrics_v2_3() 1728 gpu_metrics->average_soc_power = metrics.Power[1]; in vangogh_get_legacy_gpu_metrics_v2_3() 1729 gpu_metrics->average_gfx_power = metrics.Power[2]; in vangogh_get_legacy_gpu_metrics_v2_3() 1784 gpu_metrics->average_cpu_power = metrics.Power[0]; in vangogh_get_legacy_gpu_metrics() 1785 gpu_metrics->average_soc_power = metrics.Power[1]; in vangogh_get_legacy_gpu_metrics() 1786 gpu_metrics->average_gfx_power = metrics.Power[2]; in vangogh_get_legacy_gpu_metrics() 1848 gpu_metrics->average_cpu_power = metrics.Current.Power[0]; in vangogh_get_gpu_metrics_v2_3() 1849 gpu_metrics->average_soc_power = metrics.Current.Power[1]; in vangogh_get_gpu_metrics_v2_3() 1850 gpu_metrics->average_gfx_power = metrics.Current.Power[2]; in vangogh_get_gpu_metrics_v2_3() 1919 gpu_metrics->average_cpu_power = metrics.Current.Power[ in vangogh_get_gpu_metrics_v2_4() [all...] |
| H A D | cyan_skillfish_ppt.c | 402 gpu_metrics->average_soc_power = metrics.Current.Power[0]; in cyan_skillfish_get_gpu_metrics() 403 gpu_metrics->average_gfx_power = metrics.Current.Power[1]; in cyan_skillfish_get_gpu_metrics()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | Reassociate.cpp | 1820 return LHS.Power > RHS.Power; in collectMultiplyFactors() 1851 assert(Factors[0].Power); in buildMinimalMultiplyDAG() 1854 Idx < Size && Factors[Idx].Power > 0; ++Idx) { in buildMinimalMultiplyDAG() 1855 if (Factors[Idx].Power != Factors[LastIdx].Power) { in buildMinimalMultiplyDAG() 1868 } while (Idx < Size && Factors[Idx].Power == Factors[LastIdx].Power); in buildMinimalMultiplyDAG() 1882 return LHS.Power == RHS.Power; in buildMinimalMultiplyDAG() 1890 if (F.Power & 1) in buildMinimalMultiplyDAG() 1892 F.Power >>= 1; in buildMinimalMultiplyDAG() 1894 if (Factors[0].Power) { in buildMinimalMultiplyDAG()
|
| /openbsd-src/gnu/llvm/libcxx/utils/ci/ |
| H A D | BOT_OWNERS.txt | 15 N: LLVM on Power
|
| /openbsd-src/share/misc/ |
| H A D | usb_hid_usages | 61 0x81 System Power Down 224 0x5E Power Wedge 393 0x66 Keyboard Power 518 0x06 Power 589 0x4D External Power Connected 730 0x30 Power 960 0x1B5 AL Power Status 1399 0xA6 Actuator Power 1541 0x23 Electrical: Power 1680 0x319 Property: Power State [all …]
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | CompilerWriterInfo.rst | 61 * `Power Instruction Set Architecture, Version 3.0B <https://openpowerfoundation.org/?resource_lib=… 65 * `Power Instruction Set Architecture, Version 2.07B <https://openpowerfoundation.org/?resource_lib… 69 * `Power Instruction Set Architecture, Versions 2.03 through 2.06 (Internet Archive) <https://web.a… 169 * `64-Bit ELF V2 ABI Specification: Power Architecture <https://openpowerfoundation.org/?resource_l…
|
| /openbsd-src/usr.bin/file/magdir/ |
| H A D | c64 | 26 0 string CBM\144\0\0 Power 64 C64 Emulator Snapshot
|
| /openbsd-src/sys/arch/landisk/conf/ |
| H A D | GENERIC | 50 # Power switch 146 upd* at uhidev? # USB Power Devices sensors
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelDAGToDAG.h | 158 SDValue factorOutPowerOf2(SDValue V, unsigned Power);
|
| /openbsd-src/sys/dev/pci/drm/amd/display/dc/clk_mgr/dcn31/ |
| H A D | dcn31_smu.h | 180 uint16_t Power[2]; //[mW] indices: VDDCR_VDD, VDDCR_SOC member
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | raw_ostream.cpp | 424 unsigned Power = 0; in operator <<() local 426 Power = llvm::Log2_64_Ceil(MaxOffset); in operator <<() 427 OffsetWidth = std::max<uint64_t>(4, llvm::alignTo(Power, 4) / 4); in operator <<()
|
| /openbsd-src/etc/etc.arm64/ |
| H A D | MAKEDEV.md | 21 __devitem(apm, apm, Power Management Interface)dnl
|
| /openbsd-src/etc/etc.riscv64/ |
| H A D | MAKEDEV.md | 21 __devitem(apm, apm, Power Management Interface)dnl
|
| /openbsd-src/etc/etc.powerpc64/ |
| H A D | MAKEDEV.md | 21 __devitem(apm, apm, Power Management Interface)dnl
|
| /openbsd-src/gnu/usr.bin/binutils/gas/doc/ |
| H A D | c-ppc.texi | 77 Generate code Power/PowerPC common instructions.
|
| /openbsd-src/etc/etc.loongson/ |
| H A D | MAKEDEV.md | 29 __devitem(apm, apm, Power management device)dnl
|