Searched defs:sbjcn_channel (Results 1 – 1 of 1) sorted by relevance
95 struct sbjcn_channel { struct96 int ch_num;97 struct sbjcn_softc *ch_sc;98 struct tty *ch_tty; /* tty struct */99 struct callout ch_diag_callout; /* callout for diagnostic msgs */100 struct callout ch_callout; /* callout for channel processing */102 volatile char *ch_input_reg; /* kseg1 addr of input reg */103 volatile char *ch_output_reg; /* kseg1 addr of output reg */104 volatile char *ch_control_reg;/* kseg1 addr of control reg */106 volatile int ch_waiting_input; /* */[all …]