Searched refs:comcnrate (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/sys/arch/algor/algor/ |
| D | machdep.c | 125 int comcnrate = TTYDEF_SPEED; variable 242 DELAY(160000000 / comcnrate); in mach_init() 243 if (comcnattach(&acp->ac_lociot, P4032_COM1, comcnrate, in mach_init() 286 DELAY(160000000 / comcnrate); in mach_init() 287 if (comcnattach(&acp->ac_iot, 0x3f8, comcnrate, in mach_init() 328 DELAY(160000000 / comcnrate); in mach_init() 329 if (comcnattach(&acp->ac_iot, 0x3f8, comcnrate, in mach_init()
|
| /netbsd/src/sys/arch/alpha/pci/ |
| D | pci_consinit.c | 62 static int comcnrate = CONSPEED; variable 91 DELAY(160000000 / comcnrate); in pci_consinit() 93 if (comcnattach(isa_iot, 0x3f8, comcnrate, COM_FREQ, in pci_consinit()
|
| /netbsd/src/sys/arch/evbmips/malta/ |
| D | machdep.c | 121 int comcnrate = 38400; /* XXX should be config option */ variable 213 delay(160000000 / comcnrate); in mach_init() 214 if (comcnattach(&mcp->mc_iot, MALTA_UART0ADR, comcnrate, in mach_init()
|
| /netbsd/src/sys/arch/evbmips/gdium/ |
| D | machdep.c | 118 int comcnrate = 38400; /* XXX should be config option */ variable 302 delay(160000000 / comcnrate); in mach_init() 303 if (comcnattach(&gc->gc_iot, MALTA_UART0ADR, comcnrate, in mach_init()
|
| /netbsd/src/sys/arch/evbmips/loongson/ |
| D | machdep.c | 607 delay(160000000 / comcnrate); in mach_init() 608 if (comcnattach(&gc->gc_iot, MALTA_UART0ADR, comcnrate, in mach_init()
|