Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/sparc64/dev/
H A Dcentral.c48 struct central_softc { struct
59 CFATTACH_DECL_NEW(central, sizeof(struct central_softc), argument
65 static bus_space_tag_t central_alloc_bus_tag(struct central_softc *);
87 struct central_softc *sc = device_private(self); in central_attach()
156 central_alloc_bus_tag(struct central_softc *sc) in central_alloc_bus_tag()
177 struct central_softc *sc = t->cookie; in _central_bus_map()