Home
last modified time | relevance | path

Searched defs:asycom (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/sun4/sys/
H A Dsudev.h236 struct asycom { struct
237 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 …]
/titanic_44/usr/src/uts/common/sys/
H A Dasy.h261 struct asycom { struct
262 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 …]