/freebsd/sys/contrib/device-tree/Bindings/regulator/ |
H A D | dlg,da9121.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schema [all...] |
/freebsd/lib/libifconfig/ |
H A D | libifconfig_sfp.h | 1 /*- 60 double temp; /**< module temperature in degrees C, 61 valid range -40.0 to 125.0 */ 62 double voltage; /**< module voltage in volts */ 64 uint16_t rx; /**< channel receive power, LSB 0.1uW */ 65 uint16_t tx; /**< channel transmit bias current, LSB 2uA */ 66 } *channel; /**< array of channel rx/tx status */ member 99 * @return 0 if successful, -1 with error info set in the handle otherwise 114 * @return A bool true if QSFP-type sfp_id otherwise false 155 * @return 0 if successful, -1 with error info set in the handle otherwise [all …]
|
H A D | libifconfig_sfp.c | 1 /*- 85 if (ii->error != 0) in read_i2c() 86 return (ii->error); in read_i2c() 88 ii->ifr.ifr_data = (caddr_t)&req; in read_i2c() 100 if (ifconfig_ioctlwrap(ii->h, AF_LOCAL, SIOCGI2C, in read_i2c() 101 &ii->ifr) != 0) { in read_i2c() 102 ii->error = errno; in read_i2c() 107 len -= l; in read_i2c() 121 strlcpy(ii->ifr.ifr_name, name, sizeof(ii->ifr.ifr_name)); in i2c_info_init() 122 ii->h = h; in i2c_info_init() [all …]
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_wwv.c | 2 * refclock_wwv - clock driver for NIST WWV/H time/frequency station 43 * kHz and mu-law companding. This is the same standard as used by the 53 * Report 97-8-1, University of Delaware, August 1997, 25 pp., available 61 * a nonzero ICOM ID select code. The C-IV trace is turned on if the 68 * port, where 0 is the mike port (default) and 1 is the line-in port. 74 * CEVNT_PROP propagation failure - no stations heard 82 #define PRECISION (-10) /* precision assumed (about 1 ms) */ 99 #define AUDIO_PHI 5e-6 /* dispersion growth factor */ 113 #define DCHAN 3 /* default radio channel (1 [all...] |
H A D | refclock_chu.c | 2 * refclock_chu - clock driver for Canadian CHU time/frequency station 44 * kHz and mu-law companding. This is the same standard as used by the 57 * maximum-likelihood technique which exploits the considerable degree 62 * consists of nine, ten-character bursts transmitted at 300 bps between 87 * the DUT1 (d in deciseconds), Gregorian year (yyyy), difference TAI - 101 * coincides with 0.5 - 9 * 11/300 = 0.170 second. Depending on the 110 * connections. With debugging enabled (-d on the ntpd command line), 113 * chuA or chuB followed by the status code and signal level (0-9999). 120 * where n is the number of characters in the burst (0-10), b the burst 121 * distance (0-40), f the field alignment (-1, 0, 1), s the [all …]
|
/freebsd/share/man/man4/ |
H A D | snd_hdspe.4 | 34 .Bd -ragged -offset indent 42 .Bd -literal -offset indent 56 .Bl -bullet -compact 58 RME HDSPe AIO (optional AO4S-192 and AI4S-192 extension boards) 66 For ADAT ports, 8 channel, 4 channel and 2 channel formats are supported. 68 (32kHz-48kHz), 4 channels at double speed (64kHz-96kHz), and 2 channels at 69 quad speed (128kHz-192kHz). 70 Depending on sample rate and channel format selected, not all pcm channels can 77 .Bl -tag -width indent 80 When opened in multi-channel audio software, this makes all ports available [all …]
|
H A D | snd_hdsp.4 | 35 .Bd -ragged -offset indent 43 .Bd -literal -offset indent 57 .Bl -bullet -compact 59 RME HDSP 9632 (optional AO4S-192 and AIS-192 extension boards) 67 For ADAT ports, 8 channel, 4 channel and 2 channel formats are supported. 69 (32kHz-48kHz) and 4 channels at double speed (64kHz-96kHz). 70 Only the HDSP 9632 can operate at quad speed (128kHz-192kHz), ADAT is 72 Depending on sample rate and channel format selected, not all pcm channels can 79 .Bl -tag -width indent 82 When opened in multi-channel audio software, this makes all ports available [all …]
|
/freebsd/contrib/wpa/src/ap/ |
H A D | acs.c | 2 * ACS - Automatic Channel Selection module 27 * Automatic Channel Selection 31 * ------------ 35 * ---------- 36 * - make sure you have CONFIG_ACS=y in hostapd's .config 37 * - use channel=0 or channel=acs to enable ACS 40 * ---------------- 43 * 2. interference factor is calculated for each channel 44 * 3. ideal channel is picked depending on channel width by using adjacent 45 * channel interference factors [all …]
|
H A D | ap_config.h | 3 * Copyright (c) 2003-2024, Jouni Malinen <j@w1.fi> 30 * mesh_conf - local MBSS state and settings 135 #define VLAN_ID_WILDCARD -1 139 int vlan_id; /* VLAN ID or -1 (VLAN_ID_WILDCARD) for wildcard entry */ 161 int ref; /* (number of references held) - 1 */ 186 size_t salt_len; /* non-zero when password is salted */ 280 * struct hostapd_bss_config - Per-BSS configuration 329 * EAP Request-Identity */ 369 int ocv; /* Operating Channel Validation */ 394 /* IEEE 802.11r - Fast BSS Transition */ [all …]
|
H A D | ap_list.c | 3 * Copyright (c) 2002-2009, Jouni Malinen <j@w1.fi> 4 * Copyright (c) 2003-2004, Instant802 Networks, Inc. 25 /* AP list is a double linked list with head->prev pointing to the end of the 26 * list and tail->next = NULL. Entries are moved to the head of the list 35 if (iface->current_mode == NULL || in ap_list_beacon_olbc() 36 iface->current_mode->mode != HOSTAPD_MODE_IEEE80211G || in ap_list_beacon_olbc() 37 iface->conf->channel != ap->channel) in ap_list_beacon_olbc() 40 if (ap->erp != -1 && (ap->erp & ERP_INFO_NON_ERP_PRESENT)) in ap_list_beacon_olbc() 44 int rate = (ap->supported_rates[i] & 0x7f) * 5; in ap_list_beacon_olbc() 57 s = iface->ap_hash[STA_HASH(ap)]; in ap_get_ap() [all …]
|
/freebsd/sys/dev/ic/ |
H A D | cd180.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 36 #define CD180_GICR 0x41 /* Global Interrupting Channel Register */ 40 #define CD180_CAR 0x64 /* Channel Access Register */ 49 /* Channel Registers */ 50 #define CD180_CCR 0x01 /* Channel Command Register */ 52 #define CD180_COR1 0x03 /* Channel Option Register 1 */ 53 #define CD180_COR2 0x04 /* Channel Option Register 1 */ 54 #define CD180_COR3 0x05 /* Channel Option Register 1 */ 55 #define CD180_CCSR 0x06 /* Channel Control STatus Register */ [all …]
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | OSSL_trace_enabled.3 | 18 .\" Set up some character translations and predefined strings. \*(-- will 20 .\" double quote, and \*(R" will give a right double quote. \*(C+ will 24 .tr \(*W- 27 . ds -- \(*W- 29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch 30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch 37 . ds -- \|\(em\| 71 .\" Fear. Run. Save yourself. No user-serviceable parts. 81 . ds #H ((1u-(\\\\n(.fu%2u))*.13m) 97 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u" [all …]
|
H A D | SSL_get_fd.3 | 18 .\" Set up some character translations and predefined strings. \*(-- will 20 .\" double quote, and \*(R" will give a right double quote. \*(C+ will 24 .tr \(*W- 27 . ds -- \(*W- 29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch 30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch 37 . ds -- \|\(em\| 71 .\" Fear. Run. Save yourself. No user-serviceable parts. 81 . ds #H ((1u-(\\\\n(.fu%2u))*.13m) 97 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u" [all …]
|
H A D | OSSL_trace_set_channel.3 | 18 .\" Set up some character translations and predefined strings. \*(-- will 20 .\" double quote, and \*(R" will give a right double quote. \*(C+ will 24 .tr \(*W- 27 . ds -- \(*W- 29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch 30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch 37 . ds -- \|\(em\| 71 .\" Fear. Run. Save yourself. No user-serviceable parts. 81 . ds #H ((1u-(\\\\n(.fu%2u))*.13m) 97 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u" [all …]
|
H A D | SSL_set_fd.3 | 18 .\" Set up some character translations and predefined strings. \*(-- will 20 .\" double quote, and \*(R" will give a right double quote. \*(C+ will 24 .tr \(*W- 27 . ds -- \(*W- 29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch 30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch 37 . ds -- \|\(em\| 71 .\" Fear. Run. Save yourself. No user-serviceable parts. 81 . ds #H ((1u-(\\\\n(.fu%2u))*.13m) 97 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u" [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/dma/ |
H A D | st,stm32-mdma.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/dma/st,stm32-mdma.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 The STM32 MDMA is a general-purpose direct memory access controller capable of 13 described in the dma.txt file, using a five-cell specifier for each channel: 21 3. A 32bit mask specifying the DMA channel configuration 22 -bit 0-1: Source increment mode 26 -bit 2-3: Destination increment mode 30 -bit 8-9: Source increment offset size [all …]
|
/freebsd/contrib/ntp/include/ |
H A D | icom.h | 10 #define P_TRACE 0x2 /* trace CI-V messges */ 42 * CI-V frame codes 52 * CI-V controller commands 62 #define V_SMEM 0x08 /* select channel/bank */ 63 #define V_WRITE 0x09 /* write channel */ 64 #define V_VFOM 0x0a /* memory -> vfo */ 65 #define V_CLEAR 0x0b /* clear channel */ 80 #define V_SETW 0x1a /* read/write channel/bank data */ 87 int icom_freq (int, int, double);
|
/freebsd/sys/dev/sound/pcm/ |
H A D | channel_if.m | 1 #- 4 # Copyright (c) 2005-2009 Ariff Abdullah <ariff@FreeBSD.org> 5 # Portions Copyright (c) Ryan Beasley <ryan.beasley@gmail.com> - GSoC 2006 34 INTERFACE channel; 71 return -1; 172 * @brief Retrieve channel peak values 175 * played/recorded on a channel. Values are on a linear scale from 0 to 176 * 32767. If the channel is monaural, a single value should be recorded 183 * @param obj standard kobj object (usually @c channel->methods) 184 * @param data driver-specific data (usually @c channel->devinfo) [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/ |
H A D | adi,ad7923.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Analog Devices AD7923 and similars with 4 and 8 Channel ADCs. 10 - Michael Hennerich <michael.hennerich@analog.com> 13 Analog Devices AD7904, AD7914, AD7923, AD7924 4 Channel ADCs, and AD7908, 17 https://www.analog.com/media/en/technical-documentation/data-sheets/AD7923.pdf 18 https://www.analog.com/media/en/technical-documentation/data-sheets/AD7904_7914_7924.pdf 19 https://www.analog.com/media/en/technical-documentation/data-sheets/AD7908_7918_7928.pdf 24 - enum: [all …]
|
/freebsd/sys/dev/sound/pci/ |
H A D | hdsp-pcm.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2012-2021 Ruslan Bukin <br@bsdpad.com> 5 * Copyright (c) 2023-2024 Florian Walpen <dev@submerge.ch> 31 * RME HDSP driver for FreeBSD (pcm-part). 92 return (0x000000aa); /* 4 channels (1,3,5,7) double speed. */ in hdsp_adat_slot_map() 130 return (slots & (~(slots - 1))); /* Extract first bit set. */ in hdsp_slot_first() 141 return (slots & (ends ^ (ends - 1))); in hdsp_slot_first_row() 150 --n; in hdsp_slot_first_n() 166 return (hdsp_slot_count(hdsp_slot_first(slots) - 1)); in hdsp_slot_offset() [all …]
|
/freebsd/secure/lib/libcrypto/man/man7/ |
H A D | ossl_store.7 | 18 .\" Set up some character translations and predefined strings. \*(-- will 20 .\" double quote, and \*(R" will give a right double quote. \*(C+ will 24 .tr \(*W- 27 . ds -- \(*W- 29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch 30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch 37 . ds -- \|\(em\| 71 .\" Fear. Run. Save yourself. No user-serviceable parts. 81 . ds #H ((1u-(\\\\n(.fu%2u))*.13m) 97 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u" [all …]
|
/freebsd/contrib/ntp/libparse/ |
H A D | info_trimble.c | 2 * Automatically generated - do not modify 16 { CMD_CMODESEL, "CMD_CMODESEL", "mode select (2-d, 3-D, auto) (0x22)", "", 0 }, 24 { CMD_C2DALTITUDE, "CMD_C2DALTITUDE", "altitude for 2-D mode (0x2A)", "", 0 }, 33 { CMD_CSAT1SAT, "CMD_CSAT1SAT", "satellite for 1-Sat mode (0x34)", "", 0 }, 42 { CMD_CCHANADGPS, "CMD_CCHANADGPS", "configure channel A for differential GPS (0x3D)", "", 0 }, 48 …{ CMD_CHIGH8CNT, "CMD_CHIGH8CNT", "high-8 (best 4) / high-6 (overdetermined) control (0x75)", "", … 56 { CMD_RDATAA, "CMD_RDATAA", "data channel A configuration (0x3D)", "trimble_channelA", RO }, 65 { CMD_RMESSAGE, "CMD_RMESSAGE", "GPS system message (0x48)", "gps-message", RO|DEF }, 74 …{ CMD_RSAT1BIAS, "CMD_RSAT1BIAS", "one-satellite bias & bias rate (0x54)", "trimble_sat1bias", RO … 86 …{ CMD_RHIGH8CNT, "CMD_RHIGH8CNT", "high-8 (best 4) / high-6 (overdetermined) control (0x76)", "tri… [all …]
|
/freebsd/contrib/tcp_wrappers/ |
H A D | miscd.c | 43 int allow_severity = SEVERITY; /* run-time adjustable */ 51 /* Attempt to prevent the creation of world-writable files. */ in main() 58 * Open a channel to the syslog daemon. Older versions of openlog() in main() 70 * lookups and double checks will be done on demand. in main() 77 * Optionally look up and double check the remote host name. Sites in main() 100 * access-control code invokes optional shell commands as specified in in main() 101 * the access-control tables. in main()
|
H A D | tcpd.c | 44 int allow_severity = SEVERITY; /* run-time adjustable */ 52 /* Attempt to prevent the creation of world-writable files. */ in main() 71 * Open a channel to the syslog daemon. Older versions of openlog() in main() 83 * lookups and double checks will be done on demand. in main() 90 * Optionally look up and double check the remote host name. Sites in main() 113 * access-control code invokes optional shell commands as specified in in main() 114 * the access-control tables. in main()
|
/freebsd/sys/dev/usb/controller/ |
H A D | musb_otg.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 35 * 2.0 High Speed Dual-Role controller. 87 MUSBOTG_BUS2SC(USB_DMATAG_TO_XROOT((pc)->tag_parent)->bus) 136 static void musbotg_ep_int_set(struct musbotg_softc *sc, int channel, int on); 167 .ep_end = -1, 177 ep = td->ep_no; in musbotg_channel_alloc() 179 /* In device mode each EP got its own channel */ in musbotg_channel_alloc() 180 if (sc->sc_mode == MUSB2_DEVICE_MODE) { in musbotg_channel_alloc() 189 if (sc->sc_channel_mask & (1 << 0)) in musbotg_channel_alloc() [all …]
|