Searched refs:dac (Results 76 - 92 of 92) sorted by relevance

1234

/linux-master/drivers/video/fbdev/
H A Dhitfb.c28 #include <cpu/dac.h>
/linux-master/drivers/iio/dac/
H A Dmcp4725.c25 #include <linux/iio/dac/mcp4725.h>
H A Dad5791.c22 #include <linux/iio/dac/ad5791.h>
/linux-master/drivers/net/wireless/broadcom/b43/
H A Dphy_lp.c789 struct lpphy_tx_gains { u16 gm, pga, pad, dac; }; member in struct:lpphy_tx_gains
850 gains.dac = (b43_phy_read(dev, B43_LPPHY_AFE_DAC_CTL) & 0x380) >> 7;
867 static void lpphy_set_dac_gain(struct b43_wldev *dev, u16 dac) argument
870 ctl |= dac << 7;
909 lpphy_set_dac_gain(dev, gains.dac);
1385 gains.dac = (iq_comp >> 28) & 0xFF;
1543 gains.dac = 0;
1548 gains.dac = 0;
H A Dtables_phy_lcn.c21 u8 dac; member in struct:b43_lcntab_tx_gain_tbl_entry
641 val |= ((gain_table[i].dac << 28) |
/linux-master/drivers/net/wireless/broadcom/b43legacy/
H A Dradio.c1852 u16 dac; local
1869 dac = b43legacy_get_txgain_dac(txpower);
1870 dac <<= 3;
1871 dac |= ilt;
1873 b43legacy_ilt_write(dev, 0x3001, dac);
/linux-master/sound/pci/ca0106/
H A Dca0106_main.c528 const int dac = snd_ca0106_channel_dac(chip, chip->details, local
530 const int reg = spi_dacd_reg[dac];
531 const int bit = spi_dacd_bit[dac];
586 /* Front channel dac should already be on */
608 /* Front channel dac should stay on */
1554 /* Enable front dac only */
/linux-master/drivers/gpu/drm/radeon/
H A Datombios_encoders.c2628 struct radeon_encoder_atom_dac *dac = kzalloc(sizeof(struct radeon_encoder_atom_dac), GFP_KERNEL); local
2630 if (!dac)
2633 dac->tv_std = radeon_atombios_get_tv_info(rdev);
2634 return dac;
H A Dradeon_mode.h367 /* legacy primary dac */
390 /* legacy tv dac */
673 uint8_t dac);
/linux-master/arch/powerpc/include/uapi/asm/
H A Dkvm.h240 * iac/dac registers are 64bit wide, while this API
243 * iac/dac registers.
246 __u32 dac[2]; member in struct:kvm_sregs::__anon29::__anon34
/linux-master/tools/arch/powerpc/include/uapi/asm/
H A Dkvm.h240 * iac/dac registers are 64bit wide, while this API
243 * iac/dac registers.
246 __u32 dac[2]; member in struct:kvm_sregs::__anon109::__anon114
/linux-master/drivers/net/wireless/mediatek/mt7601u/
H A Dphy.c1219 * @dac: DAC index, values are 0-based
1221 void mt7601u_set_tx_dac(struct mt7601u_dev *dev, u8 dac) argument
1223 mt7601u_bbp_rmc(dev, 1, 0x18, dac << 3);
/linux-master/drivers/sbus/char/
H A Doradax.c168 struct dax_data_access dac; /* Data Access Control */ member in struct:dax_ccb
/linux-master/sound/soc/codecs/
H A Dwm8962.c1484 u16 dac = snd_soc_component_read(component, WM8962_ADC_DAC_CONTROL_1); local
1498 WM8962_DAC_MUTE, dac);
/linux-master/drivers/gpu/drm/nouveau/dispnv50/
H A Ddisp.c479 core->func->dac->ctrl(core, nv_encoder->outp.or.id, ctrl, NULL);
508 core->func->dac->ctrl(core, nv_encoder->outp.or.id, ctrl, asyh);
573 "dac-%04x-%04x", dcbe->hasht, dcbe->hashm);
/linux-master/sound/pci/hda/
H A Dpatch_ca0132.c7371 static void init_output(struct hda_codec *codec, hda_nid_t pin, hda_nid_t dac) argument
7380 if (dac && (get_wcaps(codec, dac) & AC_WCAP_OUT_AMP))
7381 snd_hda_codec_write(codec, dac, 0,
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_lcn.c4307 val = (gain_table[j].dac << 28) | (gain_table[j].bb_mult << 20);

Completed in 272 milliseconds

1234