Searched full:sart (Results 1 – 4 of 4) sorted by relevance
3 * Apple SART device driver6 * Apple SART is a simple address filter for DMA transactions.7 * Regions of physical memory must be added to the SART's allow22 * Get a reference to the SART attached to dev.24 * Looks for the phandle reference in apple,sart and returns a pointer33 * @sart: SART reference37 int apple_sart_add_allowed_region(struct apple_sart *sart, phys_addr_t paddr,46 * @sart: SART reference50 int apple_sart_remove_allowed_region(struct apple_sart *sart, phys_addr_t paddr,
22 DIE_NODE(sart): sart@393c50000 {23 compatible = "apple,t6000-sart";36 apple,sart = <&DIE_NODE(sart)>;
9 obj-$(CONFIG_APPLE_SART) += apple-sart.o10 apple-sart-y = sart.o
2430 F: Documentation/devicetree/bindings/iommu/apple,sart.yaml