Home
last modified time | relevance | path

Searched refs:shmobile_ipmmu (Results 1 – 3 of 3) sorted by relevance

/drivers/iommu/
Dshmobile-ipmmu.h13 struct shmobile_ipmmu { struct
23 void ipmmu_tlb_flush(struct shmobile_ipmmu *ipmmu); argument
24 void ipmmu_tlb_set(struct shmobile_ipmmu *ipmmu, unsigned long phys, int size,
26 int ipmmu_iommu_init(struct shmobile_ipmmu *ipmmu);
28 static inline int ipmmu_iommu_init(struct shmobile_ipmmu *ipmmu) in ipmmu_iommu_init()
Dshmobile-ipmmu.c27 static void ipmmu_reg_write(struct shmobile_ipmmu *ipmmu, unsigned long reg_off, in ipmmu_reg_write()
33 void ipmmu_tlb_flush(struct shmobile_ipmmu *ipmmu) in ipmmu_tlb_flush()
46 void ipmmu_tlb_set(struct shmobile_ipmmu *ipmmu, unsigned long phys, int size, in ipmmu_tlb_set()
93 struct shmobile_ipmmu *ipmmu; in ipmmu_probe()
Dshmobile-iommu.c37 struct shmobile_ipmmu *ipmmu;
332 static int find_dev_name(struct shmobile_ipmmu *ipmmu, const char *dev_name) in find_dev_name()
377 int ipmmu_iommu_init(struct shmobile_ipmmu *ipmmu) in ipmmu_iommu_init()