Home
last modified time | relevance | path

Searched refs:level_shift (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/msm/hdmi/
Dhdmi_audio.c238 uint32_t level_shift, bool down_mix) in hdmi_audio_info_setup() argument
253 audio->infoframe.level_shift_value = level_shift; in hdmi_audio_info_setup()
Dhdmi.h140 uint32_t level_shift, bool down_mix);
/linux-4.1.27/security/keys/
Dkeyring.c173 const unsigned level_shift = ASSOC_ARRAY_LEVEL_STEP; in hash_key_type_and_desc() local
209 return hash | (hash >> (ASSOC_ARRAY_KEY_CHUNK_SIZE - level_shift)) | 1; in hash_key_type_and_desc()
211 return (hash + (hash << level_shift)) & ~fan_mask; in hash_key_type_and_desc()