Home
last modified time | relevance | path

Searched refs:setting (Results 1 – 25 of 825) sorted by relevance

12345678910>>...33

/freebsd/sys/contrib/device-tree/Bindings/leds/backlight/
H A Darcxcnn_bl.txt14 - arc,led-config-0: setting for register ILED_CONFIG_0
15 - arc,led-config-1: setting for register ILED_CONFIG_1
16 - arc,dim-freq: PWM mode frequence setting (bits [3:0] used)
17 - arc,comp-config: setting for register CONFIG_COMP
18 - arc,filter-config: setting for register FILTER_CONFIG
19 - arc,trim-config: setting for register IMAXTUNE
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/
H A Dcrypto_scrypt-common.c109 escrypt_parse_setting(const uint8_t *setting, in escrypt_parse_setting() argument
114 if (setting[0] != '$' || setting[1] != '7' || setting[2] != '$') { in escrypt_parse_setting()
117 src = setting + 3; in escrypt_parse_setting()
138 const uint8_t *setting, uint8_t *buf, size_t buflen) in escrypt_r() argument
153 src = escrypt_parse_setting(setting, &N_log2, &r, &p); in escrypt_r()
158 prefixlen = src - setting; in escrypt_r()
183 memcpy(dst, setting, prefixlen + saltlen); in escrypt_r()
H A Dpwhash_scryptsalsa208sha256.c192 char setting[crypto_pwhash_scryptsalsa208sha256_STRSETTINGBYTES + 1U]; in crypto_pwhash_scryptsalsa208sha256_str() local
209 if (escrypt_gensalt_r(N_log2, r, p, salt, sizeof salt, (uint8_t *) setting, in crypto_pwhash_scryptsalsa208sha256_str()
210 sizeof setting) == NULL) { in crypto_pwhash_scryptsalsa208sha256_str()
218 (const uint8_t *) setting, (uint8_t *) out, in crypto_pwhash_scryptsalsa208sha256_str()
/freebsd/sys/contrib/device-tree/Bindings/phy/
H A Dapm-xgene-phy.txt9 - #phy-cells : Shall be 1 as it expects one argument for setting
19 Two set of 3-tuple setting for each (up to 3)
25 Two set of 3-tuple setting for each (up to 3)
28 gain control. Two set of 3-tuple setting for each
31 - apm,tx-amplitude : Amplitude control. Two set of 3-tuple setting for
36 3-tuple setting for each (up to 3) supported link
40 3-tuple setting for each (up to 3) supported link
44 3-tuple setting for Gen1, Gen2, and Gen3. Range is
57 NOTE: PHY override parameters are board specific setting.
/freebsd/sys/contrib/device-tree/Bindings/iio/light/
H A Dsharp,gp2ap002.yaml46 Hysteresis setting for "far" object detection, this setting is
47 device-unique and adjust the optical setting for proximity detection
53 Hysteresis setting for "close" object detection, this setting is
54 device-unique and adjust the optical setting for proximity detection
/freebsd/sys/contrib/device-tree/src/arm64/renesas/
H A Dsalvator-xs.dtsi63 * (when SW31 is the default setting on Salvator-XS).
64 * - If SW31 is the default setting, you cannot use USB2.0 ch3 on
66 * Hence the SW31 setting must be changed like 2) below.
67 * 1) Default setting of SW31: ON-ON-OFF-OFF-OFF-OFF:
69 * 2) Changed setting of SW31: OFF-OFF-ON-ON-ON-ON:
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/
H A Dhycon,hy46xx.yaml50 description: Allows setting the sensitivity in the range from 0 to 255.
57 description: Allows enabling glove setting.
60 description: Allows setting the report speed in Hertz.
69 description: Allows setting how many samples throw before reporting touch
76 description: Allows setting the sensitivity distance in the range from 0 to 5.
82 description: Allows setting the edge compensation in the range from 0 to 16.
H A Dedt-ft5x06.yaml62 description: Allows setting the sensitivity in the range from 0 to 31.
69 description: Allows setting the edge compensation in the range from 0 to 31.
90 Allows setting the scan rate in Hertz.
97 description: Allows setting the "click"-threshold in the range from 0 to 255.
/freebsd/secure/lib/libcrypt/
H A Dcrypt-des.c589 crypt_des(const char *key, const char *setting, char *buffer) in crypt_des() argument
611 if (*setting == _PASSWORD_EFMT1) { in crypt_des()
618 count |= ascii_to_bin(setting[i]) << ((i - 1) * 6); in crypt_des()
621 salt |= ascii_to_bin(setting[i]) << ((i - 5) * 6); in crypt_des()
639 buffer = stpncpy(buffer, setting, 9); in crypt_des()
648 salt = (ascii_to_bin(setting[1]) << 6) in crypt_des()
649 | ascii_to_bin(setting[0]); in crypt_des()
651 *buffer++ = setting[0]; in crypt_des()
658 *buffer++ = setting[1] ? setting[1] : setting[0]; in crypt_des()
/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set_quiet_shutdown.pod23 SSL_CTX_get_quiet_shutdown() returns the "quiet shutdown" setting of B<ctx>.
26 B<mode>. The setting stays valid until B<ssl> is removed with
31 SSL_get_quiet_shutdown() returns the "quiet shutdown" setting of B<ssl>.
39 When setting the "quiet shutdown" flag to 1, L<SSL_shutdown(3)>
55 setting.
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DUserSettingsController.cpp113 bool Properties::IsSettingExperimental(llvm::StringRef setting) { in IsSettingExperimental() argument
114 if (setting.empty()) in IsSettingExperimental()
118 size_t dot_pos = setting.find_first_of('.'); in IsSettingExperimental()
119 return setting.take_front(dot_pos) == experimental; in IsSettingExperimental()
/freebsd/sys/contrib/device-tree/Bindings/leds/
H A Drichtek,rt8515.yaml36 defines the range of the dimmer setting (brightness) of the
45 defines the range of the dimmer setting (brightness) of the
60 ground. The maximum hardware current setting is calculated
63 maximum current of 700mA. By setting this attribute in
72 ground. The maximum hardware current setting is calculated
75 maximum current of 700mA. By setting this attribute in
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_misc.c434 ahp->ah_antControl = setting; in ar5212SetAntennaSwitch()
940 if (setting) in ar5212SetCapability()
949 if (setting) in ar5212SetCapability()
964 if (setting) in ar5212SetCapability()
971 ahp->ah_diversity = (setting != 0); in ar5212SetCapability()
995 ahp->ah_tpcEnabled = (setting != 0); in ar5212SetCapability()
998 if (setting) in ar5212SetCapability()
1006 if (setting > 63) in ar5212SetCapability()
1007 setting = 63; in ar5212SetCapability()
1035 if (setting) in ar5212SetCapability()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/display/bridge/
H A Danalogix,anx7625.yaml50 an array of swing register setting for DP tx lane0 PHY.
54 [Swing control] setting.
59 swing manual, increase [Swing control] setting to add Vp-p value
64 [R Termination control] setting.
77 an array of swing register setting for DP tx lane1 PHY.
78 DP TX lane1 swing register setting same with lane0
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_misc.c484 u_int32_t capability, u_int32_t setting, HAL_STATUS *status) in ar5416SetCapability() argument
490 setting &= ath_hal_eepromGet(ah, AR_EEP_RXMASK, NULL); in ar5416SetCapability()
491 pCap->halRxChainMask = setting; in ar5416SetCapability()
492 if (owl_get_ntxchains(setting) > 2) in ar5416SetCapability()
498 setting &= ath_hal_eepromGet(ah, AR_EEP_TXMASK, NULL); in ar5416SetCapability()
499 pCap->halTxChainMask = setting; in ar5416SetCapability()
500 if (owl_get_ntxchains(setting) > 2) in ar5416SetCapability()
508 if (setting) { in ar5416SetCapability()
523 return ar5212SetCapability(ah, type, capability, setting, status); in ar5416SetCapability()
/freebsd/sys/contrib/device-tree/Bindings/power/supply/
H A Dbq25890.txt22 minimum-sys-voltage setting (in uV);
31 input current will be the lower between the resistor setting and the IINLIM
32 register setting;
35 the default setting will be used (120 degrees);
H A Dbq25890.yaml56 the system will be regulated above minimum-sys-voltage setting (in uV)
73 between the resistor setting and the IINLIM register setting
80 (in degrees Celsius). If omitted, the default setting will be used (120 degrees)
/freebsd/sys/contrib/device-tree/Bindings/regulator/
H A Dregulator.yaml130 limit setting can be omitted.
136 that detection should be enabled but limit setting can be omitted.
143 be enabled but limit setting can be omitted.
149 limit setting can be omitted. Limit is given as microvolt offset from
156 that detection should be enabled but limit setting can be omitted. Limit
164 be enabled but limit setting can be omitted. Limit is given as microvolt
171 limit setting can be omitted. Limit is given as microvolt offset from
201 limit setting can be omitted.
207 that detection should be enabled but limit setting can be omitted.
214 be enabled but limit setting can be omitted.
[all …]
/freebsd/contrib/netbsd-tests/lib/libcurses/tests/
H A Dcbreak2 # setting noecho stops getch setting cbreak itself so we should need
/freebsd/usr.sbin/bsdconfig/networking/share/
H A Dmedia.subr117 local setting
118 f_sprintf setting "$msg_current_options" \
120 f_noyes "$msg_nfs_mounts_may_cause_hang" "$setting" ||
166 local setting
167 f_sprintf setting "$msg_current_options" \
169 f_noyes "$msg_nfs_mounts_may_cause_hang" "$setting" ||
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-version.pod.in38 All information, this is the same as setting all the other flags.
58 Platform setting.
62 OPENSSLDIR setting.
/freebsd/sys/dev/sound/pci/
H A Dhdspe.c315 uint32_t setting; in hdspe_sysctl_clock_preference() local
328 setting = sc->settings_register & HDSPE_SETTING_CLOCK_MASK; in hdspe_sysctl_clock_preference()
330 if (clock->setting == setting) in hdspe_sysctl_clock_preference()
349 setting = clock->setting & HDSPE_SETTING_CLOCK_MASK; in hdspe_sysctl_clock_preference()
352 sc->settings_register |= setting; in hdspe_sysctl_clock_preference()
387 if (clock->setting & HDSPE_SETTING_MASTER) in hdspe_sysctl_clock_source()
/freebsd/sys/contrib/device-tree/src/riscv/renesas/
H A Dr9a07g043f01-smarc.dts11 * DIP-Switch SW1 setting
15 * Please change below macros according to SW1 setting on the SoM
/freebsd/sys/contrib/device-tree/Bindings/remoteproc/
H A Dti,pru-consumer.yaml51 GP_MUX_SEL setting is a per-slice setting (one setting for PRU0, RTU0,
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dfsl,imx35-pinctrl.txt9 setting. The format is fsl,pins = <PIN_FUNC_ID CONFIG>, PIN_FUNC_ID is a
10 pin working on a specific function, CONFIG is the pad setting value like

12345678910>>...33