/linux-2.6.39/drivers/net/wireless/b43/ |
D | tables_lpphy.c | 1083 { .gm = 7, .pga = 15, .pad = 14, .dac = 0, .bb_mult = 152, }, 1084 { .gm = 7, .pga = 15, .pad = 14, .dac = 0, .bb_mult = 147, }, 1085 { .gm = 7, .pga = 15, .pad = 14, .dac = 0, .bb_mult = 143, }, 1086 { .gm = 7, .pga = 15, .pad = 14, .dac = 0, .bb_mult = 139, }, 1087 { .gm = 7, .pga = 15, .pad = 14, .dac = 0, .bb_mult = 135, }, 1088 { .gm = 7, .pga = 15, .pad = 14, .dac = 0, .bb_mult = 131, }, 1089 { .gm = 7, .pga = 15, .pad = 14, .dac = 0, .bb_mult = 128, }, 1090 { .gm = 7, .pga = 15, .pad = 14, .dac = 0, .bb_mult = 124, }, 1091 { .gm = 7, .pga = 15, .pad = 14, .dac = 0, .bb_mult = 121, }, 1092 { .gm = 7, .pga = 15, .pad = 14, .dac = 0, .bb_mult = 117, }, [all …]
|
D | lo.c | 79 u16 lna, u16 pga, u16 trsw_rx) in lo_measure_feedthrough() argument 87 pga <<= B43_PHY_RFOVERVAL_PGA_SHIFT; in lo_measure_feedthrough() 90 B43_WARN_ON(pga & ~B43_PHY_RFOVERVAL_PGA); in lo_measure_feedthrough() 98 rfover |= pga; in lo_measure_feedthrough() 116 pga |= B43_PHY_PGACTL_UNKNOWN; in lo_measure_feedthrough() 117 b43_phy_write(dev, B43_PHY_PGACTL, pga); in lo_measure_feedthrough() 119 pga |= B43_PHY_PGACTL_LOWBANDW; in lo_measure_feedthrough() 120 b43_phy_write(dev, B43_PHY_PGACTL, pga); in lo_measure_feedthrough() 122 pga |= B43_PHY_PGACTL_LPF; in lo_measure_feedthrough() 123 b43_phy_write(dev, B43_PHY_PGACTL, pga); in lo_measure_feedthrough() [all …]
|
D | tables_lpphy.h | 32 u8 gm, pga, pad, dac, bb_mult; member
|
D | phy_n.c | 38 u16 pga[2]; member 45 u16 pga; member 2698 params->pga = target.pga[core]; in b43_nphy_iq_cal_gain_params() 2701 params->cal_gain = (params->txgm << 12) | (params->pga << 8) | in b43_nphy_iq_cal_gain_params() 2706 gain = (target.pad[core]) | (target.pga[core] << 4) | in b43_nphy_iq_cal_gain_params() 2717 params->pga = tbl_iqcal_gainparams[indx][i][2]; in b43_nphy_iq_cal_gain_params() 2719 params->cal_gain = (params->txgm << 7) | (params->pga << 4) | in b43_nphy_iq_cal_gain_params() 2808 target.pga[i] = (curr_gain[i] & 0x0F00) >> 8; in b43_nphy_get_tx_gains() 2813 target.pga[i] = (curr_gain[i] & 0x0070) >> 4; in b43_nphy_get_tx_gains() 2852 target.pga[i] = (table[index[i]] >> 24) & 0xF; in b43_nphy_get_tx_gains() [all …]
|
D | phy_lp.c | 807 struct lpphy_tx_gains { u16 gm, pga, pad, dac; }; member 873 gains.pga = (tmp & 0x0078) >> 3; in lpphy_get_tx_gains() 879 gains.pga = (tmp >> 8) & 0xFF; in lpphy_get_tx_gains() 909 rf_gain = (gains.pad << 7) | (gains.pga << 3) | gains.gm; in lpphy_set_tx_gains() 915 (gains.pga << 8) | gains.gm); in lpphy_set_tx_gains() 923 (gains.pga << 8) | gains.gm); in lpphy_set_tx_gains() 1402 gains.pga = (tx_gain >> 8) & 0xFF; in lpphy_set_tx_power_by_index() 1560 gains.pga = 12; in lpphy_tx_pctl_init_sw() 1565 gains.pga = 15; in lpphy_tx_pctl_init_sw()
|
/linux-2.6.39/drivers/hwmon/ |
D | ads1015.c | 81 unsigned int pga = data->channel_data[channel].pga; in ads1015_read_value() local 94 fullscale = fullscale_table[pga]; in ads1015_read_value() 101 config |= (pga & 0x0007) << 9; in ads1015_read_value() 191 unsigned int pga = ADS1015_DEFAULT_PGA; in ads1015_get_channels_config_of() local 211 pga = be32_to_cpup(property); in ads1015_get_channels_config_of() 212 if (pga > 6) { in ads1015_get_channels_config_of() 230 data->channel_data[channel].pga = pga; in ads1015_get_channels_config_of() 259 data->channel_data[k].pga = ADS1015_DEFAULT_PGA; in ads1015_get_channels_config()
|
/linux-2.6.39/Documentation/hwmon/ |
D | ads1015 | 41 - pga is the programmable gain amplifier (values are full scale) 60 [2] = { .enabled = true, .pga = 1, .data_rate = 0 }, 61 [4] = { .enabled = true, .pga = 4, .data_rate = 5 },
|
/linux-2.6.39/include/linux/i2c/ |
D | ads1015.h | 28 unsigned int pga; member
|
/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/phy/ |
D | wlc_phytbl_lcn.h | 40 unsigned char pga; member
|
D | wlc_phy_n.c | 147 u16 pga; member 22592 target_gain.pga[core_no] = in wlc_phy_get_tx_gain_nphy() 22603 target_gain.pga[core_no] = in wlc_phy_get_tx_gain_nphy() 22612 target_gain.pga[core_no] = in wlc_phy_get_tx_gain_nphy() 22683 target_gain.pga[core_no] = in wlc_phy_get_tx_gain_nphy() 22699 target_gain.pga[core_no] = in wlc_phy_get_tx_gain_nphy() 22713 target_gain.pga[core_no] = in wlc_phy_get_tx_gain_nphy() 22741 params->pga = target_gain.pga[core_no]; in wlc_phy_iqcal_gainparams_nphy() 22748 pga << 8) | in wlc_phy_iqcal_gainparams_nphy() 22753 pga << 8) | (params-> in wlc_phy_iqcal_gainparams_nphy() [all …]
|
D | wlc_phy_int.h | 479 u16 pga[2]; member
|
D | wlc_phy_lcn.c | 4265 (gain_table[j].pga << 8) | gm_gain); in WLBANDINITFN()
|
/linux-2.6.39/Documentation/devicetree/bindings/hwmon/ |
D | ads1015.txt | 18 - pga is the programmable gain amplifier (values are full scale)
|
/linux-2.6.39/drivers/media/dvb/frontends/ |
D | dib0090.c | 1475 u8 pga:1; member 1578 if (state->dc->pga && state->adc_diff < 0) in dib0090_dc_offset_calibration() 1580 if (state->dc->pga == 0 && state->adc_diff > 0) in dib0090_dc_offset_calibration()
|