Home
last modified time | relevance | path

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

/arch/powerpc/platforms/powernv/
Dpci-ioda.c2137 unsigned table_shift = entries_shift + 3; in pnv_pci_ioda2_get_table_size() local
2138 unsigned long tce_table_size = max(0x1000UL, 1UL << table_shift); in pnv_pci_ioda2_get_table_size()
2148 table_shift = entries_shift + 3; in pnv_pci_ioda2_get_table_size()
2149 table_shift = max_t(unsigned, table_shift, PAGE_SHIFT); in pnv_pci_ioda2_get_table_size()
2150 direct_table_size = 1UL << table_shift; in pnv_pci_ioda2_get_table_size()
2259 unsigned table_shift = max_t(unsigned, entries_shift + 3, PAGE_SHIFT); in pnv_pci_ioda2_table_alloc_pages() local
2260 const unsigned long tce_table_size = 1UL << table_shift; in pnv_pci_ioda2_table_alloc_pages()