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 …]
336 struct asycom { struct338 int asy_debug; /* per-instance debug flags */340 asy_progress_t asy_progress; /* attach progress */341 int asy_flags; /* random flags */343 uint_t asy_hwtype; /* HW type: ASY16550A, etc. */344 uint_t asy_use_fifo; /* HW FIFO use it or not ?? */345 uint_t asy_fifo_buf; /* With FIFO = 16, otherwise = 1 */346 uint_t asy_flags2; /* flags which don't change, no lock */347 uint8_t *asy_ioaddr; /* i/o address of ASY port */348 struct asyncline *asy_priv; /* protocol private data -- asyncline */[all …]