HomeSort by: relevance | last modified time | path
    Searched refs:conspeed (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/arch/powerpc/ibm4xx/dev/
com_opb.c 145 com_opb_cnattach(int com_freq, int conaddr, int conspeed, int conmode)
155 if (comcnattach(opb_get_bus_space_tag(), conaddr, conspeed, com_freq,
  /src/sys/arch/sandpoint/sandpoint/
com_eumb.c 125 int conaddr, int conspeed, int confreq, int contype, int conmode)
140 return comcnattach1(&cnregs, conspeed, confreq, contype, conmode);
  /src/sys/arch/macppc/stand/installboot/
installboot.h 84 int conspeed; /* console baud rate */ member in struct:__anon1626
  /src/usr.sbin/installboot/
installboot.h 101 int conspeed; /* console baud rate */ member in struct:__anon8465
installboot.c 92 { "speed", IB_CONSPEED, OPT_INT, OFFSET(conspeed) },
  /src/sys/arch/evbarm/gemini/
gemini_machdep.c 746 #ifndef CONSPEED
747 #define CONSPEED 19200
754 static const int conspeed = CONSPEED; variable
770 if (comcnattach(&gemini_a4x_bs_tag, consaddr, conspeed,
820 if (comcnattach(iot, consaddr, conspeed,
  /src/usr.sbin/installboot/arch/
i386.c 251 bp.bp_conspeed = htole32(params->conspeed);

Completed in 17 milliseconds