Searched refs:cfgbase (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/pci/
H A Dtrm290.c248 unsigned int cfgbase = 0; local
255 cfgbase = pci_resource_start(dev, 4);
256 if ((dev->class & 5) && cfgbase) {
257 hwif->config_data = cfgbase;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/irda/
H A Dsmsc-ircc2.c2114 static int __init smsc_superio_flat(const struct smsc_chip *chips, unsigned short cfgbase, char *type) argument
2122 if (smsc_ircc_probe(cfgbase, SMSCSIOFLAT_DEVICEID_REG, chips, type) == NULL)
2125 outb(SMSCSIOFLAT_UARTMODE0C_REG, cfgbase);
2126 mode = inb(cfgbase + 1);
2133 outb(SMSCSIOFLAT_UART2BASEADDR_REG, cfgbase);
2134 sirbase = inb(cfgbase + 1) << 2;
2137 outb(SMSCSIOFLAT_FIRBASEADDR_REG, cfgbase);
2138 firbase = inb(cfgbase + 1) << 3;
2141 outb(SMSCSIOFLAT_FIRDMASELECT_REG, cfgbase);
2142 dma = inb(cfgbase
[all...]

Completed in 55 milliseconds