Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/platforms/powernv/
Dpci-ioda-tce.c259 unsigned int entries_shift = window_shift - page_shift; in pnv_pci_ioda2_table_alloc_pages() local
260 unsigned int table_shift = max_t(unsigned int, entries_shift + 3, in pnv_pci_ioda2_table_alloc_pages()
275 entries_shift = (entries_shift + levels - 1) / levels; in pnv_pci_ioda2_table_alloc_pages()
276 level_shift = entries_shift + 3; in pnv_pci_ioda2_table_alloc_pages()
Dpci-ioda.c2574 unsigned entries_shift = window_shift - page_shift; in pnv_pci_ioda2_get_table_size() local
2575 unsigned table_shift = entries_shift + 3; in pnv_pci_ioda2_get_table_size()
2584 entries_shift = (entries_shift + levels - 1) / levels; in pnv_pci_ioda2_get_table_size()
2585 table_shift = entries_shift + 3; in pnv_pci_ioda2_get_table_size()