Home
last modified time | relevance | path

Searched refs:gains (Results 1 – 20 of 20) sorted by relevance

/linux-4.1.27/drivers/net/wireless/b43/
Dphy_lp.c859 struct lpphy_tx_gains gains; in lpphy_get_tx_gains() local
862 gains.dac = (b43_phy_read(dev, B43_LPPHY_AFE_DAC_CTL) & 0x380) >> 7; in lpphy_get_tx_gains()
866 gains.gm = tmp & 0x0007; in lpphy_get_tx_gains()
867 gains.pga = (tmp & 0x0078) >> 3; in lpphy_get_tx_gains()
868 gains.pad = (tmp & 0x780) >> 7; in lpphy_get_tx_gains()
871 gains.pad = b43_phy_read(dev, B43_PHY_OFDM(0xFB)) & 0xFF; in lpphy_get_tx_gains()
872 gains.gm = tmp & 0xFF; in lpphy_get_tx_gains()
873 gains.pga = (tmp >> 8) & 0xFF; in lpphy_get_tx_gains()
876 return gains; in lpphy_get_tx_gains()
898 struct lpphy_tx_gains gains) in lpphy_set_tx_gains() argument
[all …]
Dphy_n.c3175 u16 gains[5][4] = { in b43_nphy_workarounds_rev3plus() local
3248 gain = gains[min_t(u16, pdet_range, 4)]; in b43_nphy_workarounds_rev3plus()
/linux-4.1.27/drivers/media/usb/gspca/stv06xx/
Dstv06xx_hdcs.c266 u8 gains[4]; in hdcs_set_gains() local
272 gains[0] = g; in hdcs_set_gains()
273 gains[1] = g; in hdcs_set_gains()
274 gains[2] = g; in hdcs_set_gains()
275 gains[3] = g; in hdcs_set_gains()
277 err = hdcs_reg_write_seq(sd, HDCS_ERECPGA, gains, 4); in hdcs_set_gains()
/linux-4.1.27/sound/pci/lola/
Dlola_mixer.c251 unsigned short *gains)
259 writew(*gains, &chip->mixer.array->src_gain[i]);
260 gains++;
305 unsigned int mask, unsigned short *gains)
314 writew(*gains, &chip->mixer.array->dest_mix_gain[id][i]);
315 gains++;
798 unsigned short gains[MAX_STREAM_COUNT];
806 gains[num++] = val - 1;
812 return lola_mixer_set_dest_gains(chip, dst, mask, gains);
/linux-4.1.27/drivers/media/i2c/
Dmt9t001.c132 struct v4l2_ctrl *gains[4]; member
519 static const u8 gains[4] = { in mt9t001_s_ctrl() local
542 struct v4l2_ctrl *gain = mt9t001->gains[i]; in mt9t001_s_ctrl()
556 struct v4l2_ctrl *gain = mt9t001->gains[i]; in mt9t001_s_ctrl()
562 ret = mt9t001_write(client, gains[i], value); in mt9t001_s_ctrl()
906 mt9t001->gains[i] = v4l2_ctrl_new_custom(&mt9t001->ctrls, in mt9t001_probe()
909 v4l2_ctrl_cluster(ARRAY_SIZE(mt9t001_gains), mt9t001->gains); in mt9t001_probe()
/linux-4.1.27/sound/pci/au88x0/
Dau88x0_xtalk.h49 xtalk_gains_t const gains);
Dau88x0_xtalk.c542 vortex_XtalkHw_SetGains(vortex_t * vortex, xtalk_gains_t const gains) in vortex_XtalkHw_SetGains() argument
547 hwwrite(vortex->mmio, 0x244D0 + (i * 4), gains[i]); in vortex_XtalkHw_SetGains()
558 static void vortex_XtalkHw_GetGains(vortex_t * vortex, xtalk_gains_t gains)
563 gains[i] = hwread(vortex->mmio, 0x244D0 + i * 4);
Dau88x0_eq.c557 vortex_Eqlzr_GetAllBands(vortex_t * vortex, u16 * gains, s32 *cnt)
566 if (vortex_Eqlzr_GetLeftGain(vortex, si, &gains[si]))
569 (vortex, si, &gains[si + eq->this10]))
589 vortex_Eqlzr_SetAllBands(vortex_t * vortex, u16 gains[], s32 count) in vortex_Eqlzr_SetAllBands() argument
598 eq->this130[i] = gains[i]; in vortex_Eqlzr_SetAllBands()
/linux-4.1.27/fs/ext4/
DKconfig20 filesystem; while there will be some performance gains from
22 performance gains will require enabling ext4 features in the
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/phy/
Dphy_lcn.c1062 wlc_lcnphy_get_tx_gain(struct brcms_phy *pi, struct lcnphy_txgains *gains) in wlc_lcnphy_get_tx_gain() argument
1067 gains->dac_gain = (dac_gain & 0x380) >> 7; in wlc_lcnphy_get_tx_gain()
1072 gains->gm_gain = rfgain0 & 0xff; in wlc_lcnphy_get_tx_gain()
1073 gains->pga_gain = (rfgain0 >> 8) & 0xff; in wlc_lcnphy_get_tx_gain()
1074 gains->pad_gain = rfgain1 & 0xff; in wlc_lcnphy_get_tx_gain()
3209 struct lcnphy_txgains gains; in wlc_lcnphy_set_tx_pwr_by_index() local
3230 gains.gm_gain = (u16) (txgain & 0xff); in wlc_lcnphy_set_tx_pwr_by_index()
3231 gains.pga_gain = (u16) (txgain >> 8) & 0xff; in wlc_lcnphy_set_tx_pwr_by_index()
3232 gains.pad_gain = (u16) (txgain >> 16) & 0xff; in wlc_lcnphy_set_tx_pwr_by_index()
3233 gains.dac_gain = (u16) (bbmultiqcomp >> 28) & 0x07; in wlc_lcnphy_set_tx_pwr_by_index()
[all …]
Dphy_n.c198 struct nphy_txgains gains; member
24825 (txgains->gains.pad[core] << 3) | in wlc_phy_a2_nphy()
24830 (txgains->gains.pga[core] << 8) | in wlc_phy_a2_nphy()
25141 phy_a4.gains.pad[core] = in wlc_phy_a3_nphy()
25144 phy_a4.gains.pga[core] = in wlc_phy_a3_nphy()
25340 phy_b1[phy_b5].gains.pad[phy_b5] = in wlc_phy_a4()
25351 phy_b1[phy_b5].gains.pga[phy_b5] = in wlc_phy_a4()
25397 phy_b8 = phy_b1[phy_b5].gains.pad[phy_b5]; in wlc_phy_a4()
25417 phy_b7 = phy_b1[phy_b5].gains.pga[phy_b5]; in wlc_phy_a4()
/linux-4.1.27/Documentation/filesystems/
Docfs2.txt101 nodes, which gains high performance at risk of getting
Dlogfs.txt145 not consume any extra space, so the compression gains are lost space
/linux-4.1.27/sound/soc/intel/atom/
Dsst-atom-controls.c1380 unsigned int gains = ARRAY_SIZE(sst_gain_controls)/3; in sst_dsp_init_v2_dpcm() local
1393 for (i = 0; i < gains; i++) { in sst_dsp_init_v2_dpcm()
/linux-4.1.27/Documentation/networking/
Dnetlink_mmap.txt54 copied to the ring on transmission, nullifying most of the performance gains.
/linux-4.1.27/Documentation/sound/alsa/soc/
DDPCM.txt282 4) Mixers for gains, routing, etc.
/linux-4.1.27/Documentation/thermal/
Dintel_powerclamp.txt132 derivative gains of the past samples.
/linux-4.1.27/Documentation/vm/
Dcleancache.txt199 Briefly, performance gains can be significant on most workloads,
/linux-4.1.27/Documentation/
Datomic_ops.txt389 ... gains ref to obj, refcnt=2
/linux-4.1.27/Documentation/mtd/
Dnand_ecc.txt473 Unrolling once gains about 15%