Searched refs:ioid (Results 1 – 5 of 5) sorted by relevance
/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 | 126 unsigned int ioid; member 197 | IOPTE_M | IOPTE_SO_RW | (window->ioid & IOPTE_IOID_Mask); in tce_build_cell() 200 (window->ioid & IOPTE_IOID_Mask); in tce_build_cell() 235 | (window->ioid & IOPTE_IOID_Mask); in tce_free_cell() 462 const u32 *ioid; in cell_iommu_get_ioid() local 464 ioid = of_get_property(np, "ioid", NULL); in cell_iommu_get_ioid() 465 if (ioid == NULL) { in cell_iommu_get_ioid() 471 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 …]
|
D | beat_wrapper.h | 246 u64 ioid, u64 flags) in beat_put_iopte() argument 249 ioid, flags); in beat_put_iopte()
|
/arch/powerpc/platforms/ps3/ |
D | mm.c | 491 r->ioid, in dma_ioc0_free_chunk() 496 r->ioid); in dma_ioc0_free_chunk() 605 r->ioid, in dma_ioc0_map_pages() 615 r->ioid); in dma_ioc0_map_pages() 630 r->ioid, in dma_ioc0_map_pages()
|
/arch/powerpc/include/asm/ |
D | ps3.h | 86 unsigned char ioid; member
|