Home
last modified time | relevance | path

Searched refs:CONSPEED (Results 1 – 25 of 147) sorted by relevance

123456

/netbsd-src/sys/arch/evbmips/sbmips/
H A Dconsole.c50 #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 Dconsole.c50 #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 Dconsinit.c53 #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 Dconsinit.c115 #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 Dcons.c37 #ifndef CONSPEED
38 #define CONSPEED 9600 macro
60 scif_init(CONSPEED); in cninit()
/netbsd-src/sys/dev/pci/
H A Dpuccn.c67 #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 Dconsinit.c85 #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 Dobs266_machdep.c107 #ifndef CONSPEED
108 #define CONSPEED B9600 macro
157 com_opb_cnattach(OBS266_COM_FREQ, CONADDR, CONSPEED, CONMODE); in consinit()
H A Dobs200_machdep.c107 #ifndef CONSPEED
108 #define CONSPEED B9600 macro
166 com_opb_cnattach(OBS200_COM_FREQ, CONADDR, CONSPEED, CONMODE); in consinit()
H A Dobs600_machdep.c106 #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 Dconsinit.c102 #ifndef CONSPEED
103 #define CONSPEED TTYDEF_SPEED macro
115 CONADDR, CONSPEED
/netbsd-src/sys/arch/evbarm/kobo/
H A Dkobo_machdep.c171 #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 Dcom_pioc.c225 #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 Dwzero3_machdep.c65 #ifndef CONSPEED
66 #define CONSPEED 9600 macro
72 int comcnspeed = CONSPEED;
/netbsd-src/sys/arch/evbppc/dht/
H A Dmachdep.c108 #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 Ddec_alphabook1.c70 #ifndef CONSPEED
71 #define CONSPEED TTYDEF_SPEED macro
73 static int comcnrate = CONSPEED;
H A Ddec_eb66.c70 #ifndef CONSPEED
71 #define CONSPEED TTYDEF_SPEED macro
73 static int comcnrate = CONSPEED;
H A Ddec_eb64plus.c72 #ifndef CONSPEED
73 #define CONSPEED TTYDEF_SPEED macro
75 static int comcnrate = CONSPEED;
H A Dapi_up1000.c72 #ifndef CONSPEED
73 #define CONSPEED TTYDEF_SPEED macro
75 static int comcnrate = CONSPEED;
H A Ddec_eb164.c73 #ifndef CONSPEED
74 #define CONSPEED TTYDEF_SPEED macro
76 static int comcnrate = CONSPEED;
H A Ddec_550.c76 #ifndef CONSPEED
77 #define CONSPEED TTYDEF_SPEED macro
79 static int comcnrate = CONSPEED;
H A Ddec_2100_a500.c102 #ifndef CONSPEED
103 #define CONSPEED TTYDEF_SPEED macro
105 static int comcnrate = CONSPEED;
H A Ddec_1000a.c106 #ifndef CONSPEED
107 #define CONSPEED TTYDEF_SPEED macro
109 static int comcnrate = CONSPEED;
H A Ddec_kn20aa.c74 #ifndef CONSPEED
75 #define CONSPEED TTYDEF_SPEED macro
77 static int comcnrate = CONSPEED;
/netbsd-src/sys/arch/evbarm/integrator/
H A Dintegrator_machdep.c157 #ifndef CONSPEED
158 #define CONSPEED B115200 macro
164 int comcnspeed = CONSPEED;

123456