Searched refs:FMS (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/trident/ |
H A D | trident_main.c | 71 dev_dbg(trident->card->dev, "FMS: 0x%x\n", val & 0x0f); 86 dev_dbg(trident->card->dev, "FMS: 0x%x\n", (val >> 16) & 0x0f); 452 (voice->FMS & 0x0000000f); in snd_trident_write_voice_regs() 460 (voice->FMS & 0x0000000f); in snd_trident_write_voice_regs() 471 ((voice->FMS & 0x0000000f) << 16) | FmcRvolCvol; in snd_trident_write_voice_regs() 933 voice->FMS = 0; in snd_trident_playback_prepare() 959 evoice->FMS = 0; in snd_trident_playback_prepare() 1080 voice->FMS = 0; in snd_trident_capture_prepare() 1168 voice->FMS = 0; in snd_trident_si7018_capture_prepare() 1188 evoice->FMS in snd_trident_si7018_capture_prepare() [all...] |
H A D | trident.h | 288 unsigned char FMS; /* 4 bits */ member
|
/kernel/linux/linux-6.6/sound/pci/trident/ |
H A D | trident_main.c | 71 dev_dbg(trident->card->dev, "FMS: 0x%x\n", val & 0x0f); 86 dev_dbg(trident->card->dev, "FMS: 0x%x\n", (val >> 16) & 0x0f); 452 (voice->FMS & 0x0000000f); in snd_trident_write_voice_regs() 460 (voice->FMS & 0x0000000f); in snd_trident_write_voice_regs() 471 ((voice->FMS & 0x0000000f) << 16) | FmcRvolCvol; in snd_trident_write_voice_regs() 933 voice->FMS = 0; in snd_trident_playback_prepare() 959 evoice->FMS = 0; in snd_trident_playback_prepare() 1080 voice->FMS = 0; in snd_trident_capture_prepare() 1168 voice->FMS = 0; in snd_trident_si7018_capture_prepare() 1188 evoice->FMS in snd_trident_si7018_capture_prepare() [all...] |
H A D | trident.h | 287 unsigned char FMS; /* 4 bits */ member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | r600_dpm.c | 347 WREG32(CG_RT, FLS(l_to_m) | FMS(m_to_h)); in r600_set_at() 348 WREG32(CG_LT, FHS(h_to_m) | FMS(m_to_l)); in r600_set_at()
|
H A D | r600d.h | 1443 # define FMS(x) ((x) << 16) macro
|
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
H A D | r600_dpm.c | 347 WREG32(CG_RT, FLS(l_to_m) | FMS(m_to_h)); in r600_set_at() 348 WREG32(CG_LT, FHS(h_to_m) | FMS(m_to_l)); in r600_set_at()
|
H A D | r600d.h | 1443 # define FMS(x) ((x) << 16) macro
|
Completed in 33 milliseconds