/linux-2.4.37.9/drivers/media/radio/ |
D | radio-gemtek-pci.c | 152 static void gemtek_pci_setfrequency( struct gemtek_pci_card *card, unsigned long frequency ) in gemtek_pci_setfrequency() argument 155 register u32 value = frequency / 200 + 856; in gemtek_pci_setfrequency() 264 u32 frequency; in gemtek_pci_ioctl() local 266 if ( get_user( frequency, (u32 *)arg ) ) in gemtek_pci_ioctl() 269 if ( (frequency < GEMTEK_PCI_RANGE_LOW) || (frequency > GEMTEK_PCI_RANGE_HIGH) ) in gemtek_pci_ioctl() 272 gemtek_pci_setfrequency( card, frequency ); in gemtek_pci_ioctl() 273 card->current_frequency = frequency; in gemtek_pci_ioctl()
|
D | radio-typhoon.c | 66 unsigned long frequency); 67 static int typhoon_setfreq(struct typhoon_device *dev, unsigned long frequency); 87 unsigned long frequency) in typhoon_setfreq_generic() argument 103 x = frequency / 160; in typhoon_setfreq_generic() 116 static int typhoon_setfreq(struct typhoon_device *dev, unsigned long frequency) in typhoon_setfreq() argument 118 typhoon_setfreq_generic(dev, frequency); in typhoon_setfreq() 119 dev->curfreq = frequency; in typhoon_setfreq()
|
D | radio-aztech.c | 119 static int az_setfreq(struct az_device *dev, unsigned long frequency) in az_setfreq() argument 123 frequency += 171200; /* Add 10.7 MHz IF */ in az_setfreq() 124 frequency /= 800; /* Convert to 50 kHz units */ in az_setfreq() 131 if (frequency & (1 << i)) in az_setfreq()
|
D | Config.in | 50 int ' Typhoon frequency set when muting the device (kHz)' CONFIG_RADIO_TYPHOON_MUTEFREQ 87500
|
/linux-2.4.37.9/drivers/net/ |
D | sb1000.c | 128 int* frequency); 130 int frequency); 603 sb1000_get_frequency(const int ioaddr[], const char* name, int* frequency) in sb1000_get_frequency() argument 614 *frequency = ((st[1] << 8 | st[2]) << 8 | st[3]) << 8 | st[4]; in sb1000_get_frequency() 620 sb1000_set_frequency(const int ioaddr[], const char* name, int frequency) in sb1000_set_frequency() argument 629 if (frequency < FrequencyLowerLimit || frequency > FrequencyUpperLimit) { in sb1000_set_frequency() 631 "[%d,%d] kHz\n", name, frequency, FrequencyLowerLimit, in sb1000_set_frequency() 638 Command0[5] = frequency & 0xff; in sb1000_set_frequency() 639 frequency >>= 8; in sb1000_set_frequency() 640 Command0[4] = frequency & 0xff; in sb1000_set_frequency() [all …]
|
D | wavelan.c | 1526 iw_freq * frequency) in wv_set_frequency() argument 1539 if ((frequency->e == 1) && in wv_set_frequency() 1540 (frequency->m >= (int) 2.412e8) in wv_set_frequency() 1541 && (frequency->m <= (int) 2.487e8)) { in wv_set_frequency() 1542 freq = ((frequency->m / 10000) - 24000L) / 5; in wv_set_frequency() 1548 if ((frequency->e == 0) && (frequency->m < BAND_NUM)) { in wv_set_frequency() 1550 freq = channel_bands[frequency->m] >> 1; in wv_set_frequency()
|
D | aironet4500.h | 1106 #define awc_command_TX_Test(cmd,command, frequency, pattern) awc_wout( cmd,0x003F,command, frequen… argument
|
/linux-2.4.37.9/Documentation/sound/ |
D | README.ymfsb | 61 that specify correct sample frequency. For example, to play your MP3 file 62 correctly with mpg123, specify the frequency like following: 72 Its Fs is fixed to 48kHz (It never means the sample frequency become
|
/linux-2.4.37.9/arch/mips64/kernel/ |
D | time.c | 580 u64 frequency; in calibrate_hpt() local 616 frequency = (u64)hpt_count * (u64)hz; in calibrate_hpt() 618 return frequency >> log_2_loops; in calibrate_hpt()
|
/linux-2.4.37.9/arch/mips/kernel/ |
D | time.c | 580 u64 frequency; in calibrate_hpt() local 616 frequency = (u64)hpt_count * (u64)hz; in calibrate_hpt() 618 return frequency >> log_2_loops; in calibrate_hpt()
|
/linux-2.4.37.9/Documentation/networking/ |
D | wavelan.txt | 26 o Wavelan ISA 2.4 GHz (full length ISA card, fixed frequency) 27 o Wavelan ISA 2.4 GHz 2.0 (half length ISA card, frequency selectable)
|
/linux-2.4.37.9/Documentation/video4linux/ |
D | radiotrack.txt | 36 The RadioTrack card is an ISA 8-bit FM radio card. The radio frequency (RF) 42 frequency oscillator (VFO) that demodulates the intermediate frequency (IF)
|
/linux-2.4.37.9/drivers/char/ftape/ |
D | Config.in | 39 int ' CPU clock frequency of your DEC Alpha' CONFIG_FT_ALPHA_CLOCK 0
|
/linux-2.4.37.9/Documentation/usb/ |
D | se401.txt | 36 net frequency. Valid options for this option are 0, 50 and 60. (0=disable,
|
/linux-2.4.37.9/Documentation/video4linux/bttv/ |
D | README.WINVIEW | 12 frequency setting should work but it is possible that the audio multiplexer
|
/linux-2.4.37.9/Documentation/fb/ |
D | tgafb.txt | 21 * Support for fixed-frequency and other oddball monitors
|
D | matroxfb.txt | 268 fh:X - maximum horizontal synchronization frequency. X can be specified 270 fv:X - maximum vertical frequency. X must be specified in Hz. Default is 301 set frequency higher that this. It causes sparks, black holes and other 303 + my Millennium G200 oscillator has frequency range from 35 MHz to 380 MHz
|
D | README-sstfb.txt | 101 gfxclk=x gfxclk:x Force graphic clock frequency (in MHz).
|
/linux-2.4.37.9/drivers/net/pcmcia/ |
D | wavelan_cs.c | 1598 iw_freq * frequency) in wv_set_frequency() argument 1611 if((frequency->e == 1) && in wv_set_frequency() 1612 (frequency->m >= (int) 2.412e8) && (frequency->m <= (int) 2.487e8)) in wv_set_frequency() 1614 freq = ((frequency->m / 10000) - 24000L) / 5; in wv_set_frequency() 1620 if((frequency->e == 0) && in wv_set_frequency() 1621 (frequency->m >= 0) && (frequency->m < BAND_NUM)) in wv_set_frequency() 1624 freq = channel_bands[frequency->m] >> 1; in wv_set_frequency()
|
/linux-2.4.37.9/Documentation/ |
D | rtc.txt | 32 reasonably high frequency data acquisition where one doesn't want to 58 The alarm and/or interrupt frequency are programmed into the RTC via
|
/linux-2.4.37.9/include/linux/ |
D | wavefront.h | 228 UCHAR8 frequency:7; member
|
/linux-2.4.37.9/arch/i386/math-emu/ |
D | README | 312 million. The group of three columns gives the frequency of the given 320 frequency of results which are in error. The last two columns give 324 frequency (per M)
|
/linux-2.4.37.9/Documentation/m68k/ |
D | kernel-options.txt | 290 how much percent of error will be tolerated when setting a frequency 292 AU-Files on the Falcon with its hardware frequency of 8195Hz and thus 500 with a fixed-frequency monitor! For now, only the Falcon frame buffer 505 the horizontal frequency, in kHz. 776 the horizontal frequency, in kHz.
|
/linux-2.4.37.9/Documentation/sysctl/ |
D | kernel.txt | 50 highwater lowwater frequency
|
/linux-2.4.37.9/arch/sparc64/ |
D | config.in | 204 int 'synchronous transfers frequency in MHz' CONFIG_SCSI_NCR53C8XX_SYNC 10
|