Home | History | Annotate | Download | only in boot

Lines Matching refs:NS16550

1 /*	$NetBSD: ns16550.c,v 1.1 2007/12/17 19:09:52 garbled 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)
72 NS16550_getc(volatile struct NS16550 *com_port)
81 NS16550_scankbd(volatile struct NS16550 *com_port)
90 NS16550_test(volatile struct NS16550 *com_port)