Searched defs:cfg_base (Results 1 - 5 of 5) sorted by relevance

/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);
/drivers/net/can/sja1000/
H A Dpeak_pci.c42 void __iomem *cfg_base; /* Common for all channels */ member in struct:peak_pci_chan
137 void __iomem *cfg_base; /* Common for all channels */ member in struct:peak_pciec_card
155 u8 gp_outen = readb(card->cfg_base + PITA_GPOEN) & ~PITA_GPIN_SCL;
156 writeb(gp_outen, card->cfg_base + PITA_GPOEN);
161 u8 gp_outen = readb(card->cfg_base + PITA_GPOEN) & ~PITA_GPIN_SDA;
162 writeb(gp_outen, card->cfg_base + PITA_GPOEN);
178 gp_out = readb(card->cfg_base + PITA_GPOUT) & ~PITA_GPIN_SDA;
179 writeb(gp_out, card->cfg_base + PITA_GPOUT);
182 gp_outen = readb(card->cfg_base + PITA_GPOEN);
188 writeb(gp_outen, card->cfg_base
551 void __iomem *cfg_base, *reg_base; local
714 void __iomem *cfg_base = chan->cfg_base; local
[all...]
/drivers/net/irda/
H A Dali-ircc.c153 int cfg, cfg_base; local
176 cfg_base = chip->cfg[cfg];
177 if (!cfg_base)
181 info.cfg_base = cfg_base;
188 outb(chip->entr1, cfg_base);
189 outb(chip->entr2, cfg_base);
192 outb(0x07, cfg_base);
193 outb(0x05, cfg_base+1);
196 outb(chip->cid_index, cfg_base);
490 int cfg_base = info->cfg_base; local
639 int cfg_base = info->cfg_base; local
[all...]
H A Dnsc-ircc.c207 int cfg_base; local
233 cfg_base = chip->cfg[cfg];
234 if (!cfg_base)
238 reg = inb(cfg_base);
240 IRDA_DEBUG(2, "%s() no chip at 0x%03x\n", __func__, cfg_base);
245 outb(chip->cid_index, cfg_base);
246 id = inb(cfg_base+1);
257 info.cfg_base = cfg_base;
280 info.cfg_base
559 int cfg_base = info->cfg_base; local
609 int cfg_base = info->cfg_base; local
716 int cfg_base = info->cfg_base; local
832 int cfg_base = info->cfg_base; local
874 int cfg_base = info->cfg_base; local
[all...]
H A Dsmsc-ircc2.c124 unsigned short cfg_base; /* I/O port for chip configuration */ member in struct:smsc_ircc_subsystem_configuration
147 unsigned int cfg_base; member in struct:smsc_chip_address
227 static const struct smsc_chip * __init smsc_ircc_probe(unsigned short cfg_base, u8 reg, const struct smsc_chip *chip, char *type);
228 static int __init smsc_superio_flat(const struct smsc_chip *chips, unsigned short cfg_base, char *type);
229 static int __init smsc_superio_paged(const struct smsc_chip *chips, unsigned short cfg_base, char *type);
230 static int __init smsc_superio_fdc(unsigned short cfg_base);
231 static int __init smsc_superio_lpc(unsigned short cfg_base);
2148 unsigned int cfg_base, found; local
2153 while (address->cfg_base) {
2154 cfg_base
2240 smsc_superio_paged(const struct smsc_chip *chips, unsigned short cfg_base, char *type) argument
2277 smsc_access(unsigned short cfg_base, unsigned char reg) argument
2285 smsc_ircc_probe(unsigned short cfg_base, u8 reg, const struct smsc_chip *chip, char *type) argument
2358 smsc_superio_fdc(unsigned short cfg_base) argument
2376 smsc_superio_lpc(unsigned short cfg_base) argument
[all...]

Completed in 411 milliseconds