Lines Matching refs:bases
92 static unsigned int bases[MAXBOARDS] __initdata = {0x330, 0x334, 0, 0}; variable
963 bases[setup_idx] = setup_portbase; in aha1542_setup()
1001 bases[0] = aha1542[0]; in aha1542_detect()
1035 for (indx = 0; (slot != MCA_NOTFOUND) && (indx < ARRAY_SIZE(bases)); indx++) { in aha1542_detect()
1037 if (bases[indx]) in aha1542_detect()
1052 bases[indx] = 0x334; in aha1542_detect()
1054 bases[indx] = 0x234; in aha1542_detect()
1057 bases[indx] = 0x134; in aha1542_detect()
1062 bases[indx] = 0x330; in aha1542_detect()
1064 bases[indx] = 0x230; in aha1542_detect()
1067 bases[indx] = 0x130; in aha1542_detect()
1074 printk(KERN_INFO "Found an AHA-1640 in MCA slot %d, I/O 0x%04x\n", slot, bases[indx]); in aha1542_detect()
1094 for(indx = 0; indx < ARRAY_SIZE(bases); indx++) { in aha1542_detect()
1095 if(bases[indx]) in aha1542_detect()
1118 bases[indx] = pnp_port_start(pdev, 0); in aha1542_detect()
1123 printk(KERN_INFO "ISAPnP found an AHA1535 at I/O 0x%03X\n", bases[indx]); in aha1542_detect()
1126 for (indx = 0; indx < ARRAY_SIZE(bases); indx++) in aha1542_detect()
1127 if (bases[indx] != 0 && request_region(bases[indx], 4, "aha1542")) { in aha1542_detect()
1132 release_region(bases[indx], 4); in aha1542_detect()
1141 if (!aha1542_test_port(bases[indx], shpnt)) in aha1542_detect()
1145 base_io = bases[indx]; in aha1542_detect()
1261 release_region(bases[indx], 4); in aha1542_detect()