/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | core507d.c | 151 .dac = &dac507d,
|
/kernel/linux/linux-6.6/drivers/iio/dac/ |
H A D | max517.c | 16 #include <linux/iio/dac/max517.h>
|
H A D | ad5504.c | 22 #include <linux/iio/dac/ad5504.h>
|
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | radeon_encoders.c | 90 radeon_get_encoder_enum(struct drm_device *dev, uint32_t supported_device, uint8_t dac) in radeon_get_encoder_enum() argument 101 switch (dac) { in radeon_get_encoder_enum() 102 case 1: /* dac a */ in radeon_get_encoder_enum() 112 case 2: /* dac b */ in radeon_get_encoder_enum() 122 case 3: /* external dac */ in radeon_get_encoder_enum()
|
H A D | radeon_atombios.c | 902 uint8_t dac; in radeon_get_atom_connector_info_from_supported_devices_table() local 956 dac = ci.sucConnectorInfo.sbfAccess.bfAssociatedDAC; in radeon_get_atom_connector_info_from_supported_devices_table() 1019 dac), in radeon_get_atom_connector_info_from_supported_devices_table() 1026 dac), in radeon_get_atom_connector_info_from_supported_devices_table() 1770 uint8_t bg, dac; in radeon_atombios_get_primary_dac_info() local 1784 dac = dac_info->ucDAC1_DAC_Adjustment; in radeon_atombios_get_primary_dac_info() 1785 p_dac->ps2_pdac_adj = (bg << 8) | (dac); in radeon_atombios_get_primary_dac_info() 1956 uint8_t bg, dac; in radeon_atombios_get_tv_dac_info() local 1971 dac = dac_info->ucDAC2_CRT2_DAC_Adjustment; in radeon_atombios_get_tv_dac_info() 1972 tv_dac->ps2_tvdac_adj = (bg << 16) | (dac << 2 in radeon_atombios_get_tv_dac_info() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
H A D | radeon_encoders.c | 86 radeon_get_encoder_enum(struct drm_device *dev, uint32_t supported_device, uint8_t dac) in radeon_get_encoder_enum() argument 97 switch (dac) { in radeon_get_encoder_enum() 98 case 1: /* dac a */ in radeon_get_encoder_enum() 108 case 2: /* dac b */ in radeon_get_encoder_enum() 119 case 3: /* external dac */ in radeon_get_encoder_enum()
|
H A D | radeon_atombios.c | 894 uint8_t dac; in radeon_get_atom_connector_info_from_supported_devices_table() local 948 dac = ci.sucConnectorInfo.sbfAccess.bfAssociatedDAC; in radeon_get_atom_connector_info_from_supported_devices_table() 1011 dac), in radeon_get_atom_connector_info_from_supported_devices_table() 1018 dac), in radeon_get_atom_connector_info_from_supported_devices_table() 1765 uint8_t bg, dac; in radeon_atombios_get_primary_dac_info() local 1779 dac = dac_info->ucDAC1_DAC_Adjustment; in radeon_atombios_get_primary_dac_info() 1780 p_dac->ps2_pdac_adj = (bg << 8) | (dac); in radeon_atombios_get_primary_dac_info() 1951 uint8_t bg, dac; in radeon_atombios_get_tv_dac_info() local 1966 dac = dac_info->ucDAC2_CRT2_DAC_Adjustment; in radeon_atombios_get_tv_dac_info() 1967 tv_dac->ps2_tvdac_adj = (bg << 16) | (dac << 2 in radeon_atombios_get_tv_dac_info() [all...] |
/kernel/linux/linux-5.10/sound/pci/hda/ |
H A D | hda_generic.h | 16 hda_nid_t dac; /* DAC to be connected */ member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
H A D | gm200.c | 169 .dac = { .cnt = gf119_dac_cnt, .new = gf119_dac_new },
|
H A D | gk104.c | 314 .dac = { .cnt = gf119_dac_cnt, .new = gf119_dac_new },
|
H A D | gt215.c | 210 .dac = { .cnt = nv50_dac_cnt, .new = nv50_dac_new },
|
H A D | g84.c | 329 .dac = { .cnt = nv50_dac_cnt, .new = nv50_dac_new },
|
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | hda_generic.h | 19 hda_nid_t dac; /* DAC to be connected */ member
|
/kernel/linux/linux-5.10/drivers/video/fbdev/aty/ |
H A D | aty128fb.c | 1905 u32 dac; in aty128_init() local 2010 dac = aty_ld_le32(DAC_CNTL); in aty128_init() 2011 dac |= (DAC_8BIT_EN | DAC_RANGE_CNTL); in aty128_init() 2012 dac |= DAC_MASK; in aty128_init() 2014 dac |= DAC_PALETTE2_SNOOP_EN; in aty128_init() 2015 aty_st_le32(DAC_CNTL, dac); in aty128_init()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/aty/ |
H A D | aty128fb.c | 1903 u32 dac; in aty128_init() local 2007 dac = aty_ld_le32(DAC_CNTL); in aty128_init() 2008 dac |= (DAC_8BIT_EN | DAC_RANGE_CNTL); in aty128_init() 2009 dac |= DAC_MASK; in aty128_init() 2011 dac |= DAC_PALETTE2_SNOOP_EN; in aty128_init() 2012 aty_st_le32(DAC_CNTL, dac); in aty128_init()
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | wm8994.c | 1106 int dac; in aif1clk_ev() local 1143 dac = WM8994_AIF1DAC1R_ENA | WM8994_AIF1DAC2R_ENA; in aif1clk_ev() 1146 dac = WM8994_AIF1DAC1L_ENA | WM8994_AIF1DAC2L_ENA; in aif1clk_ev() 1148 dac = WM8994_AIF1DAC1R_ENA | WM8994_AIF1DAC2R_ENA | in aif1clk_ev() 1154 mask, dac); in aif1clk_ev() 1208 int dac; in aif2clk_ev() local 1232 dac = WM8994_AIF2DACR_ENA; in aif2clk_ev() 1235 dac = WM8994_AIF2DACL_ENA; in aif2clk_ev() 1237 dac = WM8994_AIF2DACL_ENA | WM8994_AIF2DACR_ENA; in aif2clk_ev() 1244 WM8994_AIF2DACR_ENA, dac); in aif2clk_ev() [all...] |
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | wm8994.c | 1106 int dac; in aif1clk_ev() local 1143 dac = WM8994_AIF1DAC1R_ENA | WM8994_AIF1DAC2R_ENA; in aif1clk_ev() 1146 dac = WM8994_AIF1DAC1L_ENA | WM8994_AIF1DAC2L_ENA; in aif1clk_ev() 1148 dac = WM8994_AIF1DAC1R_ENA | WM8994_AIF1DAC2R_ENA | in aif1clk_ev() 1154 mask, dac); in aif1clk_ev() 1208 int dac; in aif2clk_ev() local 1232 dac = WM8994_AIF2DACR_ENA; in aif2clk_ev() 1235 dac = WM8994_AIF2DACL_ENA; in aif2clk_ev() 1237 dac = WM8994_AIF2DACL_ENA | WM8994_AIF2DACR_ENA; in aif2clk_ev() 1244 WM8994_AIF2DACR_ENA, dac); in aif2clk_ev() [all...] |
/kernel/linux/linux-5.10/arch/alpha/include/asm/ |
H A D | core_marvel.h | 213 unsigned dac : 1; /* <2> -- window 3 only */ member
|
/kernel/linux/linux-6.6/arch/alpha/include/asm/ |
H A D | core_marvel.h | 213 unsigned dac : 1; /* <2> -- window 3 only */ member
|
/kernel/linux/linux-5.10/drivers/iio/dac/ |
H A D | ad5504.c | 22 #include <linux/iio/dac/ad5504.h>
|
/kernel/linux/linux-5.10/sound/sh/ |
H A D | sh_dac_audio.c | 23 #include <cpu/dac.h>
|
/kernel/linux/linux-6.6/sound/sh/ |
H A D | sh_dac_audio.c | 23 #include <cpu/dac.h>
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43legacy/ |
H A D | radio.c | 1869 u16 dac; in b43legacy_radio_set_txpower_a() local 1886 dac = b43legacy_get_txgain_dac(txpower); in b43legacy_radio_set_txpower_a() 1887 dac <<= 3; in b43legacy_radio_set_txpower_a() 1888 dac |= ilt; in b43legacy_radio_set_txpower_a() 1890 b43legacy_ilt_write(dev, 0x3001, dac); in b43legacy_radio_set_txpower_a()
|
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43legacy/ |
H A D | radio.c | 1852 u16 dac; in b43legacy_radio_set_txpower_a() local 1869 dac = b43legacy_get_txgain_dac(txpower); in b43legacy_radio_set_txpower_a() 1870 dac <<= 3; in b43legacy_radio_set_txpower_a() 1871 dac |= ilt; in b43legacy_radio_set_txpower_a() 1873 b43legacy_ilt_write(dev, 0x3001, dac); in b43legacy_radio_set_txpower_a()
|
/kernel/linux/linux-5.10/arch/powerpc/include/uapi/asm/ |
H A D | kvm.h | 241 * iac/dac registers are 64bit wide, while this API 244 * iac/dac registers. 247 __u32 dac[2]; member
|