Home
last modified time | relevance | path

Searched refs:pga (Results 1 – 18 of 18) sorted by relevance

/linux-6.3-rc2/drivers/net/wireless/broadcom/b43/
A Dtables_lpphy.c1278 { .gm = 4, .pga = 9, .pad = 5, .dac = 0, .bb_mult = 70, },
1279 { .gm = 4, .pga = 9, .pad = 5, .dac = 0, .bb_mult = 68, },
1280 { .gm = 4, .pga = 9, .pad = 5, .dac = 0, .bb_mult = 66, },
1281 { .gm = 4, .pga = 9, .pad = 5, .dac = 0, .bb_mult = 64, },
1282 { .gm = 4, .pga = 9, .pad = 5, .dac = 0, .bb_mult = 63, },
1283 { .gm = 4, .pga = 9, .pad = 5, .dac = 0, .bb_mult = 61, },
1284 { .gm = 4, .pga = 9, .pad = 5, .dac = 0, .bb_mult = 59, },
1285 { .gm = 4, .pga = 9, .pad = 4, .dac = 0, .bb_mult = 71, },
1286 { .gm = 4, .pga = 9, .pad = 4, .dac = 0, .bb_mult = 69, },
2350 tmp |= data.pga << 7; in lpphy_rev0_1_write_gain_table()
[all …]
A Dlo.c66 u16 lna, u16 pga, u16 trsw_rx) in lo_measure_feedthrough() argument
74 pga <<= B43_PHY_RFOVERVAL_PGA_SHIFT; in lo_measure_feedthrough()
85 rfover |= pga; in lo_measure_feedthrough()
103 pga |= B43_PHY_PGACTL_UNKNOWN; in lo_measure_feedthrough()
106 pga |= B43_PHY_PGACTL_LOWBANDW; in lo_measure_feedthrough()
109 pga |= B43_PHY_PGACTL_LPF; in lo_measure_feedthrough()
168 u16 trsw_rx, pga; in lo_measure_txctl_values() local
182 pga = 0; in lo_measure_txctl_values()
190 pga = abs(10 - lb_gain) / 6; in lo_measure_txctl_values()
191 pga = clamp_val(pga, 0, 15); in lo_measure_txctl_values()
[all …]
A Dtables_lpphy.h33 u8 gm, pga, pad, dac, bb_mult; member
A Dtables_phy_lcn.c19 u8 pga; member
634 (gain_table[i].pga << 8) | in b43_phy_lcn_load_tx_gain_tab()
A Dphy_lp.c789 struct lpphy_tx_gains { u16 gm, pga, pad, dac; }; member
855 gains.pga = (tmp & 0x0078) >> 3; in lpphy_get_tx_gains()
861 gains.pga = (tmp >> 8) & 0xFF; in lpphy_get_tx_gains()
891 rf_gain = (gains.pad << 7) | (gains.pga << 3) | gains.gm; in lpphy_set_tx_gains()
897 (gains.pga << 8) | gains.gm); in lpphy_set_tx_gains()
905 (gains.pga << 8) | gains.gm); in lpphy_set_tx_gains()
1384 gains.pga = (tx_gain >> 8) & 0xFF; in lpphy_set_tx_power_by_index()
1542 gains.pga = 12; in lpphy_tx_pctl_init_sw()
1547 gains.pga = 15; in lpphy_tx_pctl_init_sw()
A Dphy_n.c30 u16 pga[2]; member
38 u16 pga; member
3558 params->pga = target.pga[core]; in b43_nphy_iq_cal_gain_params()
3571 gain = (target.pad[core]) | (target.pga[core] << 4) | in b43_nphy_iq_cal_gain_params()
3582 params->pga = tbl_iqcal_gainparams[indx][i][2]; in b43_nphy_iq_cal_gain_params()
4979 target.pga[i] = (curr_gain[i] & 0x0F00) >> 8; in b43_nphy_get_tx_gains()
4985 target.pga[i] = (curr_gain[i] & 0x0F00) >> 8; in b43_nphy_get_tx_gains()
4990 target.pga[i] = (curr_gain[i] & 0x0070) >> 4; in b43_nphy_get_tx_gains()
5012 target.pga[i] = (table[index[i]] >> 24) & 0xF; in b43_nphy_get_tx_gains()
5018 target.pga[i] = (table[index[i]] >> 24) & 0xF; in b43_nphy_get_tx_gains()
[all …]
/linux-6.3-rc2/Documentation/devicetree/bindings/hwmon/
A Dti,tmp513.yaml39 rshunt <= pga-gain * 40 * 1000 * 1000.
43 ti,pga-gain:
47 The range will be equal to: pga-gain * 40mV
88 ti,pga-gain = <8>;
/linux-6.3-rc2/drivers/iio/adc/
A Dmcp3422.c91 u8 pga[4]; member
144 config |= MCP3422_PGA_VALUE(adc->pga[req_channel]); in mcp3422_read_channel()
168 u8 pga = MCP3422_PGA(adc->config); in mcp3422_read_raw() local
180 *val2 = mcp3422_scales[sample_rate][pga]; in mcp3422_read_raw()
212 adc->pga[req_channel] = i; in mcp3422_write_raw()
217 config |= MCP3422_PGA_VALUE(adc->pga[req_channel]); in mcp3422_write_raw()
A Dti-ads1015.c234 unsigned int pga; member
399 int ret, pga, dr, dr_old, conv_time; in ads1015_get_adc_result() local
409 pga = data->channel_data[chan].pga; in ads1015_get_adc_result()
413 cfg = chan << ADS1015_CFG_MUX_SHIFT | pga << ADS1015_CFG_PGA_SHIFT | in ads1015_get_adc_result()
488 data->channel_data[chan->address].pga = i; in ads1015_set_scale()
578 idx = data->channel_data[chan->address].pga; in ads1015_read_raw()
911 unsigned int pga = ADS1015_DEFAULT_PGA; in ads1015_client_get_channels_config() local
927 pga = pval; in ads1015_client_get_channels_config()
928 if (pga > 6) { in ads1015_client_get_channels_config()
944 data->channel_data[channel].pga = pga; in ads1015_client_get_channels_config()
[all …]
A Dad4130.c230 unsigned int pga; member
688 FIELD_PREP(AD4130_CONFIG_PGA_MASK, setup_info->pga); in ad4130_write_slot_setup()
973 unsigned int pga, old_pga; in ad4130_set_channel_pga() local
976 for (pga = 0; pga < AD4130_MAX_PGA; pga++) in ad4130_set_channel_pga()
977 if (val == st->scale_tbls[setup_info->ref_sel][pga][0] && in ad4130_set_channel_pga()
978 val2 == st->scale_tbls[setup_info->ref_sel][pga][1]) in ad4130_set_channel_pga()
981 if (pga == AD4130_MAX_PGA) in ad4130_set_channel_pga()
985 if (pga == setup_info->pga) in ad4130_set_channel_pga()
988 old_pga = setup_info->pga; in ad4130_set_channel_pga()
989 setup_info->pga = pga; in ad4130_set_channel_pga()
[all …]
/linux-6.3-rc2/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
A Dphytbl_lcn.h33 unsigned char pga; member
A Dphy_n.c174 u16 pga; member
23292 target_gain.pga[core_no] = in wlc_phy_get_tx_gain_nphy()
23303 target_gain.pga[core_no] = in wlc_phy_get_tx_gain_nphy()
23312 target_gain.pga[core_no] = in wlc_phy_get_tx_gain_nphy()
23336 target_gain.pga[core_no] = in wlc_phy_get_tx_gain_nphy()
23357 target_gain.pga[core_no] = in wlc_phy_get_tx_gain_nphy()
23373 target_gain.pga[core_no] = in wlc_phy_get_tx_gain_nphy()
23400 params->pga = target_gain.pga[core_no]; in wlc_phy_iqcal_gainparams_nphy()
23406 (params->pga << 8) | in wlc_phy_iqcal_gainparams_nphy()
24705 (phy_a9.pga[core] << 8) | in wlc_phy_a2_nphy()
[all …]
A Dphy_int.h422 u16 pga[2]; member
A Dphy_lcn.c4302 (gain_table[j].pga << 8) | gm_gain); in wlc_lcnphy_load_tx_gain_table()
/linux-6.3-rc2/Documentation/devicetree/bindings/iio/adc/
A Dti,ads1015.yaml70 pga is the programmable gain amplifier (values are full scale)
/linux-6.3-rc2/Documentation/hwmon/
A Dtmp513.rst53 The readable range depends on the "ti,pga-gain" property (default to 8) and the
/linux-6.3-rc2/drivers/net/wireless/realtek/rtw88/
A Drtw8822c.c3588 u8 pga; member
3603 data->pga = (u8)rtw_read_rf(rtwdev, data->path, RF_MODE_TRXAGC, in rtw8822c_gain_check_state()
3629 u8 pga = data->pga; in rtw8822c_gain_large_state() local
3631 if (pga > 0xe) in rtw8822c_gain_large_state()
3633 else if (pga > 0xb && pga < 0xf) in rtw8822c_gain_large_state()
3635 else if (pga < 0xc) in rtw8822c_gain_large_state()
3644 u8 pga = data->pga; in rtw8822c_gain_less_state() local
3646 if (pga < 0xc) in rtw8822c_gain_less_state()
3648 else if (pga > 0xb && pga < 0xf) in rtw8822c_gain_less_state()
3650 else if (pga > 0xe) in rtw8822c_gain_less_state()
/linux-6.3-rc2/drivers/media/dvb-frontends/
A Ddib0090.c1629 u8 pga:1; member
1731 if (state->dc->pga && state->adc_diff < 0) in dib0090_dc_offset_calibration()
1733 if (state->dc->pga == 0 && state->adc_diff > 0) in dib0090_dc_offset_calibration()

Completed in 129 milliseconds