Home
last modified time | relevance | path

Searched refs:comcnrate (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/sys/arch/algor/algor/
Dmachdep.c125 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/
Dpci_consinit.c62 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/
Dmachdep.c121 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/
Dmachdep.c118 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/
Dmachdep.c607 delay(160000000 / comcnrate); in mach_init()
608 if (comcnattach(&gc->gc_iot, MALTA_UART0ADR, comcnrate, in mach_init()