Lines Matching refs:NS16550_t
94 static void ns16550_writeb(NS16550_t port, int offset, int value) in ns16550_writeb()
109 static int ns16550_readb(NS16550_t port, int offset) in ns16550_readb()
120 static u32 ns16550_getfcr(NS16550_t port) in ns16550_getfcr()
135 static u32 ns16550_getfcr(NS16550_t port) in ns16550_getfcr()
141 int ns16550_calc_divisor(NS16550_t port, int clock, int baudrate) in ns16550_calc_divisor()
148 static void NS16550_setbrg(NS16550_t com_port, int baud_divisor) in NS16550_setbrg()
156 void NS16550_init(NS16550_t com_port, int baud_divisor) in NS16550_init()
194 void NS16550_reinit(NS16550_t com_port, int baud_divisor) in NS16550_reinit()
204 void NS16550_putc(NS16550_t com_port, char c) in NS16550_putc()
221 char NS16550_getc(NS16550_t com_port) in NS16550_getc()
233 int NS16550_tstc(NS16550_t com_port) in NS16550_tstc()