/src/sys/arch/arm/ep93xx/ |
epcom.c | 198 static struct epcom_cons_softc kgdb_sc; variable in typeref:struct:epcom_cons_softc 261 if (sc->sc_iot == kgdb_sc.sc_iot && 262 sc->sc_hwbase == kgdb_sc.sc_hwbase) { 1171 kgdb_sc = epcomcn_sc; 1175 epcominit(&kgdb_sc, iot, iobase, ioh, rate, cflag); 1178 kgdb_attach(epcom_kgdb_getc, epcom_kgdb_putc, &kgdb_sc);
|
epcom.c | 198 static struct epcom_cons_softc kgdb_sc; variable in typeref:struct:epcom_cons_softc 261 if (sc->sc_iot == kgdb_sc.sc_iot && 262 sc->sc_hwbase == kgdb_sc.sc_hwbase) { 1171 kgdb_sc = epcomcn_sc; 1175 epcominit(&kgdb_sc, iot, iobase, ioh, rate, cflag); 1178 kgdb_attach(epcom_kgdb_getc, epcom_kgdb_putc, &kgdb_sc);
|