Searched refs:ioid (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/ |
H A D | iommu.c | 105 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() 448 printk(KERN_WARNING "iommu: missing ioid for %pOF using 0\n", in cell_iommu_get_ioid() 453 return *ioid; in cell_iommu_get_ioid() 468 u32 ioid; cell_iommu_setup_window() local [all...] |
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/ |
H A D | iommu.c | 107 unsigned int ioid; member 180 (window->ioid & CBE_IOPTE_IOID_Mask); in tce_build_cell() 183 CBE_IOPTE_SO_RW | (window->ioid & CBE_IOPTE_IOID_Mask); in tce_build_cell() 219 (window->ioid & CBE_IOPTE_IOID_Mask); in tce_free_cell() 446 const u32 *ioid; in cell_iommu_get_ioid() local 448 ioid = of_get_property(np, "ioid", NULL); in cell_iommu_get_ioid() 449 if (ioid == NULL) { in cell_iommu_get_ioid() 450 printk(KERN_WARNING "iommu: missing ioid for %pOF using 0\n", in cell_iommu_get_ioid() 455 return *ioid; in cell_iommu_get_ioid() 470 u32 ioid; cell_iommu_setup_window() local [all...] |
/kernel/linux/linux-5.10/arch/powerpc/platforms/ps3/ |
H A D | mm.c | 484 r->ioid, in dma_ioc0_free_chunk() 486 DBG("%s: bus=%#lx, lpar=%#lx, ioid=%d\n", __func__, in dma_ioc0_free_chunk() 489 r->ioid); in dma_ioc0_free_chunk() 596 r->ioid, in dma_ioc0_map_pages() 603 DBG("%s: pg=%d bus=%#lx, lpar=%#lx, ioid=%#x\n", __func__, in dma_ioc0_map_pages() 605 r->ioid); in dma_ioc0_map_pages() 620 r->ioid, in dma_ioc0_map_pages()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/ps3/ |
H A D | mm.c | 485 r->ioid, in dma_ioc0_free_chunk() 487 DBG("%s: bus=%#lx, lpar=%#lx, ioid=%d\n", __func__, in dma_ioc0_free_chunk() 490 r->ioid); in dma_ioc0_free_chunk() 597 r->ioid, in dma_ioc0_map_pages() 604 DBG("%s: pg=%d bus=%#lx, lpar=%#lx, ioid=%#x\n", __func__, in dma_ioc0_map_pages() 606 r->ioid); in dma_ioc0_map_pages() 621 r->ioid, in dma_ioc0_map_pages()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | ps3.h | 75 * @ioid: The IOID of the device who owns this region 84 unsigned char ioid; member
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | ps3.h | 75 * @ioid: The IOID of the device who owns this region 84 unsigned char ioid; member
|
/kernel/linux/linux-5.10/sound/ppc/ |
H A D | snd_ps3.c | 930 dev->d_region->ioid = PS3_AUDIO_IOID; in snd_ps3_driver_probe()
|
/kernel/linux/linux-6.6/sound/ppc/ |
H A D | snd_ps3.c | 925 dev->d_region->ioid = PS3_AUDIO_IOID; in snd_ps3_driver_probe()
|
Completed in 11 milliseconds