Home
last modified time | relevance | path

Searched refs:i365_base (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/pcmcia/
H A Di82365.c77 static unsigned long i365_base = 0x3e0; variable
111 module_param_hw(i365_base, ulong, ioport, 0444);
778 i365_base = pnp_port_start(dev, 0); in isa_probe()
785 if (!request_region(i365_base, 2, "i82365")) { in isa_probe()
787 printk("port conflict at %#lx\n", i365_base); in isa_probe()
791 id = identify(i365_base, 0); in isa_probe()
792 if ((id == IS_I82365DF) && (identify(i365_base, 1) != id)) { in isa_probe()
795 port = i365_base + ((i & 1) << 2) + ((i & 2) << 1); in isa_probe()
806 port = i365_base + 2*(i>>2); in isa_probe()
1306 release_region(i365_base, 2); in init_i82365()
[all …]