Searched refs:sx_softc (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/arch/sparc/dev/
H A Dsxvar.h37 struct sx_softc { struct
46 sx_write(struct sx_softc *sc, int addr, uint32_t val)
52 sx_read(struct sx_softc *sc, int addr)
64 sx_wait(struct sx_softc *sc)
H A Dsx.c57 CFATTACH_DECL_NEW(sx, sizeof(struct sx_softc),
60 static struct sx_softc *sx0 = NULL;
73 struct sx_softc *sc = device_private(self);
H A Dcgfourteenvar.h99 struct sx_softc *sc_sx;

Completed in 117 milliseconds