| /src/sys/arch/sandpoint/sandpoint/ | 
| com_eumb.c | 140 	return comcnattach1(&cnregs, conspeed, confreq, contype, conmode); 
 | 
| /src/sys/dev/marvell/ | 
| com_mv.c | 137 	return comcnattach1(®s, baud, sysfreq, COM_TYPE_16550_NOERS, mode); 
 | 
| /src/sys/arch/mips/alchemy/dev/ | 
| com_aubus.c | 212 	return comcnattach1(®s, baud, sysfreq, COM_TYPE_AU1x00, CONMODE); 
 | 
| /src/sys/arch/mips/atheros/dev/ | 
| com_arbus.c | 254 	comcnattach1(®s, com_arbus_baud, freq, COM_TYPE_NORMAL, CONMODE); 
 | 
| /src/sys/arch/mips/cavium/dev/ | 
| octeon_uart.c | 189 	return comcnattach1( 
 | 
| /src/sys/arch/mips/ingenic/ | 
| ingenic_com.c | 157 	comcnattach1(&cons_regs, 115200, 48000000, COM_TYPE_INGENIC, CONMODE); 
 | 
| /src/sys/arch/hpcsh/dev/hd64461/ | 
| hd64461uart.c | 121 	comcnattach1(®s, COMCN_SPEED, COM_FREQ, COM_TYPE_NORMAL, CONMODE); 
 | 
| /src/sys/arch/arm/broadcom/ | 
| bcm2835_com.c | 158 	if (comcnattach1(®s, speed, uart_freq, COM_TYPE_BCMAUXUART, 
 | 
| /src/sys/arch/arm/nvidia/ | 
| tegra_com.c | 179 	if (comcnattach1(®s, speed, uart_freq, COM_TYPE_TEGRA, flags)) 
 | 
| /src/sys/arch/arm/ti/ | 
| ti_com.c | 161 	if (comcnattach1(®s, speed, uart_freq, COM_TYPE_NORMAL, flags)) 
 | 
| /src/sys/dev/fdt/ | 
| dw_apb_uart.c | 194 	if (comcnattach1(®s, speed, uart_freq, COM_TYPE_DW_APB, flags)) 
 | 
| ns8250_uart.c | 216 	if (comcnattach1(®s, speed, uart_freq, config->type, flags)) 
 | 
| /src/sys/dev/ic/ | 
| comvar.h | 58 int comcnattach1(struct com_regs *, int, int, int, tcflag_t); 
 | 
| com.c | 2808 comcnattach1(struct com_regs *regsp, int rate, int frequency, int type,  function in typeref:typename:int 2848 	return comcnattach1(®s, rate, frequency, type, cflag);
 2854 	return comcnattach1(&comcons_info.regs, comcons_info.rate,
 
 | 
| /src/sys/arch/mips/ralink/ | 
| ralink_com.c | 451 	comcnattach1(®s, RA_BAUDRATE, RA_UART_FREQ, 455 	comcnattach1(®s, RA_BAUDRATE, RA_UART_FREQ,
 
 | 
| /src/sys/arch/arm/acpi/ | 
| acpi_platform.c | 234 		comcnattach1(®s, baud_rate, -1, COM_TYPE_NORMAL, 242 		comcnattach1(®s, baud_rate, -1, COM_TYPE_BCMAUXUART,
 
 | 
| /src/sys/arch/mips/rmi/ | 
| rmixl_com.c | 305 	comcnattach1(®s, speed, freq, type, mode); 
 |