Searched refs:asycom (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/uts/common/io/ |
H A D | asy.c | 169 static void async_txint(struct asycom *asy); 170 static void async_rxint(struct asycom *asy, uchar_t lsr); 171 static void async_msint(struct asycom *asy); 172 static void async_softint(struct asycom *asy); 181 static void asy_program(struct asycom *asy, int mode); 182 static void asyinit(struct asycom *asy); 183 static void asy_waiteot(struct asycom *asy); 188 static int asymctl(struct asycom *, int, int); 193 static void asy_parse_mode(dev_info_t *devi, struct asycom *asy); 194 static void asy_soft_state_free(struct asycom *); [all …]
|
/titanic_50/usr/src/uts/sun4/io/ |
H A D | su_driver.c | 102 static void async_txint(struct asycom *asy, uchar_t lsr); 103 static void async_rxint(struct asycom *asy, uchar_t lsr); 104 static void async_msint(struct asycom *asy); 105 static int async_softint(struct asycom *asy); 115 static int asy_program(struct asycom *asy, int mode); 124 static int asymctl(struct asycom *, int, int); 127 static void asycheckflowcontrol_hw(struct asycom *asy); 128 static boolean_t asycheckflowcontrol_sw(struct asycom *asy); 129 static void asy_ppsevent(struct asycom *asy, int msr); 302 status = ddi_soft_state_init(&su_asycom, sizeof (struct asycom), in _init() [all …]
|
/titanic_50/usr/src/uts/sun4/sys/ |
H A D | sudev.h | 236 struct asycom { struct 287 struct asycom *async_common; /* device common data */ argument
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | asy.h | 261 struct asycom { struct 316 struct asycom *async_common; /* device common data */ argument
|