Searched defs:clmpcc_chan (Results 1 – 1 of 1) sorted by relevance
53 struct clmpcc_chan { struct54 struct tty *ch_tty; /* This channel's tty structure */55 struct clmpcc_softc *ch_sc; /* Pointer to chip's softc structure */56 u_char ch_car; /* Channel number (CD2400_REG_CAR) */57 u_char ch_openflags; /* Persistent TIOC flags */58 volatile u_short ch_flags; /* Various channel-specific flags */66 u_char ch_tx_done;68 u_char ch_control;71 u_char ch_tcor;72 u_char ch_tbpr;[all …]