Lines Matching refs:intsmb_softc

50 struct intsmb_softc {  struct
71 static int intsmb_intr(struct intsmb_softc *sc); argument
72 static int intsmb_slvintr(struct intsmb_softc *sc);
73 static void intsmb_alrintr(struct intsmb_softc *sc);
85 static void intsmb_start(struct intsmb_softc *sc, u_char cmd, int nointr);
86 static int intsmb_stop(struct intsmb_softc *sc);
87 static int intsmb_stop_poll(struct intsmb_softc *sc);
88 static int intsmb_free(struct intsmb_softc *sc);
137 struct intsmb_softc *sc; in sb8xx_attach()
206 struct intsmb_softc *sc = device_get_softc(dev); in intsmb_release_resources()
223 struct intsmb_softc *sc = device_get_softc(dev); in intsmb_attach()
373 struct intsmb_softc *sc = arg; in intsmb_rawintr()
400 intsmb_free(struct intsmb_softc *sc) in intsmb_free()
424 intsmb_intr(struct intsmb_softc *sc) in intsmb_intr()
448 intsmb_slvintr(struct intsmb_softc *sc) in intsmb_slvintr()
469 intsmb_alrintr(struct intsmb_softc *sc) in intsmb_alrintr()
509 intsmb_start(struct intsmb_softc *sc, unsigned char cmd, int nointr) in intsmb_start()
559 intsmb_stop_poll(struct intsmb_softc *sc) in intsmb_stop_poll()
592 intsmb_stop(struct intsmb_softc *sc) in intsmb_stop()
631 struct intsmb_softc *sc = device_get_softc(dev); in intsmb_quick()
665 struct intsmb_softc *sc = device_get_softc(dev); in intsmb_sendb()
685 struct intsmb_softc *sc = device_get_softc(dev); in intsmb_recvb()
715 struct intsmb_softc *sc = device_get_softc(dev); in intsmb_writeb()
736 struct intsmb_softc *sc = device_get_softc(dev); in intsmb_writew()
758 struct intsmb_softc *sc = device_get_softc(dev); in intsmb_readb()
780 struct intsmb_softc *sc = device_get_softc(dev); in intsmb_readw()
811 struct intsmb_softc *sc = device_get_softc(dev); in intsmb_bwrite()
841 struct intsmb_softc *sc = device_get_softc(dev); in intsmb_bread()
899 sizeof(struct intsmb_softc),