Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/hpcmips/tx/
H A Dtxcsbus.c100 struct txcsbus_softc { struct
107 CFATTACH_DECL_NEW(txcsbus, sizeof(struct txcsbus_softc), argument
110 static bus_space_tag_t __txcsbus_alloc_cstag(struct txcsbus_softc *,
136 struct txcsbus_softc *sc = device_private(self); in txcsbus_attach()
203 struct txcsbus_softc *sc = device_private(parent); in txcsbus_search()
247 __txcsbus_alloc_cstag(struct txcsbus_softc *sc, struct cs_handle *csh) in __txcsbus_alloc_cstag()