Lines Matching refs:gtmpsc_softc
121 static __inline void gtmpsc_intr_rx(struct gtmpsc_softc *);
122 static __inline void gtmpsc_intr_tx(struct gtmpsc_softc *);
123 STATIC void gtmpsc_write(struct gtmpsc_softc *);
125 STATIC void gtmpsc_rxdesc_init(struct gtmpsc_softc *);
126 STATIC void gtmpsc_txdesc_init(struct gtmpsc_softc *);
127 STATIC void gtmpscinit_stop(struct gtmpsc_softc *);
128 STATIC void gtmpscinit_start(struct gtmpsc_softc *);
129 STATIC void gtmpscshutdown(struct gtmpsc_softc *);
130 STATIC void gtmpsc_loadchannelregs(struct gtmpsc_softc *);
138 STATIC int gtmpsc_hackinit(struct gtmpsc_softc *, bus_space_tag_t,
143 STATIC int gtmpsc_common_getc(struct gtmpsc_softc *);
144 STATIC void gtmpsc_common_putc(struct gtmpsc_softc *, int);
145 STATIC void gtmpsc_common_putc_wait_complete(struct gtmpsc_softc *, int);
172 CFATTACH_DECL_NEW(gtmpsc, sizeof(struct gtmpsc_softc),
233 struct gtmpsc_softc *sc = device_private(self);
252 memcpy(sc, >mpsc_cn_softc, sizeof(struct gtmpsc_softc));
422 struct gtmpsc_softc *sc;
450 struct gtmpsc_softc *sc = arg;
519 struct gtmpsc_softc *sc;
623 struct gtmpsc_softc *sc = device_lookup_private(>mpsc_cd, unit);
647 struct gtmpsc_softc *sc =
657 struct gtmpsc_softc *sc =
667 struct gtmpsc_softc *sc =
740 struct gtmpsc_softc *sc =
749 struct gtmpsc_softc *sc =
760 struct gtmpsc_softc *sc;
801 struct gtmpsc_softc *sc =
882 gtmpsc_intr_rx(struct gtmpsc_softc *sc)
946 gtmpsc_intr_tx(struct gtmpsc_softc *sc)
999 gtmpsc_write(struct gtmpsc_softc *sc)
1075 gtmpsc_rxdesc_init(struct gtmpsc_softc *sc)
1125 gtmpsc_txdesc_init(struct gtmpsc_softc *sc)
1154 gtmpscinit_stop(struct gtmpsc_softc *sc)
1175 gtmpscinit_start(struct gtmpsc_softc *sc)
1217 gtmpscshutdown(struct gtmpsc_softc *sc)
1235 gtmpsc_loadchannelregs(struct gtmpsc_softc *sc)
1304 struct gtmpsc_softc *sc = >mpsc_cn_softc;
1336 gtmpsc_hackinit(struct gtmpsc_softc *sc, bus_space_tag_t iot,
1346 memset(sc, 0, sizeof(struct gtmpsc_softc));
1407 struct gtmpsc_softc *sc = (struct gtmpsc_softc *)arg;
1415 struct gtmpsc_softc *sc = (struct gtmpsc_softc *)arg;
1431 gtmpsc_common_getc(struct gtmpsc_softc *sc)
1501 gtmpsc_common_putc(struct gtmpsc_softc *sc, int c)
1552 gtmpsc_common_putc_wait_complete(struct gtmpsc_softc *sc, int ix)