Searched defs:asycom (Results 1 – 2 of 2) sorted by relevance
236 struct asycom { struct237 int asy_flags; /* random flags */239 uint_t asy_hwtype; /* HW type: ASY82510, etc. */240 uint_t asy_use_fifo; /* HW FIFO use it or not ?? */241 uint_t asy_fifo_buf; /* With FIFO = 16, otherwise = 1 */242 uchar_t *asy_ioaddr; /* i/o address of ASY port */243 uint_t asy_vect; /* IRQ number */244 boolean_t suspended; /* TRUE if driver suspended */245 caddr_t asy_priv; /* protocol private data */246 dev_info_t *asy_dip; /* dev_info */[all …]
262 struct asycom { struct263 int asy_flags; /* random flags */265 uint_t asy_hwtype; /* HW type: ASY16550A, etc. */266 uint_t asy_use_fifo; /* HW FIFO use it or not ?? */267 uint_t asy_fifo_buf; /* With FIFO = 16, otherwise = 1 */268 uint_t asy_flags2; /* flags which don't change, no lock */269 uint8_t *asy_ioaddr; /* i/o address of ASY port */270 struct asyncline *asy_priv; /* protocol private data -- asyncline */271 dev_info_t *asy_dip; /* dev_info */272 int asy_unit; /* which port */[all …]