Home
last modified time | relevance | path

Searched defs:sbscn_channel (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/arch/mips/sibyte/dev/
H A Dsbscnvar.h95 struct sbscn_channel { struct
96 int ch_num;
97 struct sbscn_softc *ch_sc;
98 struct tty *ch_tty; /* tty struct */
99 void *ch_intrhand; /* interrupt registration handle */
100 void *ch_si; /* softintr cookie */
101 struct callout ch_diag_callout; /* callout for diagnostic msgs */
103 volatile char *ch_base; /* kseg1 addr of channel regs */
104 volatile char *ch_isr_base; /* kseg1 addr of channel ISR */
105 volatile char *ch_imr_base; /* kseg1 addr of channel IMR */
[all …]