Searched refs:level_shift (Results 1 – 4 of 4) sorted by relevance
237 uint32_t level_shift, bool down_mix) in hdmi_audio_info_setup() argument252 audio->infoframe.level_shift_value = level_shift; in hdmi_audio_info_setup()
161 uint32_t level_shift, bool down_mix);
173 const unsigned level_shift = ASSOC_ARRAY_LEVEL_STEP; in hash_key_type_and_desc() local209 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()
2256 unsigned long offset = 0, level_shift, total_allocated = 0; in pnv_pci_ioda2_table_alloc_pages() local2270 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()