HomeSort by: relevance | last modified time | path
    Searched refs:fhc_softc (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/sparc64/dev/
fhcvar.h 44 struct fhc_softc { struct
62 void fhc_attach(struct fhc_softc *);
fhc.c 52 bus_space_tag_t fhc_alloc_bus_tag(struct fhc_softc *);
57 bus_space_handle_t *fhc_find_intr_handle(struct fhc_softc *, int);
60 fhc_attach(struct fhc_softc *sc)
165 fhc_alloc_bus_tag(struct fhc_softc *sc)
183 struct fhc_softc *sc = t->cookie;
210 fhc_find_intr_handle(struct fhc_softc *sc, int ino)
232 struct fhc_softc *sc = t->cookie;
fhc_central.c 51 CFATTACH_DECL_NEW(fhc_central, sizeof(struct fhc_softc),
67 struct fhc_softc *sc = device_private(self);
fhc_mainbus.c 49 CFATTACH_DECL_NEW(fhc_mainbus, sizeof(struct fhc_softc),
65 struct fhc_softc *sc = device_private(self);

Completed in 12 milliseconds