Searched refs:dev_iommu_dma_unmap (Results 1 – 4 of 4) sorted by relevance
| /u-boot/test/dm/ |
| A D | iommu.c | 36 dev_iommu_dma_unmap(dev, dva, 256); in dm_test_iommu() 64 dev_iommu_dma_unmap(dev, dva, 256); in dm_test_iommu_noiommu()
|
| /u-boot/include/ |
| A D | iommu.h | 38 void dev_iommu_dma_unmap(struct udevice *dev, dma_addr_t addr, size_t size);
|
| /u-boot/drivers/iommu/ |
| A D | iommu-uclass.c | 124 void dev_iommu_dma_unmap(struct udevice *dev, dma_addr_t addr, size_t size) in dev_iommu_dma_unmap() function
|
| /u-boot/include/usb/ |
| A D | xhci.h | 1311 dev_iommu_dma_unmap(xhci_to_dev(ctrl), addr, size); in xhci_dma_unmap()
|
Completed in 12 milliseconds