Lines Matching defs:try
409 int *try = priv_data;
414 if ((*try & 0x1) == 0)
417 if (p_dev->resource[0]->end != size_table[(*try >> 1)])
452 int ret, try;
459 for (try = 0; try < 4; try++)
460 if (!pcmcia_loop_config(link, simple_config_check, &try))
464 * Second pass: try to find an entry that isn't picky about
465 * its base address, then try to grab any standard serial port
466 * address, and finally try to get any free port.