Searched refs:geom_size (Results 1 – 2 of 2) sorted by relevance
65 if (!win_cnt || !dma_domain->geom_size) { in get_phys_addr()75 subwin_size = dma_domain->geom_size >> ilog2(win_cnt); in get_phys_addr()237 window_size = dma_domain->geom_size; in pamu_set_liodn()306 domain->geom_size = 0; in iommu_alloc_dma_domain()552 win_size = dma_domain->geom_size >> ilog2(dma_domain->win_cnt); in fsl_pamu_window_enable()719 dma_addr_t geom_size; in configure_domain_geometry() local722 geom_size = geom_attr->aperture_end - geom_attr->aperture_start + 1; in configure_domain_geometry()727 if (check_size(geom_size, geom_attr->aperture_start) || in configure_domain_geometry()743 dma_domain->geom_size = geom_size; in configure_domain_geometry()820 if (!dma_domain->geom_size) { in fsl_pamu_set_windows()
25 dma_addr_t geom_size; member