Searched refs:FMS (Results 1 - 4 of 4) sorted by path

/linux-master/drivers/gpu/drm/radeon/
H A Dr600d.h1443 # define FMS(x) ((x) << 16) macro
H A Dr600_dpm.c345 WREG32(CG_RT, FLS(l_to_m) | FMS(m_to_h));
346 WREG32(CG_LT, FHS(h_to_m) | FMS(m_to_l));
/linux-master/sound/pci/trident/
H A Dtrident.h287 unsigned char FMS; /* 4 bits */ member in struct:snd_trident_voice
H A Dtrident_main.c71 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);
460 (voice->FMS & 0x0000000f);
471 ((voice->FMS & 0x0000000f) << 16) | FmcRvolCvol;
933 voice->FMS = 0;
959 evoice->FMS = 0;
1080 voice->FMS = 0;
1168 voice->FMS = 0;
1188 evoice->FMS
[all...]

Completed in 207 milliseconds