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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsmc91x.h406 void __iomem *datacs; member in struct:smc_local
1190 if (SMC_CAN_USE_DATACS && lp->datacs) \
1191 __ioaddr = lp->datacs; \
1229 if (SMC_CAN_USE_DATACS && lp->datacs) \
1230 __ioaddr = lp->datacs; \
H A Dsmc91x.c2167 printk(KERN_INFO "%s: failed to request datacs memory region.\n", CARDNAME);
2171 lp->datacs = ioremap(res->start, SMC_DATA_EXTENT);
2181 if (lp->datacs)
2182 iounmap(lp->datacs);
2184 lp->datacs = NULL;

Completed in 45 milliseconds