Home
last modified time | relevance | path

Searched refs:com_s (Results 1 – 3 of 3) sorted by relevance

/trueos/sys/dev/cy/
HDcy.c170 struct com_s { struct
234 static void cd1400_channel_cmd(struct com_s *com, int cmd); argument
235 static void cd1400_channel_cmd_wait(struct com_s *com);
236 static void cd_etc(struct com_s *com, int etc);
237 static int cd_getreg(struct com_s *com, int reg);
238 static void cd_setreg(struct com_s *com, int reg, int val);
239 static void cyinput(struct com_s *com);
243 static int cysetwater(struct com_s *com, speed_t speed);
249 struct com_s *com);
264 static struct com_s *p_cy_addr[NPORTS];
[all …]
/trueos/sys/pc98/cbus/
HDsio.c234 struct com_s { struct
343 static int espattach(struct com_s *com, Port_t esp_port); argument
351 static void sioinput(struct com_s *com);
352 static void siointr1(struct com_s *com);
358 static int siosetwater(struct com_s *com, speed_t speed);
369 #define com_addr(unit) ((struct com_s *) \
410 static void com_tiocm_bis(struct com_s *com, int msr);
411 static void com_tiocm_bic(struct com_s *com, int msr);
412 static int com_tiocm_get(struct com_s *com);
413 static int com_tiocm_get_delta(struct com_s *com);
[all …]
/trueos/sys/dev/sio/
HDsio.c170 struct com_s { struct
255 static int espattach(struct com_s *com, Port_t esp_port); argument
263 static void sioinput(struct com_s *com);
264 static void siointr1(struct com_s *com);
270 static int siosetwater(struct com_s *com, speed_t speed);
286 #define com_addr(unit) ((struct com_s *) \
333 struct com_s *com; in sysctl_machdep_comdefaultrate()
395 struct com_s *com; in siodetach()
397 com = (struct com_s *) device_get_softc(dev); in siodetach()
431 struct com_s *com;
[all …]