sx_softc
struct sx_softc *sc_sx;
CFATTACH_DECL_NEW(sx, sizeof(struct sx_softc),
static struct sx_softc *sx0 = NULL;
struct sx_softc *sc = device_private(self);
sx_write(struct sx_softc *sc, int addr, uint32_t val)
sx_read(struct sx_softc *sc, int addr)
sx_wait(struct sx_softc *sc)