HomeSort by: relevance | last modified time | path
    Searched refs:NS16550 (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/arch/bebox/stand/boot/
ns16550.h 1 /* $NetBSD: ns16550.h,v 1.5 2009/03/14 14:45:58 dsl Exp $ */
34 * NS16550 Serial Port
37 struct NS16550
69 extern volatile struct NS16550 *NS16550_init(int, int);
70 extern void NS16550_putc(volatile struct NS16550 *, int);
71 extern int NS16550_getc(volatile struct NS16550 *);
72 extern int NS16550_scankbd(volatile struct NS16550 *);
73 extern int NS16550_test(volatile struct NS16550 *);
ns16550.c 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
    [all...]
cons.c 68 # include "ns16550.h"
249 return (NS16550_getc((struct NS16550 *)dev));
257 NS16550_putc((struct NS16550 *)dev, '\r');
258 NS16550_putc((struct NS16550 *)dev, c);
265 return (NS16550_scankbd((struct NS16550 *)dev));
  /src/sys/arch/prep/stand/boot/
ns16550.h 1 /* $NetBSD: ns16550.h,v 1.3 2006/05/14 21:56:33 elad Exp $ */
34 * NS16550 Serial Port
37 struct NS16550 {
68 extern volatile struct NS16550 *NS16550_init(int, int);
69 extern void NS16550_putc(volatile struct NS16550 *, int);
70 extern int NS16550_getc(volatile struct NS16550 *);
71 extern int NS16550_scankbd(volatile struct NS16550 *);
72 extern int NS16550_test(volatile struct NS16550 *);
ns16550.c 1 /* $NetBSD: ns16550.c,v 1.4 2007/10/17 19:56:54 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
    [all...]
cons.c 60 # include "ns16550.h"
193 return (NS16550_getc((struct NS16550 *)dev));
201 NS16550_putc((struct NS16550 *)dev, '\r');
202 NS16550_putc((struct NS16550 *)dev, c);
209 return (NS16550_scankbd((struct NS16550 *)dev));
  /src/sys/arch/rs6000/stand/boot/
ns16550.h 1 /* $NetBSD: ns16550.h,v 1.1 2007/12/17 19:09:53 garbled Exp $ */
34 * NS16550 Serial Port
37 struct NS16550 {
66 extern volatile struct NS16550 *NS16550_init(int, int);
67 extern void NS16550_putc(volatile struct NS16550 *, int);
68 extern int NS16550_getc(volatile struct NS16550 *);
69 extern int NS16550_scankbd(volatile struct NS16550 *);
70 extern int NS16550_test(volatile struct NS16550 *);
ns16550.c 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
    [all...]
cons.c 52 # include "ns16550.h"
141 return (NS16550_getc((struct NS16550 *)dev));
149 NS16550_putc((struct NS16550 *)dev, '\r');
150 NS16550_putc((struct NS16550 *)dev, c);
157 return (NS16550_scankbd((struct NS16550 *)dev));

Completed in 109 milliseconds