/freebsd/sys/contrib/device-tree/Bindings/iio/adc/ |
H A D | xlnx,zynqmp-ams.yaml | 52 |22 |PL Auxiliary voltage measurement, VCCAUX. |Voltage 58 |28 |PS Auxiliary voltage measurement (supply6). |Voltage 65 |35 |Auxiliary ch 0 voltage measurement (VAux0). |Voltage 66 |36 |Auxiliary ch 1 voltage measurement (VAux1). |Voltage 67 |37 |Auxiliary ch 2 voltage measurement (VAux2). |Voltage 68 |38 |Auxiliary ch 3 voltage measurement (VAux3). |Voltage 69 |39 |Auxiliary ch 4 voltage measurement (VAux4). |Voltage 70 |40 |Auxiliary ch 5 voltage measurement (VAux5). |Voltage 71 |41 |Auxiliary ch 6 voltage measurement (VAux6). |Voltage 72 |42 |Auxiliary c [all...] |
/freebsd/contrib/libfido2/examples/ |
H A D | info.c | 72 * Auxiliary function to print an array of strings on stdout. 89 * Auxiliary function to print (char *, bool) pairs on stdout. 108 * Auxiliary function to print (char *, uint64_t) pairs on stdout. 127 * Auxiliary function to print a list of supported COSE algorithms on stdout. 165 * Auxiliary function to print an authenticator's AAGUID on stdout. 179 * Auxiliary function to print an authenticator's maximum message size on 189 * Auxiliary function to print an authenticator's maximum number of credentials 199 * Auxiliary function to print an authenticator's maximum credential ID length 209 * Auxiliary function to print the maximum size of an authenticator's 219 * Auxiliary function to print the authenticator's estimated number of [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/ |
H A D | pinctrl-zx.txt | 4 a main controller and an auxiliary one. For example, on ZX296718 SoC, the 5 main controller is TOP_PMM and the auxiliary one is AON_IOCFG. Both 42 types of pins. Both are controlled by auxiliary controller, i.e. AON_IOCFG 48 - zte,auxiliary-controller: phandle to the auxiliary pin controller which 71 zte,auxiliary-controller = <&iocfg>;
|
/freebsd/crypto/openssl/crypto/bn/ |
H A D | bn_rsa_fips186_4.c | 18 * FIPS 186-4 relies on the use of the auxiliary primes p1, p2, q1 and q2 that 21 * 3072 bits only, the min/max total length of the auxiliary primes. 52 * FIPS 186-5 Table A.1. "Min length of auxiliary primes p1, p2, q1, q2". 58 * The minimum size of the auxiliary primes or 0 if nbits is invalid. 143 * p1, p2 The returned auxiliary primes. If NULL they are not returned. 196 /* (Steps 4.2/5.2) - find first auxiliary probable primes */ in ossl_bn_rsa_fips186_4_gen_prob_primes() 200 /* (Table B.1) auxiliary prime Max length check */ in ossl_bn_rsa_fips186_4_gen_prob_primes() 224 * Constructs a probable prime (a candidate for p or q) using 2 auxiliary 227 * See FIPS 186-4 C.9 "Compute a Probable Prime Factor Based on Auxiliary 234 * r1 An auxiliary prime. [all …]
|
/freebsd/sys/dev/mii/ |
H A D | bmtphyreg.h | 41 #define MII_BMTPHY_AUX_CTL 0x10 /* auxiliary control */ 50 #define MII_BMTPHY_AUX_STS 0x11 /* auxiliary status */ 74 #define MII_BMTPHY_AUX_CSR 0x18 /* auxiliary control/status */ 86 #define MII_BMTPHY_AUX_SS 0x19 /* auxiliary status summary */ 130 #define MII_BMTPHY_AUXERR 0x1c /* auxiliary error */ 139 #define MII_BMTPHY_AUXMODE 0x1d /* auxiliary mode */ 144 #define MII_BMTPHY_AUXMPHY 0x1e /* auxiliary multiple phy register */
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | XCOFFDumper.cpp | 133 // TODO FIXME Add support for the auxiliary header (if any) once in printFileHeaders() 536 "Mismatched auxiliary type!"); in printFileAuxEnt() 539 DictScope SymDs(W, "File Auxiliary Entry"); in printFileAuxEnt() 546 W.printEnum("Auxiliary Type", static_cast<uint8_t>(AuxEntPtr->AuxType), in printFileAuxEnt() 573 "Mismatched auxiliary type!"); in printCsectAuxEnt() 575 DictScope SymDs(W, "CSECT Auxiliary Entry"); in printCsectAuxEnt() 591 W.printEnum("Auxiliary Type", static_cast<uint8_t>(XCOFF::AUX_CSECT), in printCsectAuxEnt() 603 DictScope SymDs(W, "Sect Auxiliary Entry For Stat"); in printSectAuxEntForStat() 617 DictScope SymDs(W, "Exception Auxiliary Entry"); in printExceptionAuxEnt() 623 W.printEnum("Auxiliary Type", static_cast<uint8_t>(AuxEntPtr->AuxType), in printExceptionAuxEnt() [all …]
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_labelclear/ |
H A D | zpool_labelclear_exported.ksh | 29 # 4. Add auxiliary vdevs (cache/spare). 30 # 5. Check that zpool labelclear succeeds on auxiliary vdevs of 47 # Add auxiliary vdevs (cache/spare) 66 # Check that labelclear on auxiliary vdevs will succeed
|
/freebsd/sys/arm/arm/ |
H A D | cpufunc_asm_pj4b.S | 40 /* Set Auxiliary Debug Modes Control 0 register */ 48 /* Set Auxiliary Debug Modes Control 1 register */ 58 /* Set Auxiliary Function Modes Control 0 register */ 67 /* Set Auxiliary Debug Modes Control 2 register */ 77 /* Set SMP mode in Auxiliary Control Register */
|
/freebsd/sys/x86/include/ |
H A D | elf.h | 51 * Auxiliary vector entries for passing information to the interpreter. 57 typedef struct { /* Auxiliary vector entry on initial stack */ 108 * Auxiliary vector entries for passing information to the interpreter. 113 typedef struct { /* Auxiliary vector entry on initial stack */ 120 typedef struct { /* Auxiliary vector entry on initial stack */
|
/freebsd/sys/contrib/device-tree/Bindings/mfd/ |
H A D | stericsson,ab8500.yaml | 340 description: The voltage for the auxiliary LDO regulator 1 346 description: The voltage for the auxiliary LDO regulator 2 352 description: The voltage for the auxiliary LDO regulator 3 358 description: The voltage for the auxiliary LDO regulator 4 365 description: The voltage for the auxiliary LDO regulator 5 372 description: The voltage for the auxiliary LDO regulator 6 381 description: The voltage for the auxiliary LDO regulator 8
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | BUFInstructions.td | 1351 timm:$auxiliary, 0)), 1353 (extract_cpol $auxiliary), (extract_swz $auxiliary)) 1358 timm:$auxiliary, 0)), 1360 (extract_cpol $auxiliary), (extract_swz $auxiliary)) 1365 timm:$auxiliary, timm)), 1367 (extract_cpol $auxiliary), (extract_swz $auxiliary)) 1372 timm:$auxiliary, timm)), 1376 (extract_cpol $auxiliary), (extract_swz $auxiliary)) 1459 timm:$auxiliary, 0), 1461 (extract_cpol $auxiliary), (extract_swz $auxiliary)) [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/pci/ |
H A D | qcom,pcie.txt | 106 - "aux" Auxiliary (AUX) clock 115 - "aux" Auxiliary (AUX) clock 128 - "aux" Auxiliary clock 145 - "aux" Auxiliary clock 153 - "aux" Auxiliary clock 165 - "aux" Auxiliary clock 178 - "aux" Auxiliary clock
|
H A D | qcom,pcie.yaml | 277 - const: aux # Auxiliary (AUX) clock 297 - const: aux # Auxiliary (AUX) clock 332 - const: aux # Auxiliary (AUX) clock 356 - const: aux # Auxiliary clock 417 - const: aux # Auxiliary clock 448 - const: aux # Auxiliary clock 462 - const: aux # Auxiliary clock 489 - const: aux # Auxiliary clock
|
/freebsd/sbin/camcontrol/ |
H A D | zone.c | 466 uint32_t auxiliary = 0; in zone() 487 auxiliary = action & 0xf; in zone() 489 auxiliary |= rep_option << 8; in zone() 505 /*auxiliary*/ auxiliary, in zone() 558 uint32_t auxiliary = 0; in zone() 580 auxiliary = action & 0xf; in zone() 582 auxiliary |= (ZBC_OUT_ALL << 8); in zone() 597 /*auxiliary*/ auxiliary, in zone() 467 uint32_t auxiliary = 0; zone() local 559 uint32_t auxiliary = 0; zone() local [all...] |
/freebsd/lib/libsys/ |
H A D | auxv.3 | 30 .Nd extract data from the elf auxiliary vector of the current process 40 function retrieves the auxiliary info vector requested in 102 Only a small subset of available auxiliary info vector items are
|
/freebsd/sys/riscv/include/ |
H A D | elf.h | 41 * Auxiliary vector entries for passing information to the interpreter. 44 typedef struct { /* Auxiliary vector entry on initial stack */ 51 typedef struct { /* Auxiliary vector entry on initial stack */
|
/freebsd/sys/arm64/vmm/ |
H A D | arm64.h | 58 uint64_t actlr_el1; /* Auxiliary Control Register */ 59 uint64_t afsr0_el1; /* Auxiliary Fault Status Register 0 */ 60 uint64_t afsr1_el1; /* Auxiliary Fault Status Register 1 */ 61 uint64_t amair_el1; /* Auxiliary Memory Attribute Indirection Register */
|
/freebsd/sys/contrib/device-tree/Bindings/iio/frequency/ |
H A D | adf4350.txt | 55 - adi,aux-output-enable: Enables auxiliary RF output. 57 the auxiliary RF output. Default = Output of RF dividers. 65 - adi,aux-output-power: Auxiliary output power selection.
|
/freebsd/sys/contrib/device-tree/Bindings/clock/ |
H A D | brcm,bcm2835-aux-clock.txt | 1 Broadcom BCM2835 auxiliary peripheral support 6 The auxiliary peripherals (UART, SPI1, and SPI2) have a small register
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | XCOFF.h | 238 // bits of the (unsigned, 8-bit) x_smtyp field of csect auxiliary symbol table 250 /// 32-bit XCOFF only when the vstamp in the auxiliary header is greater than 1. 343 AUX_EXCEPT = 255, ///< Identifies an exception auxiliary entry. 344 AUX_FCN = 254, ///< Identifies a function auxiliary entry. 345 AUX_SYM = 253, ///< Identifies a symbol auxiliary entry. 346 AUX_FILE = 252, ///< Identifies a file auxiliary entry. 347 AUX_CSECT = 251, ///< Identifies a csect auxiliary entry. 348 AUX_SECT = 250 ///< Identifies a SECT auxiliary entry.
|
/freebsd/sys/powerpc/include/ |
H A D | elf.h | 61 * Auxiliary vector entries for passing information to the interpreter. 67 typedef struct { /* Auxiliary vector entry on initial stack */ 80 typedef struct { /* Auxiliary vector entry on initial stack */
|
/freebsd/crypto/heimdal/lib/hdb/ |
H A D | hdb.schema | 121 AUXILIARY 128 AUXILIARY 137 AUXILIARY
|
/freebsd/crypto/openssl/crypto/rsa/ |
H A D | rsa_sp800_56b_gen.c | 25 * "Generation of Probable Primes with Conditions Based on Auxiliary Probable 31 * p1, p2 The returned auxiliary primes for p. 37 * auxiliary primes p1 & p2 are calculated. If NULL these values 39 * q1, q2 The returned auxiliary primes for q. 45 * auxiliary primes q1 & q2 are calculated. If NULL these values 346 * "Generation of Probable Primes with Conditions Based on Auxiliary
|
/freebsd/sys/contrib/device-tree/Bindings/mailbox/ |
H A D | qcom,apcs-kpss-global.yaml | 102 - description: auxiliary parent 119 - description: auxiliary parent 139 - description: auxiliary parent
|
/freebsd/sys/arm/include/ |
H A D | sysreg.h | 67 #define CP15_ID_AFR0(rr) p15, 0, rr, c0, c1, 3 /* Auxiliary Feature Register 0 */ 82 #define CP15_AIDR(rr) p15, 1, rr, c0, c0, 7 /* Auxiliary ID Register */ 93 #define CP15_ACTLR(rr) p15, 0, rr, c1, c0, 1 /* IMPLEMENTATION DEFINED Auxiliary Control Register… 131 #define CP15_ADFSR(rr) p15, 0, rr, c5, c1, 0 /* Auxiliary Data Fault Status Register */ 132 #define CP15_AIFSR(rr) p15, 0, rr, c5, c1, 1 /* Auxiliary Instruction Fault Status Register */ 231 #define CP15_AMAIR0(rr) p15, 0, rr, c10, c3, 0 /* Auxiliary Memory Attribute Indirection Register … 232 #define CP15_AMAIR1(rr) p15, 0, rr, c10, c3, 1 /* Auxiliary Memory Attribute Indirection Register …
|