Home
last modified time | relevance | path

Searched full:pga (Results 1 – 19 of 19) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/hwmon/
H A Dti,tmp513.yaml39 rshunt <= pga-gain * 40 * 1000 * 1000.
43 ti,pga-gain:
45 The gain value for the PGA function. This is 8, 4, 2 or 1.
46 The PGA gain affect the shunt voltage range.
47 The range will be equal to: pga-gain * 40mV
88 ti,pga-gain = <8>;
H A Dti,ina2xx.yaml43 property only applies to devices that have configurable PGA/ADCRANGE. The
48 For devices that have a configurable PGA (e.g. INA209, INA219, INA220),
57 of PGA/ADCRANGE in the respective configuration registers.
/freebsd/sys/gnu/dev/bwn/phy_n/
H A Dif_bwn_radio_2055.h153 #define B2055_C1_TX_RF_SPGA 0x7A /* Core 1 TX RF SGM PGA */
155 #define B2055_C1_TX_RF_CNTPGA1 0x7C /* Core 1 TX RF counter PGA 1 */
157 #define B2055_C1_TX_RF_PGAIDAC 0x7E /* Core 1 TX RF PGA IDAC */
158 #define B2055_C1_TX_PGAPADTN 0x7F /* Core 1 TX PGA PAD TN */
200 #define B2055_C2_TX_RF_SPGA 0xA9 /* Core 2 TX RF SGM PGA */
202 #define B2055_C2_TX_RF_CNTPGA1 0xAB /* Core 2 TX RF counter PGA 1 */
204 #define B2055_C2_TX_RF_PGAIDAC 0xAD /* Core 2 TX RF PGA IDAC */
205 #define B2055_C2_TX_PGAPADTN 0xAE /* Core 2 TX PGA PAD TN */
H A Dif_bwn_phy_n_core.c98 uint16_t pga[2]; member
106 uint16_t pga; member
3709 params->pga = target.pga[core]; in bwn_nphy_iq_cal_gain_params()
3715 …params->cal_gain = (params->txgm << 12) | (params->pga << 8) | (params->pad << 3) | (params->ipa) … in bwn_nphy_iq_cal_gain_params()
3717 … params->cal_gain = (params->txgm << 12) | (params->pga << 8) | (params->pad << 4) | (params->ipa); in bwn_nphy_iq_cal_gain_params()
3722 gain = (target.pad[core]) | (target.pga[core] << 4) | in bwn_nphy_iq_cal_gain_params()
3733 params->pga = tbl_iqcal_gainparams[indx][i][2]; in bwn_nphy_iq_cal_gain_params()
3735 params->cal_gain = (params->txgm << 7) | (params->pga << 4) | in bwn_nphy_iq_cal_gain_params()
5214 target.pga[i] = (curr_gain[i] & 0x0F00) >> 8; in bwn_nphy_get_tx_gains()
5220 target.pga[i] = (curr_gain[i] & 0x0F00) >> 8; in bwn_nphy_get_tx_gains()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/
H A Dti,ads131e08.yaml15 built-in programmable gain amplifier (PGA), internal reference
98 The PGA gain value for the channel.
99 If this field is left empty, PGA gain 1 is used.
H A Dads1015.txt18 - pga is the programmable gain amplifier (values are full scale)
H A Dti,ads1015.yaml73 pga is the programmable gain amplifier (values are full scale)
H A Dadi,max11410.yaml100 2: PGA path
/freebsd/tools/tools/ath/athprom/
H A Deeprom-521 | PGA Desired size $pgaDesiredSize | Noise Threshold $noiseFloorThresh |
25 | Turbo ADC Desired Size $adcDesiredSizeTurbo | Turbo PGA Desired Size $pgaDesiredSizeTurbo |
107 | PGA Desired size $pgaDesiredSize | Noise Threshold $noiseFloorThresh |
111 | Turbo ADC Desired Size $adcDesiredSizeTurbo | Turbo PGA Desired Size $pgaDesiredSizeTurbo |
185 | PGA Desired size $pgaDesiredSize | Noise Threshold $noiseFloorThresh |
189 | Turbo ADC Desired Size $adcDesiredSizeTurbo | Turbo PGA Desired Size $pgaDesiredSizeTurbo |
H A Deeprom-317 | PGA Desired size $pgaDesiredSize | Noise Threshold $noiseFloorThresh |
83 | PGA Desired size $pgaDesiredSize | Noise Threshold $noiseFloorThresh |
131 | PGA Desired size $pgaDesiredSize | Noise Threshold $noiseFloorThresh |
H A Deeprom-420 | PGA Desired size $pgaDesiredSize | Noise Threshold $noiseFloorThresh |
93 | PGA Desired size $pgaDesiredSize | Noise Threshold $noiseFloorThresh |
158 | PGA Desired size $pgaDesiredSize | Noise Threshold $noiseFloorThresh |
H A Deeprom-1440 | pga desired size $pgaDesiredSize |
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dimx-audio-es8328.txt28 * Mic PGA
/freebsd/sys/kern/
H A Dkern_sendfile.c678 vm_page_t pga; in vn_sendfile() local
996 pga = pa[i]; in vn_sendfile()
997 if (pga == bogus_page) in vn_sendfile()
998 pga = vm_page_relookup(obj, sfio->pindex0 + i); in vn_sendfile()
1047 m0->m_epg_pa[ext_pgs_idx] = VM_PAGE_TO_PHYS(pga); in vn_sendfile()
1066 sf = sf_buf_alloc(pga, in vn_sendfile()
/freebsd/sys/dev/bwn/
H A Dif_bwn_phy_g.c1922 uint16_t lna, uint16_t pga, uint16_t trsw_rx) in bwn_lo_calcfeed() argument
1931 pga <<= BWN_PHY_RFOVERVAL_PGA_SHIFT; in bwn_lo_calcfeed()
1935 KASSERT((pga & ~BWN_PHY_RFOVERVAL_PGA) == 0, in bwn_lo_calcfeed()
1940 rfover = BWN_PHY_RFOVERVAL_UNK | pga | lna | trsw_rx; in bwn_lo_calcfeed()
1956 pga |= BWN_PHY_PGACTL_UNKNOWN; in bwn_lo_calcfeed()
1957 BWN_PHY_WRITE(mac, BWN_PHY_PGACTL, pga); in bwn_lo_calcfeed()
1959 pga |= BWN_PHY_PGACTL_LOWBANDW; in bwn_lo_calcfeed()
1960 BWN_PHY_WRITE(mac, BWN_PHY_PGACTL, pga); in bwn_lo_calcfeed()
1962 pga |= BWN_PHY_PGACTL_LPF; in bwn_lo_calcfeed()
1963 BWN_PHY_WRITE(mac, BWN_PHY_PGACTL, pga); in bwn_lo_calcfeed()
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/renesas/
H A Drz-smarc-common.dtsi20 * amixer cset name='Input PGA Volume' 25
/freebsd/sys/contrib/dev/rtw88/
H A Drtw8822c.c3605 u8 pga; member
3620 data->pga = (u8)rtw_read_rf(rtwdev, data->path, RF_MODE_TRXAGC, in rtw8822c_gain_check_state()
3646 u8 pga = data->pga; in rtw8822c_gain_large_state() local
3648 if (pga > 0xe) in rtw8822c_gain_large_state()
3650 else if (pga > 0xb && pga < 0xf) in rtw8822c_gain_large_state()
3652 else if (pga < 0xc) in rtw8822c_gain_large_state()
3661 u8 pga = data->pga; in rtw8822c_gain_less_state() local
[all...]
/freebsd/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_reset.c517 * We disable RF mix/gain stages for the PGA to avoid a in ar5210PerCalibrationN()
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.in18366 @Article{Severance:1976:PGA,