Home
last modified time | relevance | path

Searched refs:consdev_ioh (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/arch/evbppc/virtex/dev/
H A Dxlcom.c201 sc->sc_ioh = consdev_ioh; in xlcom_attach()
668 if (bus_space_map(consdev_iot, CONS_ADDR, XLCOM_SIZE, 0, &consdev_ioh)) in xlcom_cninit()
671 xlcom_reset(consdev_iot, consdev_ioh); in xlcom_cninit()
677 return (xlcom_busy_getc(consdev_iot, consdev_ioh)); in xlcom_cngetc()
683 xlcom_busy_putc(consdev_iot, consdev_ioh, c); in xlcom_cnputc()
/netbsd-src/sys/arch/evbppc/virtex/
H A Dvirtex.h77 extern bus_space_handle_t consdev_ioh; /* console device */
H A Dconsinit.c58 bus_space_handle_t consdev_ioh; variable