| /netbsd-src/sys/arch/evbmips/sbmips/ |
| H A D | console.c | 50 #ifndef CONSPEED 51 #define CONSPEED 115200 macro 59 sbjcn_cnattach(0x1001FF80, 0, CONSPEED, CONMODE); in consinit() 61 sbscn_cnattach(0x10060100, 0, CONSPEED, CONMODE); in consinit() 63 sbscn_kgdb_attach(0x10060100, 1, CONSPEED, CONMODE); in consinit()
|
| /netbsd-src/sys/arch/sbmips/sbmips/ |
| H A D | console.c | 50 #ifndef CONSPEED 51 #define CONSPEED 115200 macro 59 sbjcn_cnattach(0x1001FF80, 0, CONSPEED, CONMODE); in consinit() 61 sbscn_cnattach(0x10060100, 0, CONSPEED, CONMODE); in consinit() 63 sbscn_kgdb_attach(0x10060100, 1, CONSPEED, CONMODE); in consinit()
|
| /netbsd-src/sys/arch/evbppc/walnut/ |
| H A D | consinit.c | 53 #ifndef CONSPEED 54 #define CONSPEED B9600 /* */ macro 76 #define KGDB_DEVRATE CONSPEED 93 com_opb_cnattach(COM_FREQ * 6, CONADDR, CONSPEED, comcnmode); in consinit()
|
| /netbsd-src/sys/arch/x86/x86/ |
| H A D | consinit.c | 115 #ifndef CONSPEED 116 #define CONSPEED TTYDEF_SPEED macro 128 CONADDR, CONSPEED 281 speed = CONSPEED; in consinit()
|
| /netbsd-src/sys/arch/landisk/stand/boot/ |
| H A D | cons.c | 37 #ifndef CONSPEED 38 #define CONSPEED 9600 macro 60 scif_init(CONSPEED); in cninit()
|
| /netbsd-src/sys/dev/pci/ |
| H A D | puccn.c | 67 #ifndef CONSPEED 68 #define CONSPEED TTYDEF_SPEED macro 222 com_kgdb_attach(puctag, pucgdbbase, CONSPEED, COM_FREQ, in puc_gdbinit() 241 return comcnattach(puctag, puccnbase, CONSPEED, in puc_cninit()
|
| /netbsd-src/sys/arch/shark/shark/ |
| H A D | consinit.c | 85 #ifndef CONSPEED 86 #define CONSPEED TTYDEF_SPEED macro 162 if (comcnattach(&isa_io_bs_tag, CONADDR, CONSPEED, COM_FREQ, in consinit()
|
| /netbsd-src/sys/arch/evbppc/obs405/ |
| H A D | obs266_machdep.c | 107 #ifndef CONSPEED 108 #define CONSPEED B9600 macro 157 com_opb_cnattach(OBS266_COM_FREQ, CONADDR, CONSPEED, CONMODE); in consinit()
|
| H A D | obs200_machdep.c | 107 #ifndef CONSPEED 108 #define CONSPEED B9600 macro 166 com_opb_cnattach(OBS200_COM_FREQ, CONADDR, CONSPEED, CONMODE); in consinit()
|
| H A D | obs600_machdep.c | 106 #ifndef CONSPEED 107 #define CONSPEED B115200 macro 163 com_opb_cnattach(OBS600_COM_FREQ, CONADDR, CONSPEED, CONMODE); in consinit()
|
| /netbsd-src/sys/arch/xen/x86/ |
| H A D | consinit.c | 102 #ifndef CONSPEED 103 #define CONSPEED TTYDEF_SPEED macro 115 CONADDR, CONSPEED
|
| /netbsd-src/sys/arch/evbarm/kobo/ |
| H A D | kobo_machdep.c | 171 #ifndef CONSPEED 172 #define CONSPEED B115200 /* What RedBoot uses */ macro 178 int comcnspeed = CONSPEED; 391 #ifndef CONSPEED 392 #define CONSPEED 115200 macro 396 int consrate = CONSPEED;
|
| /netbsd-src/sys/arch/acorn32/mainbus/ |
| H A D | com_pioc.c | 225 #ifndef CONSPEED in comcninit() 226 #define CONSPEED 38400 in comcninit() macro 232 result = comcnattach(comconstag, (IO_CONF_BASE + CONADDR), CONSPEED, in comcninit()
|
| /netbsd-src/sys/arch/hpcarm/hpcarm/ |
| H A D | wzero3_machdep.c | 65 #ifndef CONSPEED 66 #define CONSPEED 9600 macro 72 int comcnspeed = CONSPEED;
|
| /netbsd-src/sys/arch/evbppc/dht/ |
| H A D | machdep.c | 108 #ifndef CONSPEED 109 #define CONSPEED B115200 macro 160 com_opb_cnattach(DHT_COM_FREQ, CONADDR, CONSPEED, CONMODE); in consinit()
|
| /netbsd-src/sys/arch/alpha/alpha/ |
| H A D | dec_alphabook1.c | 70 #ifndef CONSPEED 71 #define CONSPEED TTYDEF_SPEED macro 73 static int comcnrate = CONSPEED;
|
| H A D | dec_eb66.c | 70 #ifndef CONSPEED 71 #define CONSPEED TTYDEF_SPEED macro 73 static int comcnrate = CONSPEED;
|
| H A D | dec_eb64plus.c | 72 #ifndef CONSPEED 73 #define CONSPEED TTYDEF_SPEED macro 75 static int comcnrate = CONSPEED;
|
| H A D | api_up1000.c | 72 #ifndef CONSPEED 73 #define CONSPEED TTYDEF_SPEED macro 75 static int comcnrate = CONSPEED;
|
| H A D | dec_eb164.c | 73 #ifndef CONSPEED 74 #define CONSPEED TTYDEF_SPEED macro 76 static int comcnrate = CONSPEED;
|
| H A D | dec_550.c | 76 #ifndef CONSPEED 77 #define CONSPEED TTYDEF_SPEED macro 79 static int comcnrate = CONSPEED;
|
| H A D | dec_2100_a500.c | 102 #ifndef CONSPEED 103 #define CONSPEED TTYDEF_SPEED macro 105 static int comcnrate = CONSPEED;
|
| H A D | dec_1000a.c | 106 #ifndef CONSPEED 107 #define CONSPEED TTYDEF_SPEED macro 109 static int comcnrate = CONSPEED;
|
| H A D | dec_kn20aa.c | 74 #ifndef CONSPEED 75 #define CONSPEED TTYDEF_SPEED macro 77 static int comcnrate = CONSPEED;
|
| /netbsd-src/sys/arch/evbarm/integrator/ |
| H A D | integrator_machdep.c | 157 #ifndef CONSPEED 158 #define CONSPEED B115200 macro 164 int comcnspeed = CONSPEED;
|