HomeSort by: relevance | last modified time | path
    Searched defs:NS16550 (Results 1 - 3 of 3) 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 *);
  /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 *);
  /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 *);

Completed in 11 milliseconds