Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/platforms/cell/
H A Diommu.c105 unsigned int ioid; member
178 (window->ioid & CBE_IOPTE_IOID_Mask); in tce_build_cell()
181 CBE_IOPTE_SO_RW | (window->ioid & CBE_IOPTE_IOID_Mask); in tce_build_cell()
217 (window->ioid & CBE_IOPTE_IOID_Mask); in tce_free_cell()
444 const u32 *ioid; in cell_iommu_get_ioid() local
446 ioid = of_get_property(np, "ioid", NULL); in cell_iommu_get_ioid()
447 if (ioid == NULL) { in cell_iommu_get_ioid()
453 return *ioid; in cell_iommu_get_ioid()
468 u32 ioid; in cell_iommu_setup_window() local
470 ioid = cell_iommu_get_ioid(np); in cell_iommu_setup_window()
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/ps3/
H A Dmm.c484 r->ioid, in dma_ioc0_free_chunk()
489 r->ioid); in dma_ioc0_free_chunk()
596 r->ioid, in dma_ioc0_map_pages()
605 r->ioid); in dma_ioc0_map_pages()
620 r->ioid, in dma_ioc0_map_pages()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dps3.h84 unsigned char ioid; member
/OK3568_Linux_fs/kernel/sound/ppc/
H A Dsnd_ps3.c930 dev->d_region->ioid = PS3_AUDIO_IOID; in snd_ps3_driver_probe()