| /freebsd-14.2/sys/contrib/device-tree/Bindings/sound/ |
| H A D | everest,es8326.yaml | 33 just the value of reg 57. Bit(3) decides whether the jack polarity is inverted. 34 Bit(2) decides whether the button on the headset is inverted. 35 Bit(1)/(0) decides the mic properity to be OMTP/CTIA or auto. 65 Bit(2) 1 means button press triggers irq, 0 means not. 66 Bit(3) 1 means PIN9 is the irq source for jack detection. When set to 0, 68 Bit(4) 1 means PIN27 is the irq source for jack detection. 69 Bit(5) 1 means PIN9 is the irq source after MIC detect. 70 Bit(6) 1 means PIN27 is the irq source after MIC detect. 79 Bit(0-3) 0 means irq pulse equals 512*internal clock 85 Bit(4) 1 means we invert the interrupt output. [all …]
|
| H A D | amlogic,axg-tdm-formatters.yaml | 25 - description: Bit clock 26 - description: Bit clock input multiplexer
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerTracePC.h | 226 unsigned Bit = 0; in CounterToFeature() local 227 /**/ if (Counter >= 128) Bit = 7; in CounterToFeature() 228 else if (Counter >= 32) Bit = 6; in CounterToFeature() 229 else if (Counter >= 16) Bit = 5; in CounterToFeature() 230 else if (Counter >= 8) Bit = 4; in CounterToFeature() 231 else if (Counter >= 4) Bit = 3; in CounterToFeature() 232 else if (Counter >= 3) Bit = 2; in CounterToFeature() 233 else if (Counter >= 2) Bit = 1; in CounterToFeature() 234 return Bit; in CounterToFeature()
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/iio/dac/ |
| H A D | lltc,ltc1660.yaml | 8 title: Linear Technology Micropower octal 8-Bit and 10-Bit DACs 14 Bindings for the Linear Technology Micropower octal 8-Bit and 10-Bit DAC.
|
| /freebsd-14.2/sys/contrib/dev/acpica/components/utilities/ |
| H A D | utownerid.c | 304 UINT32 Bit; in AcpiUtReleaseOwnerId() local 337 Bit = (UINT32) 1 << ACPI_MOD_32 (OwnerId); in AcpiUtReleaseOwnerId() 341 if (AcpiGbl_OwnerIdMask[Index] & Bit) in AcpiUtReleaseOwnerId() 343 AcpiGbl_OwnerIdMask[Index] ^= Bit; in AcpiUtReleaseOwnerId()
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | size_class_map.h | 153 for (u8 Bit = 0; Bit != 64; ++Bit) { in LSBTable() local 154 if (Config::Classes[I] & (1 << Bit)) { in LSBTable() 155 Tab[I] = Bit; in LSBTable() 156 if (Bit < Min) in LSBTable() 157 Min = Bit; in LSBTable() 158 if (Bit > Max) in LSBTable() 159 Max = Bit; in LSBTable()
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/media/ |
| H A D | ti-am437x-vpfe.txt | 15 1 - 8 Bit BT656 Interface. 16 2 - 10 Bit BT656 Interface. 17 3 - YCbCr 8 Bit Interface. 18 4 - YCbCr 16 Bit Interface.
|
| /freebsd-14.2/contrib/file/magic/Magdir/ |
| H A D | smile | 14 # Bit 2 (mask 0x04): Whether raw binary (unescaped 8-bit) values may be present in content 15 # Bit 1 (mask 0x02): Whether shared String value checking was enabled during encoding, default … 16 # Bit 0 (mask 0x01): Whether shared property name checking was enabled during encoding, default…
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPContext.cpp | 88 for (unsigned Bit : ActiveTraits.set_bits()) { in OMPContext() 89 TraitProperty Property = TraitProperty(Bit); in OMPContext() 136 for (unsigned Bit : VMI0.RequiredTraits.set_bits()) in isStrictSubset() local 137 if (!VMI1.RequiredTraits.test(Bit)) in isStrictSubset() 194 for (unsigned Bit : VMI.RequiredTraits.set_bits()) { in isVariantApplicableInContextHelper() local 195 TraitProperty Property = TraitProperty(Bit); in isVariantApplicableInContextHelper() 275 for (unsigned Bit : VMI.RequiredTraits.set_bits()) { in getVariantMatchScore() local 276 TraitProperty Property = TraitProperty(Bit); in getVariantMatchScore()
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/input/ |
| H A D | pxa27x-keypad.txt | 28 - marvell,rotary0 : It is a u32 value. Bit[31:16] is the 29 linux key-code for rotary up. Bit[15:0] is the linux key-code 34 axes measurement in the device. It is a u32 value. Bit[31:16] 35 is for rotary 1, and Bit[15:0] is for rotary 0.
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TableGen/ |
| H A D | Record.h | 472 Init *getBit(unsigned Bit) const override { in getBit() argument 540 Init *getBit(unsigned Bit) const override { return Value->getBit(Bit); } in getBit() argument 569 Init *getBit(unsigned Bit) const override { in getBit() argument 624 Init *getBit(unsigned Bit) const override { in getBit() argument 831 Init *getBit(unsigned Bit) const override; 1129 Init *getBit(unsigned Bit) const override; 1164 Init *getBit(unsigned Bit) const override; 1197 Init *getBit(unsigned Bit) const override; 1231 Init *getBit(unsigned Bit) const override; 1276 unsigned Bit; variable [all …]
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm/ |
| H A D | armada-xp-crs305-1g-4s-bit.dts | 3 * Device Tree file for MikroTik CRS305-1G-4S+ Bit board 12 model = "MikroTik CRS305-1G-4S+ Bit";
|
| H A D | armada-xp-crs326-24g-2s-bit.dts | 3 * Device Tree file for MikroTik CRS326-24G-2S+ Bit board 12 model = "MikroTik CRS326-24G-2S+ Bit";
|
| H A D | armada-xp-crs328-4c-20s-4s-bit.dts | 3 * Device Tree file for MikroTik CRS328-4C-20S-4S+ Bit board 12 model = "MikroTik CRS328-4C-20S-4S+ Bit";
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/clock/ |
| H A D | arm,syscon-icst.yaml | 37 Integrator/AP 22 1 Bit 8 0, rest variable 40 Integrator/AP 46 3 Bit 8 0, rest variable 46 Integrator/CP 22 variable Bit 8 0, rest variable 49 Integrator/CP 22 variable Bit 8 0, rest variable
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/iio/adc/ |
| H A D | adi,ad7291.yaml | 7 title: AD7291 8-Channel, I2C, 12-Bit SAR ADC with Temperature Sensor 13 Analog Devices AD7291 8-Channel I2C 12-Bit SAR ADC with Temperature Sensor
|
| H A D | adi,ad7091r5.yaml | 7 title: Analog Devices AD7091R5 4-Channel 12-Bit ADC 13 Analog Devices AD7091R5 4-Channel 12-Bit ADC
|
| H A D | adi,ad7292.yaml | 7 title: Analog Devices AD7292 10-Bit Monitor and Control System 13 Analog Devices AD7292 10-Bit Monitor and Control System with ADC, DACs,
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/hsi/ |
| H A D | client-devices.txt | 9 - hsi-rx-mode: Receiver Bit transmission mode ("stream" or "frame") 10 - hsi-tx-mode: Transmitter Bit transmission mode ("stream" or "frame")
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | GlobalObject.h | 168 void setGlobalObjectFlag(unsigned Bit, bool Val) { in setGlobalObjectFlag() argument 169 unsigned Mask = 1 << Bit; in setGlobalObjectFlag()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | BitVector.h | 164 for (auto Bit : Bits) in count() local 165 NumBits += llvm::popcount(Bit); in count() 171 return any_of(Bits, [](BitWord Bit) { return Bit != 0; }); in any() 432 for (auto &Bit : Bits) in flip() 433 Bit = ~Bit; in flip()
|
| /freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | ClangSACheckersEmitter.cpp | 67 const auto *Bit = dyn_cast<BitInit>(B->getBit(i)); in getValueFromBitsInit() local 68 if (Bit) in getValueFromBitsInit() 69 Value |= uint64_t(Bit->getValue()) << i; in getValueFromBitsInit()
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/iio/cdc/ |
| H A D | adi,ad7746.yaml | 7 title: AD7746 24-Bit Capacitance-to-Digital Converter with Temperature Sensor 13 AD7746 24-Bit Capacitance-to-Digital Converter with Temperature Sensor
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/arm/ |
| H A D | qcom,coresight-tpdm.yaml | 13 Basic Counts (BC), Tenure Counts (TC), Continuous Multi-Bit (CMB), and Discrete 14 Single Bit (DSB). It performs data collection in the data producing clock
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/power/supply/ |
| H A D | gpio-charger.yaml | 57 Encoded GPIO setting. Bit 0 represents last GPIO from the 58 charge-current-limit-gpios property. Bit 1 second to last
|