OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kgdb_ioh
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/evbppc/virtex/
virtex.h
82
extern bus_space_handle_t
kgdb_ioh
; /* kgdb device */
consinit.c
62
bus_space_handle_t
kgdb_ioh
;
variable in typeref:typename:bus_space_handle_t
/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
))
707
panic("xlcom_kgdbinit: could not map
kgdb_ioh
");
709
xlcom_reset(kgdb_iot,
kgdb_ioh
);
Completed in 12 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025