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

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

Completed in 107 milliseconds