| /freebsd/sys/contrib/device-tree/src/arm64/exynos/ |
| H A D | exynos5433-tmu.dtsi | 56 /* Set maximum frequency as 1800MHz */ 62 /* Set maximum frequency as 1700MHz */ 68 /* Set maximum frequency as 1600MHz */ 74 /* Set maximum frequency as 1500MHz */ 80 /* Set maximum frequency as 1400MHz */ 86 /* Set maximum frequencyas 1200MHz */ 92 /* Set maximum frequency as 1000MHz */ 230 /* Set maximum frequency as 1200MHz */ 236 /* Set maximum frequency as 1100MHz */ 242 /* Set maximum frequency as 1000MHz */ [all …]
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | SSL_CTX_set_max_cert_list.pod | 19 SSL_CTX_set_max_cert_list() sets the maximum size allowed for the peer's 24 SSL_CTX_get_max_cert_list() returns the currently set maximum size for B<ctx>. 26 SSL_set_max_cert_list() sets the maximum size allowed for the peer's 30 SSL_get_max_cert_list() returns the currently set maximum size for B<ssl>. 35 The TLS/SSL standard does not give any maximum size of the certificate chain. 38 received from a faulty or malicious peer, a maximum size for the certificate 41 The default value for the maximum certificate chain size is 100kB (30kB 43 chains (OpenSSL's default maximum chain length is 10, see 47 For special applications it can be necessary to extend the maximum certificate 57 If the maximum certificate chain size allowed is exceeded, the handshake will
|
| H A D | DTLS_get_data_mtu.pod | 5 DTLS_get_data_mtu - Get maximum data payload size 15 This function obtains the maximum data payload size for the established 21 Returns the maximum data payload size on success, or 0 on failure.
|
| H A D | SSL_CTX_set_min_proto_version.pod | 9 and maximum supported protocol version 27 The functions get or set the minimum and maximum supported protocol versions 34 Setting the minimum or maximum version to 0 (default), will enable protocol
|
| H A D | OSSL_sleep.pod | 21 In particular on Windows the maximum amount of time it will sleep is 23 system call the maximum sleep time is about 136 years.
|
| /freebsd/contrib/netbsd-tests/lib/libusbhid/ |
| H A D | t_usbhid.c | 119 uint32_t minimum, maximum; in ATF_TC_BODY() local 150 maximum = (uint32_t)hi.logical_maximum & ((1ULL<<hi.report_size)-1); in ATF_TC_BODY() 151 MYu_ATF_CHECK_EQ(maximum, 255); in ATF_TC_BODY() 157 maximum = hi.logical_maximum & ((1ULL<<hi.report_size)-1); in ATF_TC_BODY() 158 MYu_ATF_CHECK_EQ(maximum, 65535); in ATF_TC_BODY() 164 maximum = hi.logical_maximum & ((1ULL<<hi.report_size)-1); in ATF_TC_BODY() 165 MYu_ATF_CHECK_EQ(maximum, 4294967295); in ATF_TC_BODY() 182 uint32_t minimum, maximum; in ATF_TC_BODY() local 213 maximum = (uint32_t)hi.physical_maximum & ((1ULL<<hi.report_size)-1); in ATF_TC_BODY() 214 MYu_ATF_CHECK_EQ(maximum, 255); in ATF_TC_BODY() [all …]
|
| /freebsd/usr.sbin/bsnmpd/modules/snmp_hostres/ |
| H A D | BEGEMOT-HOSTRES-MIB.txt | 67 "The maximum number of ticks the storage table is cached." 76 "The maximum number of ticks the FS table is cached." 85 "The maximum number of ticks the disk storage table is cached." 94 "The maximum number of ticks the network table is cached." 103 "The maximum number of ticks the hrSWInstalledTable is cached." 112 "The maximum number of ticks the hrSWRunTable and
|
| /freebsd/sys/contrib/device-tree/Bindings/power/supply/ |
| H A D | bq25890.txt | 14 - ti,battery-regulation-voltage: integer, maximum charging voltage (in uV); 15 - ti,charge-current: integer, maximum charging current (in uA); 18 - ti,precharge-current: integer, maximum charge current during precharge 24 - ti,boost-max-current: integer, maximum allowed current draw in boost mode 38 - ti,ibatcomp-clamp-microvolt: integer, maximum charging voltage adjustment due
|
| H A D | bq2415x.txt | 18 - ti,current-limit: integer, initial maximum current charger can pull 23 - ti,battery-regulation-voltage: integer, maximum charging voltage in mV. 24 - ti,charge-current: integer, maximum charging current in mA.
|
| H A D | bq24257.txt | 11 - ti,battery-regulation-voltage: integer, maximum charging voltage in uV. 12 - ti,charge-current: integer, maximum charging current in uA. 22 - ti,current-limit: The maximum current to be drawn from the charger's input
|
| /freebsd/sys/contrib/device-tree/src/arm64/freescale/ |
| H A D | fsl-lx2160a-clearfog-itx.dtsi | 38 maximum-power-milliwatt = <2000>; 45 maximum-power-milliwatt = <2000>; 52 maximum-power-milliwatt = <2000>; 59 maximum-power-milliwatt = <2000>;
|
| H A D | fsl-lx2162a-clearfog.dts | 66 maximum-power-milliwatt = <2000>; 73 maximum-power-milliwatt = <2000>; 80 maximum-power-milliwatt = <2000>; 87 maximum-power-milliwatt = <2000>;
|
| /freebsd/sys/contrib/device-tree/Bindings/sound/ |
| H A D | cs35l33.txt | 23 a value of 1 and will increase at a step size of 100mV until a maximum of 34 - cirrus,boost-ipk : The maximum current allowed for the boost converter. 35 The range starts at 1850000uA and goes to a maximum of 3600000uA 59 start at 3 to a maximum of 255. 63 of 1 and increases with a step size of 50mV to a maximum of 750mV (value of 81 by 100mV per step to a maximum of 5500mV. 91 1800mV with a step size of 50mV up to a maximum value of 1750mV.
|
| /freebsd/contrib/byacc/ |
| H A D | configure.in | 28 AC_MSG_CHECKING(for maximum table size) 31 [set the maximum table size = N (no default)])]) 40 AC_DEFINE_UNQUOTED(MAXTABLE,$with_max_table_size,[Define to maximum table size (default: 32500)])
|
| /freebsd/crypto/openssl/doc/designs/quic-design/ |
| H A D | quic-statm.md | 55 The maximum ACK delay configured using `ossl_statm_set_max_ack_delay` is not 58 to retrieve the value and enforce the maximum ACK delay if appropriate. 69 Sets the maximum ACK delay field reported by `OSSL_RTT_INFO`.
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXTargetTransformInfo.cpp | 218 return {Intrinsic::maximum, FTZ_MustBeOff}; in simplifyNvvmIntrinsic() 220 return {Intrinsic::maximum, FTZ_MustBeOn}; in simplifyNvvmIntrinsic() 230 return {Intrinsic::maximum, FTZ_MustBeOff, true}; in simplifyNvvmIntrinsic() 232 return {Intrinsic::maximum, FTZ_MustBeOn, true}; in simplifyNvvmIntrinsic() 234 return {Intrinsic::maximum, FTZ_MustBeOff, true}; in simplifyNvvmIntrinsic() 236 return {Intrinsic::maximum, FTZ_MustBeOn, true}; in simplifyNvvmIntrinsic()
|
| /freebsd/sys/contrib/device-tree/Bindings/leds/ |
| H A D | leds-ktd2692.txt | 4 It uses ExpressWire single-wire programming for maximum flexibility. 29 - flash-max-microamp : Flash LED maximum current 31 - flash-max-timeout-us : Flash LED maximum timeout.
|
| /freebsd/sys/contrib/device-tree/Bindings/input/ |
| H A D | nvidia,tegra20-kbc.txt | 2 The key controller has maximum 24 pins to make matrix keypad. Any pin 3 can be configured as row or column. The maximum column pin can be 8 4 and maximum row pins can be 16 for Tegra20/Tegra30.
|
| /freebsd/sys/contrib/device-tree/Bindings/mmc/ |
| H A D | mmc-spi-slot.txt | 7 - spi-max-frequency : maximum frequency for this device (Hz). 11 slot voltage (mV), second cell specifies maximum slot voltage (mV).
|
| /freebsd/crypto/openssl/doc/designs/ |
| H A D | thread-api.md | 24 In the default model, OpenSSL creates and manages threads up to a maximum 32 * Set the maximum number of threads to be used by the thread pool. 45 * Get the maximum number of threads currently allowed to be used by the 51 The maximum thread count is a limit, not a target. Threads will not be spawned
|
| /freebsd/sys/contrib/zstd/programs/ |
| H A D | zstd.1.md | 106 unlocks high compression levels 20+ (maximum 22), using a lot more memory. 187 as the maximum amount of memory the decompressor is allowed to use, but you can 192 this parameter overrides that maximum size allowed for a dictionary. (128 MB). 235 when there are a lot of files and naming breaks the maximum size of a command line. 412 improving its efficiency but reducing its possible maximum size. 470 Specify the maximum number of bits for a match distance. 475 The minimum _wlog_ is 10 (1 KiB) and the maximum is 30 (1 GiB) on 32-bit 482 Specify the maximum number of bits for a hash table. 487 The minimum _hlog_ is 6 (64 B) and the maximum is 30 (1 GiB). 490 Specify the maximum number of bits for a hash chain or a binary tree. [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/net/ |
| H A D | sff,sfp.txt | 36 - maximum-power-milliwatt : Maximum module power consumption 37 Specifies the maximum power consumption allowable by a module in the 47 maximum-power-milliwatt = <1000>;
|
| /freebsd/sys/contrib/device-tree/Bindings/usb/ |
| H A D | generic.txt | 4 - maximum-speed: tells USB controllers we want to work up to a certain 8 controllers should default to their maximum HW 52 maximum-speed = "super-speed";
|
| /freebsd/sys/contrib/device-tree/Bindings/display/tilcdc/ |
| H A D | tilcdc.txt | 14 - max-bandwidth: The maximum pixels per second that the memory 16 - max-width: The maximum horizontal pixel width supported by 18 - max-pixelclock: The maximum pixel clock that can be supported
|
| /freebsd/sys/contrib/ck/src/ |
| H A D | ck_hs.c | 561 unsigned int maximum; in ck_hs_gc() local 573 maximum = 0; in ck_hs_gc() 584 maximum = map->probe_maximum; in ck_hs_gc() 615 if (n_probes > maximum) in ck_hs_gc() 616 maximum = n_probes; in ck_hs_gc() 631 if (maximum != map->probe_maximum) in ck_hs_gc() 632 ck_pr_store_uint(&map->probe_maximum, maximum); in ck_hs_gc()
|