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

/linux-master/arch/powerpc/platforms/powernv/
H A Dpci-ioda-tce.c295 unsigned long offset = 0, level_shift, total_allocated = 0; local
311 level_shift = entries_shift + 3;
312 level_shift = max_t(unsigned int, level_shift, PAGE_SHIFT);
314 if ((level_shift - 3) * levels + page_shift >= 55)
318 addr = pnv_pci_ioda2_table_do_alloc_pages(nid, level_shift,
336 uas = pnv_pci_ioda2_table_do_alloc_pages(nid, level_shift,
349 tbl->it_level_size = 1ULL << (level_shift - 3);
362 1ULL << (level_shift - 3), levels - 1);
365 1ULL << (level_shift
[all...]
/linux-master/drivers/gpu/drm/msm/hdmi/
H A Dhdmi_audio.c219 uint32_t level_shift, bool down_mix)
234 audio->infoframe.level_shift_value = level_shift;
217 msm_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) argument
H A Dhdmi.c260 unsigned int level_shift = 0; /* 0dB */ local
321 level_shift, down_mix);
H A Dhdmi.h219 uint32_t level_shift, bool down_mix);
/linux-master/security/keys/
H A Dkeyring.c165 const unsigned level_shift = ASSOC_ARRAY_LEVEL_STEP; local
204 hash |= (hash >> (ASSOC_ARRAY_KEY_CHUNK_SIZE - level_shift)) | 1;
206 hash = (hash + (hash << level_shift)) & ~fan_mask;

Completed in 126 milliseconds