Lines Matching refs:intsmb_softc
48 struct intsmb_softc { struct
69 static int intsmb_intr(struct intsmb_softc *sc); argument
70 static int intsmb_slvintr(struct intsmb_softc *sc);
71 static void intsmb_alrintr(struct intsmb_softc *sc);
83 static void intsmb_start(struct intsmb_softc *sc, u_char cmd, int nointr);
84 static int intsmb_stop(struct intsmb_softc *sc);
85 static int intsmb_stop_poll(struct intsmb_softc *sc);
86 static int intsmb_free(struct intsmb_softc *sc);
135 struct intsmb_softc *sc; in sb8xx_attach()
204 struct intsmb_softc *sc = device_get_softc(dev); in intsmb_release_resources()
221 struct intsmb_softc *sc = device_get_softc(dev); in intsmb_attach()
371 struct intsmb_softc *sc = arg; in intsmb_rawintr()
398 intsmb_free(struct intsmb_softc *sc) in intsmb_free()
422 intsmb_intr(struct intsmb_softc *sc) in intsmb_intr()
446 intsmb_slvintr(struct intsmb_softc *sc) in intsmb_slvintr()
467 intsmb_alrintr(struct intsmb_softc *sc) in intsmb_alrintr()
507 intsmb_start(struct intsmb_softc *sc, unsigned char cmd, int nointr) in intsmb_start()
557 intsmb_stop_poll(struct intsmb_softc *sc) in intsmb_stop_poll()
590 intsmb_stop(struct intsmb_softc *sc) in intsmb_stop()
629 struct intsmb_softc *sc = device_get_softc(dev); in intsmb_quick()
663 struct intsmb_softc *sc = device_get_softc(dev); in intsmb_sendb()
683 struct intsmb_softc *sc = device_get_softc(dev); in intsmb_recvb()
713 struct intsmb_softc *sc = device_get_softc(dev); in intsmb_writeb()
734 struct intsmb_softc *sc = device_get_softc(dev); in intsmb_writew()
756 struct intsmb_softc *sc = device_get_softc(dev); in intsmb_readb()
778 struct intsmb_softc *sc = device_get_softc(dev); in intsmb_readw()
809 struct intsmb_softc *sc = device_get_softc(dev); in intsmb_bwrite()
839 struct intsmb_softc *sc = device_get_softc(dev); in intsmb_bread()
895 sizeof(struct intsmb_softc),