imxuart_common_putc
void imxuart_common_putc(dev_t, struct imxuart_regs *, int);
imxuart_common_putc(dev, &imxuconsregs, c);
imxuart_common_putc(NODEV, regs, c);