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

  /src/sys/arch/mips/rmi/
rmixl_com.c 145 extern int comcnfreq;
157 if (comcnfreq != -1) {
158 rate = comspeed(comcnspeed, comcnfreq, COM_TYPE_NORMAL);
264 sc->sc_frequency = comcnfreq;
  /src/sys/arch/mips/ingenic/
ingenic_com.c 102 if (comcnfreq != -1) {
103 rate = comspeed(comcnspeed, comcnfreq, COM_TYPE_INGENIC);
  /src/sys/arch/evbarm/armadaxp/
armadaxp_machdep.c 407 static const int comcnfreq = CONSFREQ; variable in typeref:typename:const int
425 comcnfreq ? comcnfreq : mvTclk , comcnmode))
  /src/sys/arch/evbppc/mpc85xx/
machdep.c 144 int comcnfreq = CONSFREQ; variable in typeref:typename:int
637 if (comcnfreq == -1) {
640 comcnfreq = e500_sys_clk * plat_ratio;
641 printf(" comcnfreq=%u", comcnfreq);
644 comcnattach(&gur_bst, comcnaddr, comcnspeed, comcnfreq,
  /src/sys/arch/evbmips/rmixl/
machdep.c 158 int comcnfreq = CONSFREQ; variable in typeref:typename:int
274 rmixl_com_cnattach(comcnaddr, comcnspeed, comcnfreq,

Completed in 16 milliseconds