Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/msm/hdmi/
Dhdmi_audio.c237 uint32_t level_shift, bool down_mix) in hdmi_audio_info_setup() argument
252 audio->infoframe.level_shift_value = level_shift; in hdmi_audio_info_setup()
Dhdmi.h161 uint32_t level_shift, bool down_mix);
/linux-4.4.14/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()
/linux-4.4.14/arch/powerpc/platforms/powernv/
Dpci-ioda.c2256 unsigned long offset = 0, level_shift, total_allocated = 0; in pnv_pci_ioda2_table_alloc_pages() local
2270 level_shift = entries_shift + 3; in pnv_pci_ioda2_table_alloc_pages()
2271 level_shift = max_t(unsigned, level_shift, PAGE_SHIFT); in pnv_pci_ioda2_table_alloc_pages()
2274 addr = pnv_pci_ioda2_table_do_alloc_pages(nid, level_shift, in pnv_pci_ioda2_table_alloc_pages()
2288 1ULL << (level_shift - 3), levels - 1); in pnv_pci_ioda2_table_alloc_pages()
2295 tbl->it_level_size = 1ULL << (level_shift - 3); in pnv_pci_ioda2_table_alloc_pages()