Lines Matching refs:intsmb_softc

47 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()
224 struct intsmb_softc *sc = device_get_softc(dev); in intsmb_release_resources()
240 struct intsmb_softc *sc = device_get_softc(dev); in intsmb_attach()
391 struct intsmb_softc *sc = arg; in intsmb_rawintr()
418 intsmb_free(struct intsmb_softc *sc) in intsmb_free()
442 intsmb_intr(struct intsmb_softc *sc) in intsmb_intr()
466 intsmb_slvintr(struct intsmb_softc *sc) in intsmb_slvintr()
487 intsmb_alrintr(struct intsmb_softc *sc) in intsmb_alrintr()
527 intsmb_start(struct intsmb_softc *sc, unsigned char cmd, int nointr) in intsmb_start()
577 intsmb_stop_poll(struct intsmb_softc *sc) in intsmb_stop_poll()
610 intsmb_stop(struct intsmb_softc *sc) in intsmb_stop()
649 struct intsmb_softc *sc = device_get_softc(dev); in intsmb_quick()
683 struct intsmb_softc *sc = device_get_softc(dev); in intsmb_sendb()
703 struct intsmb_softc *sc = device_get_softc(dev); in intsmb_recvb()
733 struct intsmb_softc *sc = device_get_softc(dev); in intsmb_writeb()
754 struct intsmb_softc *sc = device_get_softc(dev); in intsmb_writew()
776 struct intsmb_softc *sc = device_get_softc(dev); in intsmb_readb()
798 struct intsmb_softc *sc = device_get_softc(dev); in intsmb_readw()
829 struct intsmb_softc *sc = device_get_softc(dev); in intsmb_bwrite()
859 struct intsmb_softc *sc = device_get_softc(dev); in intsmb_bread()
915 sizeof(struct intsmb_softc),