Home | History | Annotate | Download | only in boot

Lines Matching refs:NS16550

1 /*	$NetBSD: ns16550.c,v 1.8 2009/03/14 15:36:04 dsl Exp $	*/
35 * NS16550 support
40 #include "ns16550.h"
42 volatile struct NS16550 *
45 struct NS16550 *com_port;
47 com_port = (struct NS16550 *)(COMBASE + addr);
63 NS16550_putc(volatile struct NS16550 *com_port, int c)
71 NS16550_getc(volatile struct NS16550 *com_port)
79 NS16550_scankbd(volatile struct NS16550 *com_port)
87 NS16550_test(volatile struct NS16550 *com_port)