Home
last modified time | relevance | path

Searched refs:smmu_attach (Results 1 – 4 of 4) sorted by relevance

/openbsd/sys/arch/arm64/dev/
H A Dsmmuvar.h82 int smmu_attach(struct smmu_softc *);
H A Dsmmu_acpi.c111 if (smmu_attach(sc) != 0) in smmu_acpi_attach()
H A Dsmmu_fdt.c97 if (smmu_attach(sc) != 0) in smmu_fdt_attach()
H A Dsmmu.c121 smmu_attach(struct smmu_softc *sc) in smmu_attach() function