OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:consdev_iot
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/evbppc/virtex/
virtex.h
76
extern bus_space_tag_t
consdev_iot
; /* consinit.c */
consinit.c
57
bus_space_tag_t
consdev_iot
;
variable in typeref:typename:bus_space_tag_t
78
if (virtex_bus_space_tag(CONS_NAME, &
consdev_iot
))
/src/sys/arch/evbppc/virtex/dev/
xlcom.c
200
sc->sc_iot =
consdev_iot
;
668
if (bus_space_map(
consdev_iot
, CONS_ADDR, XLCOM_SIZE, 0, &consdev_ioh))
671
xlcom_reset(
consdev_iot
, consdev_ioh);
677
return (xlcom_busy_getc(
consdev_iot
, consdev_ioh));
683
xlcom_busy_putc(
consdev_iot
, consdev_ioh, c);
Completed in 14 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025