Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/sparc64/dev/
Dfhc.c52 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) in fhc_attach()
165 fhc_alloc_bus_tag(struct fhc_softc *sc) in fhc_alloc_bus_tag()
183 struct fhc_softc *sc = t->cookie; in _fhc_bus_map()
210 fhc_find_intr_handle(struct fhc_softc *sc, int ino) in fhc_find_intr_handle()
232 struct fhc_softc *sc = t->cookie; in fhc_intr_establish()
Dfhcvar.h44 struct fhc_softc { struct
62 void fhc_attach(struct fhc_softc *); argument
Dfhc_mainbus.c49 CFATTACH_DECL_NEW(fhc_mainbus, sizeof(struct fhc_softc),
65 struct fhc_softc *sc = device_private(self); in fhc_mainbus_attach()
Dfhc_central.c51 CFATTACH_DECL_NEW(fhc_central, sizeof(struct fhc_softc),
67 struct fhc_softc *sc = device_private(self); in fhc_central_attach()