Lines Matching refs:sn_cons_port
92 struct sn_cons_port { struct
100 void (*sal_wakeup_transmit) (struct sn_cons_port *, int); argument
106 static struct sn_cons_port sal_console_port; argument
129 static void sn_transmit_chars(struct sn_cons_port *, int);
448 sn_receive_chars(struct sn_cons_port *port, unsigned long flags) in sn_receive_chars()
528 static void sn_transmit_chars(struct sn_cons_port *port, int raw) in sn_transmit_chars()
607 struct sn_cons_port *port = (struct sn_cons_port *)dev_id; in sn_sal_interrupt()
636 struct sn_cons_port *port = (struct sn_cons_port *)data; in sn_sal_timer_poll()
667 static void __init sn_sal_switch_to_asynch(struct sn_cons_port *port) in sn_sal_switch_to_asynch()
719 static void __init sn_sal_switch_to_interrupts(struct sn_cons_port *port) in sn_sal_switch_to_interrupts()
910 struct sn_cons_port *port = &sal_console_port; in sn_sal_console_write()