Home
last modified time | relevance | path

Searched refs:series (Results 1 – 25 of 213) sorted by relevance

123456789

/freebsd/sys/dev/ath/
H A Dif_ath_tx_ht.c591 struct ath_buf *bf, HAL_11N_RATE_SERIES *series) in ath_rateseries_setup() argument
618 memset(series, 0, sizeof(HAL_11N_RATE_SERIES) * 4); in ath_rateseries_setup()
624 series[i].Tries = rc[i].tries; in ath_rateseries_setup()
633 series[i].ChSel = sc->sc_cur_txchainmask; in ath_rateseries_setup()
638 series[i].Rate = rt->info[rc[i].rix].rateCode; in ath_rateseries_setup()
639 series[i].RateIndex = rc[i].rix; in ath_rateseries_setup()
640 series[i].tx_power_cap = rc[i].tx_power_cap; in ath_rateseries_setup()
646 series[i].RateFlags |= HAL_RATESERIES_RTS_CTS; in ath_rateseries_setup()
653 series[i].RateFlags |= HAL_RATESERIES_2040; in ath_rateseries_setup()
656 series[i].RateFlags |= HAL_RATESERIES_HALFGI; in ath_rateseries_setup()
[all …]
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_xmit_ds.c711 HAL_11N_RATE_SERIES series[], in ar9300_set_11n_rate_scenario() argument
751 tx_mode = ar9300_get_tx_mode(series[0].RateFlags); in ar9300_set_11n_rate_scenario()
752 txpower = ar9300_get_rate_txpower(ah, mode, series[0].RateIndex, in ar9300_set_11n_rate_scenario()
753 series[0].ChSel, tx_mode); in ar9300_set_11n_rate_scenario()
759 set_11n_tx_power(0, AH_MIN(txpower, series[0].tx_power_cap)); in ar9300_set_11n_rate_scenario()
765 ads->ds_ctl13 = set_11n_tries(series, 0) in ar9300_set_11n_rate_scenario()
766 | set_11n_tries(series, 1) in ar9300_set_11n_rate_scenario()
767 | set_11n_tries(series, 2) in ar9300_set_11n_rate_scenario()
768 | set_11n_tries(series, 3) in ar9300_set_11n_rate_scenario()
772 ads->ds_ctl14 = set_11n_rate(series, 0) in ar9300_set_11n_rate_scenario()
[all …]
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_xmit.c875 HAL_11N_RATE_SERIES series[], u_int nseries, u_int flags) in ar5416Set11nRateScenario() argument
905 ads->ds_ctl2 = set11nTries(series, 0) in ar5416Set11nRateScenario()
906 | set11nTries(series, 1) in ar5416Set11nRateScenario()
907 | set11nTries(series, 2) in ar5416Set11nRateScenario()
908 | set11nTries(series, 3) in ar5416Set11nRateScenario()
911 ads->ds_ctl3 = set11nRate(series, 0) in ar5416Set11nRateScenario()
912 | set11nRate(series, 1) in ar5416Set11nRateScenario()
913 | set11nRate(series, 2) in ar5416Set11nRateScenario()
914 | set11nRate(series, 3); in ar5416Set11nRateScenario()
916 ads->ds_ctl4 = set11nPktDurRTSCTS(series, 0) in ar5416Set11nRateScenario()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/gpio/
H A Dgpio-palmas.txt5 - "ti,palams-gpio" for palma series of the GPIO controller
6 - "ti,tps80036-gpio" for Palma series device TPS80036.
7 - "ti,tps65913-gpio" for palma series device TPS65913.
8 - "ti,tps65914-gpio" for palma series device TPS65914.
/freebsd/sys/contrib/device-tree/Bindings/pwm/
H A Dti,twl-pwm.txt1 Texas Instruments TWL series PWM drivers
4 On TWL4030 series: PWM1 and PWM2
5 On TWL6030 series: PWM0 and PWM1
H A Dti,twl-pwmled.txt1 Texas Instruments TWL series PWM drivers connected to LED terminals
4 On TWL4030 series: PWMA and PWMB (connected to LEDA and LEDB terminals)
5 On TWL6030 series: LED PWM (mainly used as charging indicator LED)
/freebsd/sys/contrib/device-tree/src/arm/intel/ixp/
H A Dintel-ixp43x.dtsi4 * in the IXP 43x series. This series has 64 interrupts and adds a few more
5 * peripherals over the 42x series.
H A Dintel-ixp45x-ixp46x.dtsi4 * in the IXP45x and IXP46x series. This series has 64 interrupts and adds a
5 * few more peripherals over the 42x and 43x series so this extends the
H A Dintel-ixp42x.dtsi4 * in the IXP 42x series. This series has 32 interrupts.
/freebsd/share/doc/papers/
H A Dbsdreferences.bib58 series = {WSC '04},
73 series = {MSR '11},
92 series = {MSR '08},
150 series = {ASPLOS '15},
187 series = {BSDC'03},
202 series = {ISESE '06},
220 series = {PRESTO '09},
283 series = {BSDC'02},
298 series = {GSD '06},
316 series = {ICSE '08},
[all …]
/freebsd/contrib/flex/src/
H A Dparse.y499 re : re '|' series
505 | series
537 series : series singleton
548 | series BEGIN_REPEAT_POSIX NUMBER ',' NUMBER END_REPEAT_POSIX
576 | series BEGIN_REPEAT_POSIX NUMBER ',' END_REPEAT_POSIX
590 | series BEGIN_REPEAT_POSIX NUMBER END_REPEAT_POSIX
/freebsd/contrib/file/magic/Magdir/
H A Dalliant4 # alliant: file(1) magic for Alliant FX series a.out files
6 # If the FX series is the one that had a processor with a 68K-derived
/freebsd/tools/tools/git/
H A DHOWTO8 automatic creation of a series of Differential reviews from a series of git
11 1. Create a series of commits in git. Each commit will be a separate review, so
12 try to make each commit as self-contained as possible. The series of commits
74 4. Once the reviews have been approved, you need to prepare your patch series
77 series of commits that are ready to be pushed to git.
/freebsd/sys/contrib/device-tree/Bindings/rtc/
H A Drtc-palmas.txt5 - "ti,palmas-rtc" for palma series of the RTC controller
10 - ti,backup-battery-chargeable: The Palmas series device like TPS65913 or
/freebsd/sys/contrib/device-tree/Bindings/leds/
H A Dleds-trigger-pattern.txt3 The pattern is given by a series of tuples, of brightness and duration (ms).
4 The LED is expected to traverse the series and each brightness value for the
/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Dsprd,sc27xx-pmic.txt3 The Spreadtrum SC27xx series PMICs contain SC2720, SC2721, SC2723, SC2730
4 and SC2731. The Spreadtrum PMIC belonging to SC27xx series integrates all
/freebsd/contrib/libcbor/doc/source/api/
H A Dtype_2.rst4 CBOR byte strings are just (ordered) series of bytes without further interpretation (unless there i…
6 In case a byte string is indefinite, it is encoded as a series of definite byte strings. These are …
/freebsd/contrib/bc/manuals/
H A Dalgorithms.md72 This `bc` uses the series
86 **Note**: this series has a tendency to *occasionally* produce an error of 1
96 This `bc` uses the series
112 **Note**: this series can also produce errors of 1 ULP, so I recommend users do
118 This `bc` uses the series
135 **Note**: this series can also produce errors of 1 ULP, so I recommend users do
141 This `bc` uses the series
155 **Note**: this series can also produce errors of 1 ULP, so I recommend users do
161 This `bc` uses the series
177 **Note**: this series can also produce errors of 1 ULP, so I recommend users do
/freebsd/sys/contrib/device-tree/src/arm/samsung/
H A Ds3c64xx.dtsi3 * Samsung's S3C64xx SoC series common device tree source
7 * Samsung's S3C64xx SoC series device nodes are listed in this file.
8 * Particular SoCs from S3C64xx series can include this file and provide
H A Dexynos5.dtsi3 * Samsung's Exynos5 SoC series common device tree source
8 * Samsung's Exynos5 SoC series device nodes are listed in this file. Particular
9 * SoCs from Exynos5 series can include this file and provide values for SoCs
/freebsd/sys/contrib/device-tree/Bindings/phy/
H A Dsamsung-phy.txt1 Samsung S5P/Exynos SoC series MIPI CSIS/DSIM DPHY
30 Samsung Exynos SoC series Display Port PHY
41 Samsung S5P/Exynos SoC series USB PHY
141 Samsung Exynos5 SoC series USB DRD PHY controller
195 Samsung Exynos SoC series PCIe PHY controller
/freebsd/sys/contrib/device-tree/Bindings/
H A Dsubmitting-patches.rst39 4) Submit the entire series to the devicetree mailinglist at
46 5) The Documentation/ portion of the patch should come in the series before
79 3) For a series going though multiple trees, the binding patch should be
/freebsd/contrib/sendmail/test/
H A DResults23 HP-UX 8.07 OK 93.07.19 eric (on 7xx series)
24 HP-UX 8.02 OK 93.07.19 Michael Corrigan (on 8xx series)
25 HP-UX 8.00 OK 93.07.21 Michael Corrigan (on 3xx/4xx series)
26 HP-UX 9.01 OK 93.11.19 Cassidy (on 7xx series)
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dpinctrl-palmas.txt8 - "ti,palmas-pinctrl" for Palma series of the pincontrol.
9 - "ti,tps65913-pinctrl" for Palma series device TPS65913.
10 - "ti,tps80036-pinctrl" for Palma series device TPS80036.
/freebsd/sys/contrib/device-tree/Bindings/media/
H A Dexynos4-fimc-is.txt1 Exynos4x12 SoC series Imaging Subsystem (FIMC-IS)
4 The Exynos4x12 SoC series FIMC-IS V1.5 comprises of a dedicated ARM Cortex-A5

123456789