Searched refs:i365_base (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/pcmcia/
H A Di82365.c79 static unsigned long i365_base = 0x3e0; variable
113 module_param(i365_base, ulong, 0444);
780 i365_base = pnp_port_start(dev, 0);
787 if (!request_region(i365_base, 2, "i82365")) {
789 printk("port conflict at %#lx\n", i365_base);
793 id = identify(i365_base, 0);
794 if ((id == IS_I82365DF) && (identify(i365_base, 1) != id)) {
797 port = i365_base + ((i & 1) << 2) + ((i & 2) << 1);
808 port = i365_base + 2*(i>>2);
1271 release_region(i365_base,
[all...]

Completed in 87 milliseconds