Searched refs:conspeed (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/sys/arch/powerpc/ibm4xx/dev/ |
| D | com_opb.c | 145 com_opb_cnattach(int com_freq, int conaddr, int conspeed, int conmode) in com_opb_cnattach() argument 155 if (comcnattach(opb_get_bus_space_tag(), conaddr, conspeed, com_freq, in com_opb_cnattach()
|
| /netbsd/src/sys/arch/sandpoint/sandpoint/ |
| D | com_eumb.c | 125 int conaddr, int conspeed, int confreq, int contype, int conmode) in eumbcnattach() argument 140 return comcnattach1(&cnregs, conspeed, confreq, contype, conmode); in eumbcnattach()
|
| /netbsd/src/sys/arch/macppc/stand/installboot/ |
| D | installboot.h | 84 int conspeed; /* console baud rate */ member
|
| /netbsd/src/sys/arch/evbarm/gemini/ |
| D | gemini_machdep.c | 757 static const int conspeed = CONSPEED; variable 773 if (comcnattach(&gemini_a4x_bs_tag, consaddr, conspeed, in consinit() 823 if (comcnattach(iot, consaddr, conspeed, in consinit()
|
| /netbsd/src/usr.sbin/installboot/ |
| D | installboot.h | 101 int conspeed; /* console baud rate */ member
|
| D | installboot.c | 92 { "speed", IB_CONSPEED, OPT_INT, OFFSET(conspeed) },
|
| /netbsd/src/usr.sbin/installboot/arch/ |
| D | i386.c | 251 bp.bp_conspeed = htole32(params->conspeed); in update_i386_boot_params()
|