/freebsd/share/man/man4/ |
H A D | ds3231.4 | 74 is set to square-wave, battery-backed square-wave output is enabled. 78 Select the frequency of the SQW pin when the square-wave output is enabled on 83 It can be set to 'interrupt' (default) or 'square-wave'. 86 In square-wave mode, the SQW pin drives a square-wave of
|
H A D | ds1307.4 | 64 If set to 1, the SQW pin drives a square-wave of 70 Select the frequency of the SQW pin when the square-wave output is enabled on
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUSetWavePriority.cpp | 1 //===- AMDGPUSetWavePriority.cpp - Set wave priority ----------------------===// 10 /// Pass to temporarily raise the wave priority beginning the start of 27 #define DEBUG_TYPE "amdgpu-set-wave-priority" 30 "amdgpu-set-wave-priority-valu-insts-threshold", 31 cl::desc("VALU instruction count threshold for adjusting wave priority"), 51 StringRef getPassName() const override { return "Set wave priority"; } in getPassName() 65 INITIALIZE_PASS(AMDGPUSetWavePriority, DEBUG_TYPE, "Set wave priority", false, 113 Attribute A = F.getFnAttribute("amdgpu-wave-priority-threshold"); in runOnMachineFunction()
|
H A D | AMDGPUPerfHintAnalysis.cpp | 39 LimitWaveThresh("amdgpu-limit-wave-threshold", cl::init(50), cl::Hidden, 40 cl::desc("Kernel limit wave threshold in %")); 55 STATISTIC(NumLimitWave, "Number of functions marked as needing limit wave"); 291 if (F.hasFnAttribute("amdgpu-wave-limiter") && in runOnFunction() 313 LLVM_DEBUG(dbgs() << F.getName() << " needs limit wave\n"); in runOnFunction() 315 F.addFnAttr("amdgpu-wave-limiter", "true"); in runOnFunction()
|
H A D | AMDKernelCodeT.h | 133 /// Control wave ID base counter for GDS ordered-append. Used to set 336 /// SGPRs that are set up by ADC/SPI and can have different values for each wave 343 /// Scratch Wave Offset as an offset, to access the Private/Spill/Arg 346 /// does not include the scratch wave offset. It will be the per process 392 /// Scratch Wave Offset must be added by the kernel code and moved to 462 /// Private Segment Wave Byte Offset 497 /// 3) Scratch Wave Offset is also set by SPI which is why its value cannot 620 /// fixed SGPR number used to hold the wave scratch offset for the
|
H A D | SILowerSGPRSpills.cpp | 265 // whole-wave virtual registers when allocated together with the regular VGPR in extendWWMVirtRegLiveness() 269 // can modify inactive lanes, the wave-aware liveness should be computed for in extendWWMVirtRegLiveness() 272 // wave-aware liveness info. Until then, we conservatively extend the liveness in extendWWMVirtRegLiveness() 432 // This SGPR is reserved to handle the whole-wave spill/copy operations in runOnMachineFunction()
|
H A D | SIMemoryLegalizer.cpp | 1136 // same wave. in insertWait() 1158 // same wave. in insertWait() 1495 // hardware does not reorder memory operations by the same wave with in insertAcquire() 1497 // remove any cache lines of earlier writes by the same wave and ensures in insertAcquire() 1498 // later reads by the same wave will refetch the cache lines. in insertAcquire() 1555 // hardware does not reorder memory operations by the same wave with in insertRelease() 1558 // same wave. A "S_WAITCNT vmcnt(0)" is needed after to ensure the in insertRelease() 1766 // hardware does not reorder memory operations by the same wave with in insertAcquire() 1768 // remove any cache lines of earlier writes by the same wave and ensures in insertAcquire() 1769 // later reads by the same wave will refetch the cache lines. in insertAcquire() [all …]
|
H A D | SIFrameLowering.cpp | 510 // Add wave offset in bytes to private base offset. in emitEntryFunctionFlatScratchInit() 662 // the scratch wave offset, which may be in a fixed SGPR or a free SGPR in emitEntryFunctionPrologue() 664 // wave offset to a free SGPR. in emitEntryFunctionPrologue() 767 // The driver will always set the SRD for wave 64 (bits 118:117 of in emitEntryFunctionScratchRsrcRegSetup() 772 // 2 shaders with different wave size (e.g. VsFs). in emitEntryFunctionScratchRsrcRegSetup() 847 // Add the scratch wave offset into the scratch RSRC. in emitEntryFunctionScratchRsrcRegSetup() 930 // Spill Whole-Wave Mode VGPRs. Save only the inactive lanes of the scratch in emitCSRSpillStores() 1033 // Restore Whole-Wave Mode VGPRs. Restore only the inactive lanes of the in emitCSRSpillRestores() 1533 // Reset it at this point. There are no whole-wave copies and spills in determinePrologEpilogSGPRSaves() 1638 // The Whole-Wave VGPRs need to be specially inserted in the prolog, so don't in determineCalleeSaves()
|
H A D | SILowerI1Copies.cpp | 11 // form and a wave-level control flow graph. 112 /// a wave may reach before entering the def block (the block containing the 172 // post-dominator, the wave may first visit the other successors. in analyze() 224 /// that threads in a wave are merged at the entry of C).
|
H A D | SILowerWWMCopies.cpp | 13 /// instructions to replicate 'Whole Wave Mode' and lowers WWM_COPY back to
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | riff | 8 # http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Docs/riffmci.pdf 9 # https://www.iana.org/assignments/wave-avi-codec-registry/wave-avi-codec-registry.xml 13 0 name riff-wave 132 >>>8 use riff-wave 244 # WAVE/AVI codec registry: https://www.iana.org/assignments/wave-avi-codec-registry/wave-avi-codec-… 297 # Microsoft WAVE format (*.wav) 299 >8 string WAVE \b, WAVE audio 300 #!:mime audio/vnd.wave 303 #!:apple ????WAVE 304 !:ext wav/wave [all …]
|
H A D | sysex | 206 >>2 byte 0x03 Wave 209 >>>4 byte 0x02 SWAVE (Wave) 210 >>>4 byte 0x03 SWTBL (Wave control table)
|
H A D | sniffer | 246 >20 belong&0x03FFFFFF 261 (Z-Wave RF profile R1 and R2 packets 247 >20 belong&0x03FFFFFF 262 (Z-Wave RF profile R3 packets 269 >20 belong&0x03FFFFFF 287 (Z-Wave serial
|
/freebsd/sys/contrib/device-tree/Bindings/clock/ti/davinci/ |
H A D | pll.txt | 18 - ti,clkmode-square-wave: Indicates that the board is supplying a square 19 wave input on the OSCIN pin instead of using a crystal oscillator. 61 ti,clkmode-square-wave;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDGPUPALMetadata.h | 86 // record for logging etc; wave dispatch actually uses the rsrc1 register for 97 // record for logging etc; wave dispatch actually uses the rsrc1 register for 110 // advisory record for logging etc; wave dispatch actually uses the rsrc1 115 // record for logging etc; wave dispatch actually uses the rsrc1 register for 121 // record for logging etc; wave dispatch actually uses the rsrc1 register for
|
/freebsd/sys/contrib/device-tree/Bindings/rtc/ |
H A D | maxim,ds3231.txt | 14 - 0: square-wave output on the SQW pin 15 - 1: square-wave output on the 32kHz pin
|
H A D | nxp,pcf85063.txt | 18 - clock: Provide this if the square wave pin is used as boot-enabled fixed clock.
|
H A D | rtc-m41t80.txt | 25 - clock: Provide this if the square wave pin is used as boot-enabled fixed clock.
|
H A D | nxp,pcf85063.yaml | 42 Provide this if the square wave pin is used as boot-enabled
|
/freebsd/sys/dev/iicbus/rtc/ |
H A D | ds3231.c | 286 } else if ((len > 2 && strncasecmp("square-wave", buf, len) == 0) || in ds3231_str_sqw_mode() 310 strlcpy(buf, "square-wave", sizeof(buf)); in ds3231_sqw_mode_sysctl() 457 "DS3231 battery-backed square-wave output enable"); in ds3231_start() 461 "DS3231 square-wave output frequency"); in ds3231_start()
|
/freebsd/contrib/ntp/clockstuff/ |
H A D | propdelay.c | 402 * waveangle - compute the wave angle for the given distance, virtual 462 double delta; /* wave angle */ in finddelay() 476 printf("%d hop%s okay, wave angle is %g\n", n, n>1?"s":"", in finddelay()
|
/freebsd/contrib/ntp/sntp/libevent/test/ |
H A D | regress_rpc.c | 121 EVTAG_ASSIGN(kill_reply, action, "wave around like an idiot"); in MessageCb() 354 if (strcmp(action, "wave around like an idiot")) in GotKillCb() 385 if (strcmp(action, "wave around like an idiot")) in GotKillCbTwo()
|
/freebsd/contrib/libevent/test/ |
H A D | regress_rpc.c | 121 EVTAG_ASSIGN(kill_reply, action, "wave around like an idiot"); in MessageCb() 354 if (strcmp(action, "wave around like an idiot")) in GotKillCb() 385 if (strcmp(action, "wave around like an idiot")) in GotKillCbTwo()
|
/freebsd/sys/dev/ic/ |
H A D | i8253reg.h | 72 #define TIMER_SQWAVE 0x06 /* mode 3, square wave */
|
/freebsd/sys/isa/ |
H A D | rtc.h | 75 #define RTCSB_SQWE 0x08 /* 1 = output sqare wave at SQW pin */
|