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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/tokenring/
H A Dibmtr.c384 void __iomem * t_mmio = NULL; local
413 t_mmio = ioremap(((__u32) (segment & 0xfc) << 11) + 0x80000,2048);
414 if (!t_mmio) {
421 , PIOaddr, (int) segment, t_mmio, (int) intr);
428 iounmap(t_mmio);
429 t_mmio = ti->mmio; /*BMS to get virtual address */
432 cd_chanid = (CHANNEL_ID + t_mmio); /* for efficiency */
457 if (cardpresent == TR_ISA && (readb(AIPFID + t_mmio) == 0x0e))
462 iounmap(t_mmio);
482 ti->mmio = t_mmio;
[all...]

Completed in 45 milliseconds