Home
last modified time | relevance | path

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

/arch/powerpc/platforms/cell/
Diommu.c118 unsigned int ioid; member
191 (window->ioid & CBE_IOPTE_IOID_Mask); in tce_build_cell()
194 CBE_IOPTE_SO_RW | (window->ioid & CBE_IOPTE_IOID_Mask); in tce_build_cell()
230 (window->ioid & CBE_IOPTE_IOID_Mask); in tce_free_cell()
457 const u32 *ioid; in cell_iommu_get_ioid() local
459 ioid = of_get_property(np, "ioid", NULL); in cell_iommu_get_ioid()
460 if (ioid == NULL) { in cell_iommu_get_ioid()
466 return *ioid; in cell_iommu_get_ioid()
481 u32 ioid; in cell_iommu_setup_window() local
483 ioid = cell_iommu_get_ioid(np); in cell_iommu_setup_window()
[all …]
/arch/powerpc/platforms/ps3/
Dmm.c496 r->ioid, in dma_ioc0_free_chunk()
501 r->ioid); in dma_ioc0_free_chunk()
610 r->ioid, in dma_ioc0_map_pages()
619 r->ioid); in dma_ioc0_map_pages()
634 r->ioid, in dma_ioc0_map_pages()
/arch/powerpc/include/asm/
Dps3.h96 unsigned char ioid; member