HomeSort by: relevance | last modified time | path
    Searched refs:Bit (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/utilities/
utownerid.c 237 * Found a free ID. The actual ID is the bit index plus one,
247 * Construct encoded ID from the index and bit position
249 * Note: Last [j].k (bit 4095) is never used and is marked
304 UINT32 Bit;
337 Bit = (UINT32) 1 << ACPI_MOD_32 (OwnerId);
341 if (AcpiGbl_OwnerIdMask[Index] & Bit)
343 AcpiGbl_OwnerIdMask[Index] ^= Bit;
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerTracePC.h 239 unsigned Bit = 0;
240 /**/ if (Counter >= 128) Bit = 7;
241 else if (Counter >= 32) Bit = 6;
242 else if (Counter >= 16) Bit = 5;
243 else if (Counter >= 8) Bit = 4;
244 else if (Counter >= 4) Bit = 3;
245 else if (Counter >= 3) Bit = 2;
246 else if (Counter >= 2) Bit = 1;
247 return Bit;
  /src/sys/external/bsd/acpica/dist/tools/examples/
extables.c 466 32-bit PM Timer (V1) : 0
483 [0001] Bit Width : 08
484 [0001] Bit Offset : 00
494 [0001] Bit Width : 20
495 [0001] Bit Offset : 00
501 [0001] Bit Width : 00
502 [0001] Bit Offset : 00
508 [0001] Bit Width : 10
509 [0001] Bit Offset : 00
515 [0001] Bit Width : 0
    [all...]
  /src/sys/external/bsd/acpica/dist/tools/acpiexec/
aetables.h 539 [025h 0037 1] Bit Width : 08
540 [026h 0038 1] Bit Offset : 00
546 [031h 0049 1] Bit Width : 08
547 [032h 0050 1] Bit Offset : 00
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
ste-ux500-samsung-janice.dts 211 /* Bit-banged I2C on GPIO143 and GPIO144 also called "SUBPMU I2C" */
242 * this panel interface. We have to use GPIO bit-banging instead.
293 /* Bit-banged I2C on GPIO196 and GPIO197 also called "TOUCHKEY_I2C" */
321 /* Bit-banged I2C on GPIO201 and GPIO202 also called "MOT_I2C" */
333 /* Bit-banged I2C on GPIO151 and GPIO152 also called "NFC_I2C" */
ste-ux500-samsung-gavini.dts 221 /* Bit-banged I2C on GPIO143 and GPIO144 also called "SUBPMU I2C" */
294 /* Bit-banged I2C on GPIO201 and GPIO202 also called "MOT_I2C" */
306 /* Bit-banged I2C on GPIO196 and GPIO197 also called "MPR_I2C" */
ste-ux500-samsung-codina.dts 253 /* Bit-banged I2C on GPIO143 and GPIO144 also called "SUBPMU I2C" */
274 /* Bit-banged I2C on GPIO151 and GPIO152 also called "NFC I2C" */
  /src/sys/external/gpl2/dts/dist/arch/mips/boot/dts/cavium-octeon/
octeon_3xxx.dtsi 23 * 2) Bit within the register (0..63)
octeon_68xx.dts 27 * 2) Bit within the register (0..63)
  /src/usr.sbin/sysinst/
msg.mi.de 890 {Basispaket f?r 32-Bit-Kompatibilit?t}
893 {Basispaket f?r 64-Bit-Kompatibilit?t}
971 {Debug-Information (32-Bit)}
974 {Debug-Information (64-Bit)}
  /src/common/dist/zlib/os400/
zlib.inc 419 D bits 10I 0 value Bit count
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/nvidia/
tegra194.dtsi 418 * Bit 39 of addresses passing through the memory
422 * (bit 39 set) or Tegra (bit 39 clear).
425 * that bit 39 is never used implicitly, for example
428 * drivers must set this bit explicitly.

Completed in 22 milliseconds