Home
last modified time | relevance | path

Searched full:sart (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/soc/apple/
H A Dsart.h3 * Apple SART device driver
6 * Apple SART is a simple address filter for DMA transactions.
7 * Regions of physical memory must be added to the SART's allow
22 * Get a reference to the SART attached to dev.
24 * Looks for the phandle reference in apple,sart and returns a pointer
33 * @sart: SART reference
37 int apple_sart_add_allowed_region(struct apple_sart *sart, phys_addr_t paddr,
46 * @sart: SART reference
50 int apple_sart_remove_allowed_region(struct apple_sart *sart, phys_addr_t paddr,
/linux/arch/arm64/boot/dts/apple/
H A Dt600x-nvme.dtsi22 DIE_NODE(sart): sart@393c50000 {
23 compatible = "apple,t6000-sart";
36 apple,sart = <&DIE_NODE(sart)>;
/linux/drivers/soc/apple/
H A DMakefile9 obj-$(CONFIG_APPLE_SART) += apple-sart.o
10 apple-sart-y = sart.o
/linux/
H A DMAINTAINERS2430 F: Documentation/devicetree/bindings/iommu/apple,sart.yaml