Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
Dnpu-dma.c434 struct iommu_table_group *compound_group; in pnv_try_setup_npu_table_group() local
460 compound_group = &npucomp->table_group; in pnv_try_setup_npu_table_group()
461 if (!compound_group->group) { in pnv_try_setup_npu_table_group()
462 compound_group->ops = &pnv_npu_peers_ops; in pnv_try_setup_npu_table_group()
463 iommu_register_group(compound_group, hose->global_number, in pnv_try_setup_npu_table_group()
467 compound_group->max_dynamic_windows_supported = in pnv_try_setup_npu_table_group()
469 compound_group->tce32_start = pe->table_group.tce32_start; in pnv_try_setup_npu_table_group()
470 compound_group->tce32_size = pe->table_group.tce32_size; in pnv_try_setup_npu_table_group()
471 compound_group->max_levels = pe->table_group.max_levels; in pnv_try_setup_npu_table_group()
472 if (!compound_group->pgsizes) in pnv_try_setup_npu_table_group()
[all …]