| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/ |
| D | cs42l42.txt | 5 - compatible : "cirrus,cs42l42" 7 - reg : the I2C address of the device for I2C. 9 - VP-supply, VCP-supply, VD_FILT-supply, VL-supply, VA-supply : 15 - reset-gpios : a GPIO spec for the reset pin. If specified, it will be 18 - interrupts : IRQ line info CS42L42. 19 (See Documentation/devicetree/bindings/interrupt-controller/interrupts.txt 22 - cirrus,ts-inv : Boolean property. For jacks that invert the tip sense 27 0 = (Default) Non-inverted 30 - cirrus,ts-dbnc-rise : Debounce the rising edge of TIP_SENSE_PLUG. With no 33 0 - 0ms, [all …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/sound/ |
| D | cirrus,cs42l42.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - patches@opensource.cirrus.com 13 The CS42L42 is a low-power audio codec designed for portable applications. 14 It provides a high-dynamic range, stereo DAC for audio playback and a mono 15 high-dynamic-range ADC for audio capture. There is an integrated headset 21 - cirrus,cs42l42 22 - cirrus,cs42l83 29 VP-supply: [all …]
|
| /kernel/linux/linux-5.10/Documentation/sound/hd-audio/ |
| D | models.rst | 2 HD-Audio Codec-Specific Models 8 3-jack in back and a headphone out 9 3stack-digout 10 3-jack in back, a HP out and a SPDIF out 12 5-jack in back, 2-jack in front 13 5stack-digout 14 5-jack in back, 2-jack in front, a SPDIF out 16 6-jack in back, 2-jack in front 17 6stack-digout 18 6-jack with a SPDIF out [all …]
|
| /kernel/linux/linux-6.6/Documentation/sound/hd-audio/ |
| D | models.rst | 2 HD-Audio Codec-Specific Models 8 3-jack in back and a headphone out 9 3stack-digout 10 3-jack in back, a HP out and a SPDIF out 12 5-jack in back, 2-jack in front 13 5stack-digout 14 5-jack in back, 2-jack in front, a SPDIF out 16 6-jack in back, 2-jack in front 17 6stack-digout 18 6-jack with a SPDIF out [all …]
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/ |
| D | dwxgmac2_core.c | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 18 void __iomem *ioaddr = hw->pcsr; in dwxgmac2_core_init() 27 if (hw->ps) { in dwxgmac2_core_init() 29 tx &= ~hw->link.speed_mask; in dwxgmac2_core_init() 31 switch (hw->ps) { in dwxgmac2_core_init() 33 tx |= hw->link.xgmii.speed10000; in dwxgmac2_core_init() 36 tx |= hw->link.speed2500; in dwxgmac2_core_init() 40 tx |= hw->link.speed1000; in dwxgmac2_core_init() 69 void __iomem *ioaddr = hw->pcsr; in dwxgmac2_rx_ipc() 73 if (hw->rx_csum) in dwxgmac2_rx_ipc() [all …]
|
| D | hwif.h | 1 /* SPDX-License-Identifier: (GPL-2.0 OR MIT) */ 13 int __result = -EINVAL; \ 14 if ((__priv)->hw->__module && (__priv)->hw->__module->__cname) { \ 15 (__priv)->hw->__module->__cname((__arg0), ##__args); \ 22 int __result = -EINVAL; \ 23 if ((__priv)->hw->__module && (__priv)->hw->__module->__cname) \ 24 __result = (__priv)->hw->__module->__cname((__arg0), ##__args); \ 78 void (*get_timestamp)(void *desc, u32 ats, u64 *ts); 400 int (*get_mac_tx_timestamp)(struct mac_device_info *hw, u64 *ts); 405 bool en, bool ipv6, bool sa, bool inv, [all …]
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/ |
| D | dwxgmac2_core.c | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 18 void __iomem *ioaddr = hw->pcsr; in dwxgmac2_core_init() 27 if (hw->ps) { in dwxgmac2_core_init() 29 tx &= ~hw->link.speed_mask; in dwxgmac2_core_init() 31 switch (hw->ps) { in dwxgmac2_core_init() 33 tx |= hw->link.xgmii.speed10000; in dwxgmac2_core_init() 36 tx |= hw->link.speed2500; in dwxgmac2_core_init() 40 tx |= hw->link.speed1000; in dwxgmac2_core_init() 69 void __iomem *ioaddr = hw->pcsr; in dwxgmac2_rx_ipc() 73 if (hw->rx_csum) in dwxgmac2_rx_ipc() [all …]
|
| D | hwif.h | 1 /* SPDX-License-Identifier: (GPL-2.0 OR MIT) */ 13 int __result = -EINVAL; \ 14 if ((__priv)->hw->__module && (__priv)->hw->__module->__cname) { \ 15 (__priv)->hw->__module->__cname((__arg0), ##__args); \ 22 int __result = -EINVAL; \ 23 if ((__priv)->hw->__module && (__priv)->hw->__module->__cname) \ 24 __result = (__priv)->hw->__module->__cname((__arg0), ##__args); \ 77 void (*get_timestamp)(void *desc, u32 ats, u64 *ts); 382 int (*get_mac_tx_timestamp)(struct mac_device_info *hw, u64 *ts); 387 bool en, bool ipv6, bool sa, bool inv, [all …]
|
| /kernel/linux/linux-5.10/sound/soc/codecs/ |
| D | cs42l42.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * cs42l42.c -- CS42L42 ALSA SoC audio driver 31 #include <sound/soc-dapm.h> 34 #include <dt-bindings/sound/cs42l42.h> 405 static DECLARE_TLV_DB_SCALE(adc_tlv, -9700, 100, true); 406 static DECLARE_TLV_DB_SCALE(mixer_tlv, -6300, 100, true); 435 SOC_SINGLE_S8_TLV("ADC Volume", CS42L42_ADC_VOLUME, -97, 12, adc_tlv), 458 struct snd_soc_component *component = snd_soc_dapm_to_component(w->dapm); in cs42l42_hpdrv_evt() 484 dev_err(component->dev, "Invalid event 0x%x\n", event); in cs42l42_hpdrv_evt() 518 regcache_cache_only(cs42l42->regmap, false); in cs42l42_set_bias_level() [all …]
|
| /kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
| D | debug.c | 2 * Copyright (c) 2008-2011 Atheros Communications Inc. 25 ath9k_hw_common(_ah)->ops->write((_ah), (_val), (_reg)) 27 ath9k_hw_common(_ah)->ops->read((_ah), (_reg)) 32 sc->debug.stats.istats.sync_cause_all++; in ath9k_debug_sync_cause() 34 sc->debug.stats.istats.sync_rtc_irq++; in ath9k_debug_sync_cause() 36 sc->debug.stats.istats.sync_mac_irq++; in ath9k_debug_sync_cause() 38 sc->debug.stats.istats.eeprom_illegal_access++; in ath9k_debug_sync_cause() 40 sc->debug.stats.istats.apb_timeout++; in ath9k_debug_sync_cause() 42 sc->debug.stats.istats.pci_mode_conflict++; in ath9k_debug_sync_cause() 44 sc->debug.stats.istats.host1_fatal++; in ath9k_debug_sync_cause() [all …]
|
| /kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
| D | debug.c | 2 * Copyright (c) 2008-2011 Atheros Communications Inc. 25 ath9k_hw_common(_ah)->ops->write((_ah), (_val), (_reg)) 27 ath9k_hw_common(_ah)->ops->read((_ah), (_reg)) 32 sc->debug.stats.istats.sync_cause_all++; in ath9k_debug_sync_cause() 34 sc->debug.stats.istats.sync_rtc_irq++; in ath9k_debug_sync_cause() 36 sc->debug.stats.istats.sync_mac_irq++; in ath9k_debug_sync_cause() 38 sc->debug.stats.istats.eeprom_illegal_access++; in ath9k_debug_sync_cause() 40 sc->debug.stats.istats.apb_timeout++; in ath9k_debug_sync_cause() 42 sc->debug.stats.istats.pci_mode_conflict++; in ath9k_debug_sync_cause() 44 sc->debug.stats.istats.host1_fatal++; in ath9k_debug_sync_cause() [all …]
|
| /kernel/linux/linux-5.10/drivers/net/fddi/skfp/ |
| D | pcmplc.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 71 #define GO_STATE(x) (mib->fddiPORTPCMState = (x)|AFLAG) 72 #define ACTIONS_DONE() (mib->fddiPORTPCMState &= ~AFLAG) 113 * PCL-S control register 114 * this register in the PLC-S controls the scrambling parameters 125 * PCL-S control register 126 * this register in the PLC-S controls the scrambling parameters 156 #define PLC_MS(m) ((int)((0x10000L-(m*100000L/2048)))) 212 phy->timer0_exp = FALSE ; /* clear timer event flag */ in start_pcm_timer0() 213 smt_timer_start(smc,&phy->pcm_timer0,value, in start_pcm_timer0() [all …]
|
| /kernel/linux/linux-6.6/drivers/net/fddi/skfp/ |
| D | pcmplc.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 67 #define GO_STATE(x) (mib->fddiPORTPCMState = (x)|AFLAG) 68 #define ACTIONS_DONE() (mib->fddiPORTPCMState &= ~AFLAG) 109 * PCL-S control register 110 * this register in the PLC-S controls the scrambling parameters 121 * PCL-S control register 122 * this register in the PLC-S controls the scrambling parameters 152 #define PLC_MS(m) ((int)((0x10000L-(m*100000L/2048)))) 208 phy->timer0_exp = FALSE ; /* clear timer event flag */ in start_pcm_timer0() 209 smt_timer_start(smc,&phy->pcm_timer0,value, in start_pcm_timer0() [all …]
|
| /kernel/linux/linux-6.6/sound/soc/codecs/ |
| D | cs42l42.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * cs42l42.c -- CS42L42 ALSA SoC audio driver 32 #include <sound/soc-dapm.h> 35 #include <dt-bindings/sound/cs42l42.h> 403 static DECLARE_TLV_DB_SCALE(adc_tlv, -9700, 100, true); 404 static DECLARE_TLV_DB_SCALE(mixer_tlv, -6300, 100, true); 413 switch (ucontrol->value.integer.value[0]) { in cs42l42_slow_start_put() 421 return -EINVAL; in cs42l42_slow_start_put() 455 SOC_SINGLE_S8_TLV("ADC Volume", CS42L42_ADC_VOLUME, -97, 12, adc_tlv), 482 struct snd_soc_component *component = snd_soc_dapm_to_component(w->dapm); in cs42l42_hp_adc_ev() [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
| D | sid.h | 716 #define AZ_F0_CODEC_PIN_CONTROL_AUDIO_DESCRIPTOR8 0x30 /* one bit audio - leave at 0 (defaul… 718 #define AZ_F0_CODEC_PIN_CONTROL_AUDIO_DESCRIPTOR10 0x32 /* DTS-HD */ 719 #define AZ_F0_CODEC_PIN_CONTROL_AUDIO_DESCRIPTOR11 0x33 /* MAT-MLP */ 910 # define DCCG_AUDIO_DTO0_SOURCE_SEL(x) ((x) << 0) /* crtc0 - crtc5 */ 1638 /* 0 - register 1639 * 1 - memory (sync - via GRBM) 1640 * 2 - tc/l2 1641 * 3 - gds 1642 * 4 - reserved 1643 * 5 - memory (async - direct) [all …]
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
| D | sid.h | 716 #define AZ_F0_CODEC_PIN_CONTROL_AUDIO_DESCRIPTOR8 0x30 /* one bit audio - leave at 0 (defaul… 718 #define AZ_F0_CODEC_PIN_CONTROL_AUDIO_DESCRIPTOR10 0x32 /* DTS-HD */ 719 #define AZ_F0_CODEC_PIN_CONTROL_AUDIO_DESCRIPTOR11 0x33 /* MAT-MLP */ 910 # define DCCG_AUDIO_DTO0_SOURCE_SEL(x) ((x) << 0) /* crtc0 - crtc5 */ 1638 /* 0 - register 1639 * 1 - memory (sync - via GRBM) 1640 * 2 - tc/l2 1641 * 3 - gds 1642 * 4 - reserved 1643 * 5 - memory (async - direct) [all …]
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
| D | t4fw_api.h | 4 * Copyright (c) 2009-2016 Chelsio Communications, Inc. All rights reserved. 16 * - Redistributions of source code must retain the above 20 * - Redistributions in binary form must reproduce the above 43 FW_ENOEXEC = 8, /* exec format error; inv microcode */ 126 /* atomic flag (hi) - firmware encapsulates CPLs in CPL_BARRIER */ 130 /* flush flag (hi) - firmware flushes flushable work request buffered 136 /* completion flag (hi) - firmware generates a cpl_fw6_ack */ 160 /* length in units of 16-bytes (lo) */ 689 * will resend FIN - equiv ESTAB 2181 * VIID - [10:8] PFN, [7] VI Valid, [6:0] VI number [all …]
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
| D | t4fw_api.h | 4 * Copyright (c) 2009-2016 Chelsio Communications, Inc. All rights reserved. 16 * - Redistributions of source code must retain the above 20 * - Redistributions in binary form must reproduce the above 43 FW_ENOEXEC = 8, /* exec format error; inv microcode */ 126 /* atomic flag (hi) - firmware encapsulates CPLs in CPL_BARRIER */ 130 /* flush flag (hi) - firmware flushes flushable work request buffered 136 /* completion flag (hi) - firmware generates a cpl_fw6_ack */ 160 /* length in units of 16-bytes (lo) */ 689 * will resend FIN - equiv ESTAB 2183 * VIID - [10:8] PFN, [7] VI Valid, [6:0] VI number [all …]
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
| D | sid.h | 719 #define AZ_F0_CODEC_PIN_CONTROL_AUDIO_DESCRIPTOR8 0x30 /* one bit audio - leave at 0 (defaul… 721 #define AZ_F0_CODEC_PIN_CONTROL_AUDIO_DESCRIPTOR10 0x32 /* DTS-HD */ 722 #define AZ_F0_CODEC_PIN_CONTROL_AUDIO_DESCRIPTOR11 0x33 /* MAT-MLP */ 913 # define DCCG_AUDIO_DTO0_SOURCE_SEL(x) ((x) << 0) /* crtc0 - crtc5 */ 1701 /* 0 - register 1702 * 1 - memory (sync - via GRBM) 1703 * 2 - tc/l2 1704 * 3 - gds 1705 * 4 - reserved 1706 * 5 - memory (async - direct) [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
| D | sid.h | 719 #define AZ_F0_CODEC_PIN_CONTROL_AUDIO_DESCRIPTOR8 0x30 /* one bit audio - leave at 0 (defaul… 721 #define AZ_F0_CODEC_PIN_CONTROL_AUDIO_DESCRIPTOR10 0x32 /* DTS-HD */ 722 #define AZ_F0_CODEC_PIN_CONTROL_AUDIO_DESCRIPTOR11 0x33 /* MAT-MLP */ 913 # define DCCG_AUDIO_DTO0_SOURCE_SEL(x) ((x) << 0) /* crtc0 - crtc5 */ 1701 /* 0 - register 1702 * 1 - memory (sync - via GRBM) 1703 * 2 - tc/l2 1704 * 3 - gds 1705 * 4 - reserved 1706 * 5 - memory (async - direct) [all …]
|
| /kernel/linux/linux-6.6/sound/pci/hda/ |
| D | patch_sigmatel.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 59 STAC_92HD73XX_NO_JD, /* no jack-detection */ 149 STAC_D965_REF_NO_JD, /* no jack-detection */ 175 unsigned int headset_jack:1; /* 4-pin headset jack (hp + mono mic) */ 176 unsigned int volknob_init:1; /* special volume-knob initialization */ 188 unsigned int vref_mute_led_nid; /* pin NID for mute-LED vref control */ 214 /* SPDIF-out mux */ 246 struct sigmatel_spec *spec = codec->spec; in stac_playback_pcm_hook() 247 if (action == HDA_GEN_PCM_ACT_OPEN && spec->stream_delay) in stac_playback_pcm_hook() 248 msleep(spec->stream_delay); in stac_playback_pcm_hook() [all …]
|
| /kernel/linux/linux-5.10/sound/pci/hda/ |
| D | patch_sigmatel.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 59 STAC_92HD73XX_NO_JD, /* no jack-detection */ 149 STAC_D965_REF_NO_JD, /* no jack-detection */ 175 unsigned int headset_jack:1; /* 4-pin headset jack (hp + mono mic) */ 176 unsigned int volknob_init:1; /* special volume-knob initialization */ 188 unsigned int vref_mute_led_nid; /* pin NID for mute-LED vref control */ 214 /* SPDIF-out mux */ 246 struct sigmatel_spec *spec = codec->spec; in stac_playback_pcm_hook() 247 if (action == HDA_GEN_PCM_ACT_OPEN && spec->stream_delay) in stac_playback_pcm_hook() 248 msleep(spec->stream_delay); in stac_playback_pcm_hook() [all …]
|