Home
last modified time | relevance | path

Searched refs:sioport_t (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/include/asm-ia64/sn/
Dserialio.h73 } sioport_t; typedef
134 int (*down_open) (sioport_t *port);
135 int (*down_config) (sioport_t *port, int baud, int byte_size,
137 int (*down_enable_hfc) (sioport_t *port, int enable);
138 int (*down_set_extclk) (sioport_t *port, int clock_factor);
141 int (*down_write) (sioport_t *port, char *buf, int len);
142 int (*down_du_write) (sioport_t *port, char *buf, int len);
143 void (*down_du_flush) (sioport_t *port);
144 int (*down_break) (sioport_t *port, int brk);
145 int (*down_enable_tx) (sioport_t *port, int enb);
[all …]
/linux-2.4.37.9/arch/ia64/sn/io/sn2/ioc4/
Dsio_ioc4.c99 sioport_t ip_sioport; /* Must be first struct entry! */
174 #define GPORT(port) ((sioport_t *) (port))
321 static int ioc4_open (sioport_t *port);
322 static int ioc4_config (sioport_t *port, int baud, int byte_size,
324 static int ioc4_enable_hfc (sioport_t *port, int enable);
325 static int ioc4_set_extclk (sioport_t *port, int clock_factor);
328 static int do_ioc4_write (sioport_t *port, char *buf, int len);
329 static int ioc4_write (sioport_t *port, char *buf, int len);
330 static int ioc4_sync_write (sioport_t *port, char *buf, int len);
331 static void ioc4_wrflush (sioport_t *port);
[all …]