Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-security/recipes-security/aircrack-ng/
H A Daircrack-ng_1.6.bb2 …ys once enough data packets have been captured. It implements the standard FMS attack along with s…
/openbmc/linux/sound/pci/trident/
H A Dtrident_main.c452 (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 = 0; in snd_trident_si7018_capture_prepare()
1246 voice->FMS = 0; in snd_trident_foldback_prepare()
1265 evoice->FMS = 0; in snd_trident_foldback_prepare()
[all …]
H A Dtrident.h287 unsigned char FMS; /* 4 bits */ member
/openbmc/linux/drivers/gpu/drm/radeon/
H A Dr600_dpm.c347 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 Dr600d.h1443 # define FMS(x) ((x) << 16) macro