Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
H A Dpci-ioda-tce.c299 unsigned int entries_shift = window_shift - page_shift; in pnv_pci_ioda2_table_alloc_pages() local
300 unsigned int table_shift = max_t(unsigned int, entries_shift + 3, in pnv_pci_ioda2_table_alloc_pages()
311 entries_shift = (entries_shift + levels - 1) / levels; in pnv_pci_ioda2_table_alloc_pages()
312 level_shift = entries_shift + 3; in pnv_pci_ioda2_table_alloc_pages()
H A Dpci-ioda.c1987 unsigned entries_shift = window_shift - page_shift; in pnv_pci_ioda2_get_table_size() local
1988 unsigned table_shift = entries_shift + 3; in pnv_pci_ioda2_get_table_size()
1997 entries_shift = (entries_shift + levels - 1) / levels; in pnv_pci_ioda2_get_table_size()
1998 table_shift = entries_shift + 3; in pnv_pci_ioda2_get_table_size()
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/
H A Dpci-ioda-tce.c298 unsigned int entries_shift = window_shift - page_shift; in pnv_pci_ioda2_table_alloc_pages() local
299 unsigned int table_shift = max_t(unsigned int, entries_shift + 3, in pnv_pci_ioda2_table_alloc_pages()
310 entries_shift = (entries_shift + levels - 1) / levels; in pnv_pci_ioda2_table_alloc_pages()
311 level_shift = entries_shift + 3; in pnv_pci_ioda2_table_alloc_pages()
H A Dpci-ioda.c1486 unsigned entries_shift = window_shift - page_shift; in pnv_pci_ioda2_get_table_size() local
1487 unsigned table_shift = entries_shift + 3; in pnv_pci_ioda2_get_table_size()
1496 entries_shift = (entries_shift + levels - 1) / levels; in pnv_pci_ioda2_get_table_size()
1497 table_shift = entries_shift + 3; in pnv_pci_ioda2_get_table_size()

Completed in 9 milliseconds