Searched +full:t8103 +full:- +full:dart (Results 1 – 2 of 2) sorted by relevance
1 // SPDX-License-Identifier: GPL-2.0-only3 * Apple DART (Device Address Resolution Table) IOMMU driver7 * Based on arm/arm-smmu/arm-ssmu.c and arm/arm-smmu-v3/arm-smmu-v3.c10 * and on exynos-iommu.c18 #include <linux/dma-mapping.h>21 #include <linux/io-pgtable.h>35 #include "dma-iommu.h"148 #define DART_TCR(dart, sid) ((dart)->hw->tcr + ((sid) << 2)) argument150 #define DART_TTBR(dart, sid, idx) ((dart)->hw->ttbr + \ argument151 (((dart)->hw->ttbr_count * (sid)) << 2) + \[all …]
1 // SPDX-License-Identifier: GPL-2.03 * PCIe host bridge driver for Apple system-on-chips.6 * the driver mostly deals MSI mapping and handling of per-port26 #include <linux/irqchip/irq-msi-lib.h>32 #include <linux/pci-ecam.h>34 #include "pci-hos[all...]