HomeSort by: relevance | last modified time | path
    Searched defs:astro_softc (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/hppa/dev/
astro.c 119 struct astro_softc { struct
152 struct astro_softc *ims_sc;
162 CFATTACH_DECL_NEW(astro, sizeof(struct astro_softc),
186 void iommu_enter(struct astro_softc *, bus_addr_t, paddr_t, vaddr_t, int);
187 void iommu_remove(struct astro_softc *, bus_addr_t);
195 static int iommu_iomap_load_map(struct astro_softc *, bus_dmamap_t, int);
229 struct astro_softc *sc = device_private(self);
365 struct astro_softc *sc = v;
391 struct astro_softc *sc = v;
408 iommu_iomap_load_map(struct astro_softc *sc, bus_dmamap_t map, int flags
    [all...]

Completed in 16 milliseconds