Lines Matching refs:sab_port
314 typedef struct sab_port struct
329 struct sab_port * next; argument
330 struct sab_port * next_by_chip; argument
331 struct sab_port * next_by_board; argument
332 struct sab_port * next_by_cim; argument
421 void (*readfifo)(struct sab_port *port, argument
424 void (*writefifo)(struct sab_port *port); argument
431 unsigned char (*readbyte)(struct sab_port *port, argument
433 void (*writebyte)(struct sab_port *port, argument
436 u16 (*readword)(struct sab_port *port, argument
438 void (*writeword)(struct sab_port *port, argument
448 void (*receive_chars)(struct sab_port *port, argument
450 void (*transmit_chars)(struct sab_port *port, argument
452 void (*check_status)(struct sab_port *port, argument
540 struct sab_port *c_portbase;
874 extern void sab8253x_setup_ttyport(struct sab_port *port);
876 extern void sab8253x_start_txS(struct sab_port *port);
878 static int inline sab8253x_serial_paranoia_check(struct sab_port *port, in sab8253x_serial_paranoia_check()
901 static void inline sab8253x_cec_wait(struct sab_port *port) in sab8253x_cec_wait()
918 extern void sab8253x_transmit_charsS(struct sab_port *port, union sab8253x_irq_status *stat);
924 extern void sab8253x_transmit_charsN(struct sab_port *port,
960 static void inline sab8253x_sched_event(struct sab_port *port, int event) in sab8253x_sched_event()
975 extern void sab8253x_init_lineS(struct sab_port *port);
976 extern void sab8253x_init_lineS(struct sab_port *port);
977 extern int getccr2configS(struct sab_port *port);
978 extern void sab8253x_change_speedN(struct sab_port *port);
979 extern void sab8253x_shutdownN(struct sab_port *port);
980 extern int sab8253x_startupN(struct sab_port *port);
982 struct sab_port *port);