Searched refs:pga (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/b43/
H A Dtables_lpphy.c1083 { .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
[all...]
H A Dlo.c79 u16 lna, u16 pga, u16 trsw_rx)
87 pga <<= B43_PHY_RFOVERVAL_PGA_SHIFT;
90 B43_WARN_ON(pga & ~B43_PHY_RFOVERVAL_PGA);
95 rfover |= pga;
113 pga |= B43_PHY_PGACTL_UNKNOWN;
114 b43_phy_write(dev, B43_PHY_PGACTL, pga);
116 pga |= B43_PHY_PGACTL_LOWBANDW;
117 b43_phy_write(dev, B43_PHY_PGACTL, pga);
119 pga |= B43_PHY_PGACTL_LPF;
120 b43_phy_write(dev, B43_PHY_PGACTL, pga);
78 lo_measure_feedthrough(struct b43_wldev *dev, u16 lna, u16 pga, u16 trsw_rx) argument
178 u16 trsw_rx, pga; local
[all...]
H A Dtables_lpphy.h32 u8 gm, pga, pad, dac, bb_mult; member in struct:lpphy_tx_gain_table_entry
H A Dphy_n.c36 u16 pga[2]; member in struct:nphy_txgains
43 u16 pga; member in struct:nphy_iqcal_params
2239 params->pga = target.pga[core];
2242 params->cal_gain = (params->txgm << 12) | (params->pga << 8) |
2247 gain = (target.pad[core]) | (target.pga[core] << 4) |
2258 params->pga = tbl_iqcal_gainparams[indx][i][2];
2260 params->cal_gain = (params->txgm << 7) | (params->pga << 4) |
2349 target.pga[i] = (curr_gain[i] & 0x0F00) >> 8;
2354 target.pga[
[all...]
H A Dphy_lp.c806 struct lpphy_tx_gains { u16 gm, pga, pad, dac; }; member in struct:lpphy_tx_gains
872 gains.pga = (tmp & 0x0078) >> 3;
878 gains.pga = (tmp >> 8) & 0xFF;
908 rf_gain = (gains.pad << 7) | (gains.pga << 3) | gains.gm;
914 (gains.pga << 8) | gains.gm);
918 (gains.pga << 8) | gains.gm);
1390 gains.pga = (tx_gain >> 8) & 0xFF;
1547 gains.pga = 12;
1552 gains.pga = 15;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/frontends/
H A Ddib0090.c932 uint8_t pga:1; member in struct:dc_calibration
1014 if (state->dc->pga && state->adc_diff < 0)
1016 if (state->dc->pga == 0 && state->adc_diff > 0)

Completed in 123 milliseconds