Home | History | Annotate | Download | only in kfmapp

Lines Matching defs:freq

76    printf("f <freq> tune to freq(in MHz)\n");
89 printf("5 <AF Freq in KHz> to set RDS Radio Alternate Frequency\n");
95 printf("f <freq> tune to freq(in MHz)\n");
679 /* Display seeked freq */
1002 printf(" Low Freq: %d KHz\n",
1004 printf(" High Freq: %d KHz\n",
1020 freq,perc,threshold,divide_by;
1049 for(freq=start_frq;freq<=end_frq;freq+=0.1)
1052 vf.frequency = rint(freq*1000);
1055 printf("failed to set freq");
1073 printf("%2.1f MHz(%d%%)\n",freq,((unsigned short)(perc * 100.0)));