Searched refs:fir_base (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/irda/
H A Dsmsc-ircc2.c131 void (*set_for_speed)(int fir_base, u32 speed);
132 int (*probe)(int fir_base);
186 static int smsc_ircc_present(unsigned int fir_base, unsigned int sir_base);
187 static void smsc_ircc_setup_io(struct smsc_ircc_cb *self, unsigned int fir_base, unsigned int sir_base, u8 dma, u8 irq);
243 static void smsc_ircc_set_transceiver_toshiba_sat1800(int fir_base, u32 speed);
244 static int smsc_ircc_probe_transceiver_toshiba_sat1800(int fir_base);
245 static void smsc_ircc_set_transceiver_smsc_ircc_fast_pin_select(int fir_base, u32 speed);
246 static int smsc_ircc_probe_transceiver_smsc_ircc_fast_pin_select(int fir_base);
247 static void smsc_ircc_set_transceiver_smsc_ircc_atc(int fir_base, u32 speed);
248 static int smsc_ircc_probe_transceiver_smsc_ircc_atc(int fir_base);
515 smsc_ircc_open(unsigned int fir_base, unsigned int sir_base, u8 dma, u8 irq) argument
642 smsc_ircc_present(unsigned int fir_base, unsigned int sir_base) argument
695 smsc_ircc_setup_io(struct smsc_ircc_cb *self, unsigned int fir_base, unsigned int sir_base, u8 dma, u8 irq) argument
941 int fir_base, ir_mode, ctrl, fast; local
988 int fir_base; local
1033 int fir_base; local
1832 int fir_base, sir_base; local
2840 smsc_ircc_set_transceiver_smsc_ircc_atc(int fir_base, u32 speed) argument
2869 smsc_ircc_probe_transceiver_smsc_ircc_atc(int fir_base) argument
2881 smsc_ircc_set_transceiver_smsc_ircc_fast_pin_select(int fir_base, u32 speed) argument
2906 smsc_ircc_probe_transceiver_smsc_ircc_fast_pin_select(int fir_base) argument
2918 smsc_ircc_set_transceiver_toshiba_sat1800(int fir_base, u32 speed) argument
2945 smsc_ircc_probe_transceiver_toshiba_sat1800(int fir_base) argument
[all...]
H A Dnsc-ircc.c257 info.fir_base = pnp_info.fir_base;
261 if (info.fir_base < 0x2000) {
280 info.fir_base = io[i];
401 self->io.fir_base = info->fir_base;
408 ret = request_region(self->io.fir_base, self->io.fir_ext, driver_name);
411 __func__, self->io.fir_base);
472 dongle_id = nsc_ircc_read_dongle_id(self->io.fir_base);
482 nsc_ircc_init_dongle_interface(self->io.fir_base, dongle_i
[all...]
H A Dw83977af_ir.c192 self->io.fir_base = iobase;
278 iobase = self->io.fir_base;
297 __func__ , self->io.fir_base);
298 release_region(self->io.fir_base, self->io.fir_ext);
418 iobase = self->io.fir_base;
503 iobase = self->io.fir_base;
669 iobase = self->io.fir_base;
723 iobase= self->io.fir_base;
796 iobase = self->io.fir_base;
801 iobase = self->io.fir_base;
[all...]
H A Dali-ircc.c181 info.fir_base = io[i];
320 self->io.fir_base = info->fir_base; /* info->sir_base = info->fir_base */
328 if (!request_region(self->io.fir_base, self->io.fir_ext,
331 self->io.fir_base);
407 release_region(self->io.fir_base, self->io.fir_ext);
429 iobase = self->io.fir_base;
435 IRDA_DEBUG(4, "%s(), Releasing Region %03x\n", __func__, self->io.fir_base);
436 release_region(self->io.fir_base, sel
[all...]
H A Dvia-ircc.c204 info.fir_base=FirIOBase;
249 info.fir_base=FirIOBase;
344 self->io.fir_base = info->fir_base;
355 if (!request_region(self->io.fir_base, self->io.fir_ext, driver_name)) {
357 __func__, self->io.fir_base);
367 dongle_id = via_ircc_read_dongle_id(self->io.fir_base);
447 release_region(self->io.fir_base, self->io.fir_ext);
468 iobase = self->io.fir_base;
476 __func__, self->io.fir_base);
[all...]
H A Ddonauboe.c1502 release_region (self->io.fir_base, self->io.fir_ext);
1559 self->io.fir_base = self->base;
1568 if (NULL==request_region (self->io.fir_base, self->io.fir_ext, driver_name))
1571 ,self->io.fir_base);
1689 release_region (self->io.fir_base, self->io.fir_ext);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/irda/
H A Dirda_device.h158 int fir_base; /* FIR IO base */ member in struct:__anon18385

Completed in 178 milliseconds