Searched refs:frequency (Results 1 - 13 of 13) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/media/radio/
H A Dradio-gemtek-pci.c152 static void gemtek_pci_setfrequency( struct gemtek_pci_card *card, unsigned long frequency )
155 register u32 value = frequency / 200 + 856;
264 u32 frequency; local
266 if ( get_user( frequency, (u32 *)arg ) )
269 if ( (frequency < GEMTEK_PCI_RANGE_LOW) || (frequency > GEMTEK_PCI_RANGE_HIGH) )
272 gemtek_pci_setfrequency( card, frequency );
273 card->current_frequency = frequency;
H A Dradio-typhoon.c26 * There is no explicit mute/unmute. So I set the radio frequency to a
28 * The frequency change is necessary since the card never seems to be
66 unsigned long frequency);
67 static int typhoon_setfreq(struct typhoon_device *dev, unsigned long frequency);
87 unsigned long frequency)
93 * The frequency transfer curve is not linear. The best fit I could
98 * where frequency f is in MHz. Since we don't have exp in the kernel,
103 x = frequency / 160;
116 static int typhoon_setfreq(struct typhoon_device *dev, unsigned long frequency) argument
118 typhoon_setfreq_generic(dev, frequency);
86 typhoon_setfreq_generic(struct typhoon_device *dev, unsigned long frequency) argument
[all...]
H A Dradio-aztech.c119 static int az_setfreq(struct az_device *dev, unsigned long frequency) argument
123 frequency += 171200; /* Add 10.7 MHz IF */
124 frequency /= 800; /* Convert to 50 kHz units */
128 send_0_byte (dev); /* 0: LSB of frequency */
130 for (i = 0; i < 13; i++) /* : frequency bits (1-13) */
131 if (frequency & (1 << i))
151 /* latch frequency */
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dsb1000.c128 int* frequency);
130 int frequency);
604 /* get SB1000 frequency */
606 sb1000_get_frequency(const int ioaddr[], const char* name, int* frequency)
617 *frequency = ((st[1] << 8 | st[2]) << 8 | st[3]) << 8 | st[4];
621 /* set SB1000 frequency */
623 sb1000_set_frequency(const int ioaddr[], const char* name, int frequency)
632 if (frequency < FrequencyLowerLimit || frequency > FrequencyUpperLimit) {
633 printk(KERN_ERR "%s: frequency chose
603 sb1000_get_frequency(const int ioaddr[], const char* name, int* frequency) argument
620 sb1000_set_frequency(const int ioaddr[], const char* name, int frequency) argument
1024 int ioaddr[2], status, frequency; local
[all...]
H A Dwavelan.c405 * Wait for the frequency EEPROM to complete a command.
421 * Read bytes from the Frequency EEPROM (frequency select cards).
452 * Write bytes from the Frequency EEPROM (frequency select cards).
453 * This is a bit complicated, because the frequency EEPROM has to
1342 /* Ask the EEPROM to read the frequency from the first area. */
1345 /* Print frequency */
1526 iw_freq * frequency)
1534 /* Setting by frequency */
1535 /* Theoretically, you may set any frequency between
1539 if ((frequency
1525 wv_set_frequency(unsigned long ioaddr, iw_freq * frequency) argument
[all...]
H A Daironet4500.h1106 #define awc_command_TX_Test(cmd,command, frequency, pattern) awc_wout( cmd,0x003F,command, frequency, pattern) // Transmitter Test
1231 #define awc_tx_test_code_next 0x0006 // Go to the next frequency in the frequency RID
1241 { awc_tx_test_code_next , 0x000f ," Go to the next frequency in the frequency RID"},\
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/acpi/ospm/processor/
H A Dprperf.c63 u32 *frequency) {
68 if (!processor || !frequency) {
72 /* TBD: Generic method to calculate processor frequency. */
61 pr_perf_get_frequency( PR_CONTEXT *processor, u32 *frequency) argument
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/arch/mips/board/bcm947xx/src/
H A Dbcm947xx_init.S92 # XXX:the following code snipet sets clk frequency to 200M
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dwavefront.h228 UCHAR8 frequency:7; member in struct:wf_lfo
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dwavefront.h228 UCHAR8 frequency:7; member in struct:wf_lfo
/asus-wl-520gu-7.0.1.45/src/shared/
H A Dboot.S29 # XXX: the following code snipet sets clk frequency to 200M
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/pcmcia/
H A Dwavelan_cs.c406 * Wait for the frequency EEprom to complete a command...
423 * Read bytes from the Frequency EEprom (frequency select cards).
455 * Write bytes from the Frequency EEprom (frequency select cards).
456 * This is a bit complicated, because the frequency eeprom has to
1395 /* Ask the EEprom to read the frequency from the first area */
1396 fee_read(base, 0x00 /* 1st area - frequency... */,
1399 /* Print frequency */
1597 iw_freq * frequency)
1605 /* Setting by frequency */
1606 /* Theoritically, you may set any frequency betwee
1596 wv_set_frequency(u_long base, iw_freq * frequency) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/kernel/
H A Dhead_4xx.S63 ### r3 - Board info structure pointer (DRAM, frequency, MAC address, etc.)

Completed in 187 milliseconds