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 …]
261 struct asycom { struct262 int asy_flags; /* random flags */264 uint_t asy_hwtype; /* HW type: ASY16550A, etc. */265 uint_t asy_use_fifo; /* HW FIFO use it or not ?? */266 uint_t asy_fifo_buf; /* With FIFO = 16, otherwise = 1 */267 uint_t asy_flags2; /* flags which don't change, no lock */268 uint8_t *asy_ioaddr; /* i/o address of ASY port */269 struct asyncline *asy_priv; /* protocol private data -- asyncline */270 dev_info_t *asy_dip; /* dev_info */271 int asy_unit; /* which port */[all …]