Searched refs:ioid (Results 1 – 6 of 6) sorted by relevance
/linux-3.4.99/arch/powerpc/platforms/cell/ |
D | beat_iommu.c | 34 static int __init find_dma_window(u64 *io_space_id, u64 *ioid, in find_dma_window() argument 44 *ioid = dma_window[0] & 0x7ffUL; in find_dma_window() 60 u64 io_space_id, ioid, dma_base, dma_size, io_page_size; in celleb_init_direct_mapping() local 62 if (!find_dma_window(&io_space_id, &ioid, &dma_base, &dma_size, in celleb_init_direct_mapping() 71 ioid, DMA_FLAGS); in celleb_init_direct_mapping()
|
D | iommu.c | 117 unsigned int ioid; member 190 (window->ioid & CBE_IOPTE_IOID_Mask); in tce_build_cell() 193 CBE_IOPTE_SO_RW | (window->ioid & CBE_IOPTE_IOID_Mask); in tce_build_cell() 229 (window->ioid & CBE_IOPTE_IOID_Mask); in tce_free_cell() 456 const u32 *ioid; in cell_iommu_get_ioid() local 458 ioid = of_get_property(np, "ioid", NULL); in cell_iommu_get_ioid() 459 if (ioid == NULL) { in cell_iommu_get_ioid() 465 return *ioid; in cell_iommu_get_ioid() 475 u32 ioid; in cell_iommu_setup_window() local 477 ioid = cell_iommu_get_ioid(np); in cell_iommu_setup_window() [all …]
|
D | beat_wrapper.h | 247 u64 ioid, u64 flags) in beat_put_iopte() argument 250 ioid, flags); in beat_put_iopte()
|
/linux-3.4.99/arch/powerpc/platforms/ps3/ |
D | mm.c | 493 r->ioid, in dma_ioc0_free_chunk() 498 r->ioid); in dma_ioc0_free_chunk() 607 r->ioid, in dma_ioc0_map_pages() 616 r->ioid); in dma_ioc0_map_pages() 631 r->ioid, in dma_ioc0_map_pages()
|
/linux-3.4.99/arch/powerpc/include/asm/ |
D | ps3.h | 96 unsigned char ioid; member
|
/linux-3.4.99/sound/ppc/ |
D | snd_ps3.c | 965 dev->d_region->ioid = PS3_AUDIO_IOID; in snd_ps3_driver_probe()
|