Searched refs:asycom (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ |
H A D | asy.c | 168 static void asy_put_idx(const struct asycom *, asy_reg_t, uint8_t); 169 static uint8_t asy_get_idx(const struct asycom *, asy_reg_t); 171 static void asy_put_add(const struct asycom *, asy_reg_t, uint8_t); 172 static uint8_t asy_get_add(const struct asycom *, asy_reg_t); 174 static void asy_put_ext(const struct asycom *, asy_reg_t, uint8_t); 175 static uint8_t asy_get_ext(const struct asycom *, asy_reg_t); 177 static void asy_put_reg(const struct asycom *, asy_reg_t, uint8_t); 178 static uint8_t asy_get_reg(const struct asycom *, asy_reg_t); 180 static void asy_put(const struct asycom *, asy_reg_t, uint8_t); 181 static uint8_t asy_get(const struct asycom *, asy_reg_t); [all …]
|
/illumos-gate/usr/src/uts/sun4/io/ |
H A D | su_driver.c | 104 static void async_txint(struct asycom *asy, uchar_t lsr); 105 static void async_rxint(struct asycom *asy, uchar_t lsr); 106 static void async_msint(struct asycom *asy); 107 static int async_softint(struct asycom *asy); 117 static int asy_program(struct asycom *asy, int mode); 126 static int asymctl(struct asycom *, int, int); 129 static void asycheckflowcontrol_hw(struct asycom *asy); 130 static boolean_t asycheckflowcontrol_sw(struct asycom *asy); 131 static void asy_ppsevent(struct asycom *asy, int msr); 304 status = ddi_soft_state_init(&su_asycom, sizeof (struct asycom), in _init() [all …]
|
/illumos-gate/usr/src/uts/sun4/sys/ |
H A D | sudev.h | 236 struct asycom { struct 287 struct asycom *async_common; /* device common data */ argument
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | asy.h | 336 struct asycom { struct 404 struct asycom *async_common; /* device common data */ argument
|