Home
last modified time | relevance | path

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

/Linux-v6.6/arch/powerpc/platforms/pseries/
Diommu.c369 __be32 window_shift; /* ilog2(tce_window_size) */ member
848 1ULL << (be32_to_cpu(dwp->window_shift) - PAGE_SHIFT), dwp); in clean_dma_window()
917 static bool find_existing_ddw(struct device_node *pdn, u64 *dma_addr, int *window_shift) in find_existing_ddw() argument
929 *window_shift = be32_to_cpu(dma64->window_shift); in find_existing_ddw()
1090 int window_shift) in create_ddw() argument
1113 BUID_LO(buid), page_shift, window_shift); in create_ddw()
1119 BUID_LO(buid), page_shift, window_shift, ret, create->liobn, in create_ddw()
1209 u32 page_shift, u32 window_shift) in ddw_property_create() argument
1232 ddwprop->window_shift = cpu_to_be32(window_shift); in ddw_property_create()
/Linux-v6.6/arch/powerpc/platforms/powernv/
Dpci-ioda-tce.c297 const unsigned int window_shift = ilog2(window_size); in pnv_pci_ioda2_table_alloc_pages() local
298 unsigned int entries_shift = window_shift - page_shift; in pnv_pci_ioda2_table_alloc_pages()
Dpci-ioda.c1485 const unsigned window_shift = ilog2(window_size); in pnv_pci_ioda2_get_table_size() local
1486 unsigned entries_shift = window_shift - page_shift; in pnv_pci_ioda2_get_table_size()