Searched refs:cfg_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 Dnsc-ircc.c206 int cfg_base; local
232 cfg_base = chip->cfg[cfg];
233 if (!cfg_base)
237 reg = inb(cfg_base);
239 IRDA_DEBUG(2, "%s() no chip at 0x%03x\n", __func__, cfg_base);
244 outb(chip->cid_index, cfg_base);
245 id = inb(cfg_base+1);
256 info.cfg_base = cfg_base;
279 info.cfg_base
558 int cfg_base = info->cfg_base; local
608 int cfg_base = info->cfg_base; local
715 int cfg_base = info->cfg_base; local
831 int cfg_base = info->cfg_base; local
873 int cfg_base = info->cfg_base; local
[all...]
H A Dsmsc-ircc2.c123 unsigned short cfg_base; /* I/O port for chip configuration */ member in struct:smsc_ircc_subsystem_configuration
143 unsigned int cfg_base; member in struct:smsc_chip_address
223 static const struct smsc_chip * __init smsc_ircc_probe(unsigned short cfg_base, u8 reg, const struct smsc_chip *chip, char *type);
224 static int __init smsc_superio_flat(const struct smsc_chip *chips, unsigned short cfg_base, char *type);
225 static int __init smsc_superio_paged(const struct smsc_chip *chips, unsigned short cfg_base, char *type);
226 static int __init smsc_superio_fdc(unsigned short cfg_base);
227 static int __init smsc_superio_lpc(unsigned short cfg_base);
2071 unsigned int cfg_base, found; local
2076 while (address->cfg_base) {
2077 cfg_base
2163 smsc_superio_paged(const struct smsc_chip *chips, unsigned short cfg_base, char *type) argument
2200 smsc_access(unsigned short cfg_base, unsigned char reg) argument
2208 smsc_ircc_probe(unsigned short cfg_base, u8 reg, const struct smsc_chip *chip, char *type) argument
2277 smsc_superio_fdc(unsigned short cfg_base) argument
2295 smsc_superio_lpc(unsigned short cfg_base) argument
[all...]
H A Dali-ircc.c152 int cfg, cfg_base; local
175 cfg_base = chip->cfg[cfg];
176 if (!cfg_base)
180 info.cfg_base = cfg_base;
187 outb(chip->entr1, cfg_base);
188 outb(chip->entr2, cfg_base);
191 outb(0x07, cfg_base);
192 outb(0x05, cfg_base+1);
195 outb(chip->cid_index, cfg_base);
489 int cfg_base = info->cfg_base; local
638 int cfg_base = info->cfg_base; local
[all...]
H A Dvia-ircc.c343 self->io.cfg_base = info->cfg_base;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/pci/
H A Dops-au1000.c100 unsigned long cfg_base; local
127 cfg_base = (1 << device) << 11;
129 cfg_base = 0x80000000 | (bus->number << 16) | (device << 11);
134 offset |= cfg_base & ~PAGE_MASK;
137 cfg_base = cfg_base & PAGE_MASK;
143 entryLo0 = (6 << 26) | (cfg_base >> 6) | (2 << 3) | 7;
144 entryLo1 = (6 << 26) | (cfg_base >> 6) | (0x1000 >> 6) | (2 << 3) | 7;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ide/
H A Dtrm290.c237 unsigned int cfg_base = pci_resource_start(dev, 4); local
241 if ((dev->class & 5) && cfg_base)
244 cfg_base = 0x3df0;
247 printk(KERN_CONT " config base at 0x%04x\n", cfg_base);
248 hwif->config_data = cfg_base;
249 hwif->dma_base = (cfg_base + 4) ^ (hwif->channel ? 0x80 : 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/irda/
H A Dirda_device.h156 int cfg_base; /* Config register IO base */ member in struct:__anon18385

Completed in 117 milliseconds