taglinefilesource code
NS16550340arch/ppc/kernel/raw_printf.cstruct NS16550
NS16550369arch/ppc/kernel/raw_printf.ctypedef struct NS16550 *NS16550_t;
NS16550373arch/ppc/kernel/raw_printf.cvolatile struct NS16550 *
NS16550376arch/ppc/kernel/raw_printf.cvolatile struct NS16550 *com_port;
NS16550378arch/ppc/kernel/raw_printf.ccom_port = (struct NS16550 *) COM_PORTS[chan];
NS16550383arch/ppc/kernel/raw_printf.cif (com_port->ier != 0x0F) return ((struct NS16550 *)0);
NS16550396arch/ppc/kernel/raw_printf.cNS16550_putc(volatile struct NS16550 *com_port, unsigned char c)
NS16550403arch/ppc/kernel/raw_printf.cunsigned char NS16550_getc(volatile struct NS16550 *com_port)
NS16550409arch/ppc/kernel/raw_printf.cNS16550_test(volatile struct NS16550 *com_port)