/src/sys/arch/alpha/pci/ |
pci_consinit.c | 62 static int comcnrate = CONSPEED; variable in typeref:typename:int 91 DELAY(160000000 / comcnrate); 93 if (comcnattach(isa_iot, 0x3f8, comcnrate, COM_FREQ,
|
/src/sys/arch/evbmips/gdium/ |
machdep.c | 118 int comcnrate = 38400; /* XXX should be config option */ variable in typeref:typename:int 302 delay(160000000 / comcnrate); 303 if (comcnattach(&gc->gc_iot, MALTA_UART0ADR, comcnrate,
|
/src/sys/arch/evbmips/malta/ |
machdep.c | 121 int comcnrate = 38400; /* XXX should be config option */ variable in typeref:typename:int 213 delay(160000000 / comcnrate); 214 if (comcnattach(&mcp->mc_iot, MALTA_UART0ADR, comcnrate,
|
/src/sys/arch/algor/algor/ |
machdep.c | 125 int comcnrate = TTYDEF_SPEED; variable in typeref:typename:int 242 DELAY(160000000 / comcnrate); 243 if (comcnattach(&acp->ac_lociot, P4032_COM1, comcnrate, 286 DELAY(160000000 / comcnrate); 287 if (comcnattach(&acp->ac_iot, 0x3f8, comcnrate, 328 DELAY(160000000 / comcnrate); 329 if (comcnattach(&acp->ac_iot, 0x3f8, comcnrate,
|
/src/sys/arch/evbmips/cavium/ |
machdep.c | 169 int comcnrate = 115200; /* XXX should be config option */ variable in typeref:typename:int 216 octuart_early_cnattach(comcnrate); 338 delay(640000000 / comcnrate); 343 comcnrate);
|