Searched defs:smmu_softc (Results 1 – 1 of 1) sorted by relevance
52 struct smmu_softc { struct53 struct device sc_dev;54 bus_space_tag_t sc_iot;55 bus_space_handle_t sc_ioh;56 bus_dma_tag_t sc_dmat;57 int sc_is_mmu500;58 int sc_is_ap806;82 int smmu_attach(struct smmu_softc *); argument