Searched defs:zs_chanstate (Results 1 – 3 of 3) sorted by relevance
111 struct zs_chanstate { struct114 volatile uint8_t *cs_reg_csr; /* ctrl, status, and reg. number. */115 volatile uint8_t *cs_reg_data; /* data or numbered register */117 int cs_channel; /* sub-unit number */118 void *cs_private; /* sub-driver data pointer */119 struct zsops *cs_ops;121 kmutex_t cs_lock; /* per channel lock */123 int cs_brg_clk; /* BAUD Rate Generator clock125 int cs_defspeed; /* default baud rate */126 int cs_defcflag; /* default cflag */[all …]
92 struct zs_chanstate { struct93 struct zs_chanstate *cs_next; /* linked list for zshard() */ argument94 struct zs_softc *cs_sc; /* pointer to softc */95 volatile struct zschan *cs_zc; /* points to hardware regs */96 struct tty *cs_ttyp; /* ### */97 int cs_unit; /* unit number */112 uint8_t cs_creg[16]; /* current values */113 uint8_t cs_preg[16]; /* pending values */114 uint8_t cs_heldchange; /* change pending (creg != preg) */115 uint8_t cs_rr0; /* last rr0 processed */[all …]
121 struct zs_chanstate { struct122 struct zschan *cs_zc; /* points to hardware regs */123 int cs_unit; /* unit number */124 struct tty *cs_ttyp; /* ### */139 uint8_t cs_creg[16]; /* current values */140 uint8_t cs_preg[16]; /* pending values */141 uint8_t cs_heldchange; /* change pending (creg != preg) */142 uint8_t cs_rr0; /* last rr0 processed */145 char cs_softcar; /* software carrier */146 char cs_xxx; /* (spare) */[all …]