comcnattach1
comcnattach1(®s, baud_rate, -1, COM_TYPE_NORMAL,
comcnattach1(®s, baud_rate, -1, COM_TYPE_BCMAUXUART,
if (comcnattach1(®s, speed, uart_freq, COM_TYPE_BCMAUXUART,
if (comcnattach1(®s, speed, uart_freq, COM_TYPE_TEGRA, flags))
if (comcnattach1(®s, speed, uart_freq, COM_TYPE_NORMAL, flags))
comcnattach1(®s, COMCN_SPEED, COM_FREQ, COM_TYPE_NORMAL, CONMODE);
return comcnattach1(®s, baud, sysfreq, COM_TYPE_AU1x00, CONMODE);
comcnattach1(®s, com_arbus_baud, freq, COM_TYPE_NORMAL, CONMODE);
return comcnattach1(
comcnattach1(&cons_regs, 115200, 48000000, COM_TYPE_INGENIC, CONMODE);
comcnattach1(®s, RA_BAUDRATE, RA_UART_FREQ,
comcnattach1(®s, RA_BAUDRATE, RA_UART_FREQ,
comcnattach1(®s, speed, freq, type, mode);
return comcnattach1(&cnregs, conspeed, confreq, contype, conmode);
if (comcnattach1(®s, speed, uart_freq, COM_TYPE_DW_APB, flags))
if (comcnattach1(®s, speed, uart_freq, config->type, flags))
return comcnattach1(®s, rate, frequency, type, cflag);
return comcnattach1(&comcons_info.regs, comcons_info.rate,
int comcnattach1(struct com_regs *, int, int, int, tcflag_t);
return comcnattach1(®s, baud, sysfreq, COM_TYPE_16550_NOERS, mode);