Home
last modified time | relevance | path

Searched refs:FMS (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/sound/pci/trident/
Dtrident_main.c466 (voice->FMS & 0x0000000f); in snd_trident_write_voice_regs()
474 (voice->FMS & 0x0000000f); in snd_trident_write_voice_regs()
485 ((voice->FMS & 0x0000000f) << 16) | FmcRvolCvol; in snd_trident_write_voice_regs()
974 voice->FMS = 0; in snd_trident_playback_prepare()
1000 evoice->FMS = 0; in snd_trident_playback_prepare()
1121 voice->FMS = 0; in snd_trident_capture_prepare()
1215 voice->FMS = 0; in snd_trident_si7018_capture_prepare()
1235 evoice->FMS = 0; in snd_trident_si7018_capture_prepare()
1293 voice->FMS = 0; in snd_trident_foldback_prepare()
1312 evoice->FMS = 0; in snd_trident_foldback_prepare()
[all …]
Dtrident.h303 unsigned char FMS; /* 4 bits */ member
/linux-4.1.27/drivers/gpu/drm/radeon/
Dr600_dpm.c344 WREG32(CG_RT, FLS(l_to_m) | FMS(m_to_h)); in r600_set_at()
345 WREG32(CG_LT, FHS(h_to_m) | FMS(m_to_l)); in r600_set_at()
Dr600d.h1443 # define FMS(x) ((x) << 16) macro