Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/platforms/powernv/
Dpci-ioda.c2136 unsigned entries_shift = window_shift - page_shift; in pnv_pci_ioda2_get_table_size() local
2137 unsigned table_shift = entries_shift + 3; in pnv_pci_ioda2_get_table_size()
2147 entries_shift = (entries_shift + levels - 1) / levels; in pnv_pci_ioda2_get_table_size()
2148 table_shift = entries_shift + 3; in pnv_pci_ioda2_get_table_size()
2258 unsigned entries_shift = window_shift - page_shift; in pnv_pci_ioda2_table_alloc_pages() local
2259 unsigned table_shift = max_t(unsigned, entries_shift + 3, PAGE_SHIFT); in pnv_pci_ioda2_table_alloc_pages()
2269 entries_shift = (entries_shift + levels - 1) / levels; in pnv_pci_ioda2_table_alloc_pages()
2270 level_shift = entries_shift + 3; in pnv_pci_ioda2_table_alloc_pages()