HomeSort by: relevance | last modified time | path
    Searched refs:kgdb_iot (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/evbppc/virtex/
virtex.h 81 extern bus_space_tag_t kgdb_iot; /* consinit.c */
consinit.c 61 bus_space_tag_t kgdb_iot; variable in typeref:typename:bus_space_tag_t
82 if (virtex_bus_space_tag(KGDB_NAME, &kgdb_iot))
  /src/sys/arch/evbppc/virtex/dev/
xlcom.c 182 if (sc->sc_iot == kgdb_iot && sc->sc_ioh == kgdb_ioh) {
694 return (xlcom_busy_getc(kgdb_iot, kgdb_ioh));
700 xlcom_busy_putc(kgdb_iot, kgdb_ioh, c);
706 if (bus_space_map(kgdb_iot, KGDB_ADDR, XLCOM_SIZE, 0, &kgdb_ioh))
709 xlcom_reset(kgdb_iot, kgdb_ioh);

Completed in 13 milliseconds