Home
last modified time | relevance | path

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

/Linux-v5.15/arch/powerpc/platforms/pseries/
Diommu.c349 __be32 window_shift; /* ilog2(tce_window_size) */ member
811 1ULL << (be32_to_cpu(dwp->window_shift) - PAGE_SHIFT), dwp); in clean_dma_window()
880 static bool find_existing_ddw(struct device_node *pdn, u64 *dma_addr, int *window_shift) in find_existing_ddw() argument
892 *window_shift = be32_to_cpu(dma64->window_shift); in find_existing_ddw()
1048 int window_shift) in create_ddw() argument
1071 BUID_LO(buid), page_shift, window_shift); in create_ddw()
1077 BUID_LO(buid), page_shift, window_shift, ret, create->liobn, in create_ddw()
1187 u32 page_shift, u32 window_shift) in ddw_property_create() argument
1210 ddwprop->window_shift = cpu_to_be32(window_shift); in ddw_property_create()
/Linux-v5.15/arch/powerpc/platforms/powernv/
Dpci-ioda-tce.c298 const unsigned int window_shift = ilog2(window_size); in pnv_pci_ioda2_table_alloc_pages() local
299 unsigned int entries_shift = window_shift - page_shift; in pnv_pci_ioda2_table_alloc_pages()
Dpci-ioda.c1843 const unsigned window_shift = ilog2(window_size); in pnv_pci_ioda2_get_table_size() local
1844 unsigned entries_shift = window_shift - page_shift; in pnv_pci_ioda2_get_table_size()