Lines Matching refs:index
81 * Baud index extended to 21
178 /* baud index mappings from linux defns to isi */
195 unsigned int index;
835 int line = tty->index;
1335 const unsigned int index, const unsigned int signature)
1405 index + 1, frame->addr, frame->count, status);
1420 "Status:0x%x\n", index + 1, status);
1453 index + 1, frame->addr, frame->count, status);
1460 "failed, not enough memory\n", index + 1);
1471 "failed\n", index + 1);
1484 "Card Status:0x%x\n", index + 1, status);
1517 unsigned int signature, index;
1533 for (index = 0; index < BOARD_COUNT; index++) {
1534 if (isi_card[index].base == 0) {
1535 board = &isi_card[index];
1539 if (index == BOARD_COUNT) {
1544 board->index = index;
1555 index + 1);
1564 "Card%d will be disabled.\n", board->irq, index + 1);
1568 retval = reset_card(pdev, index, &signature);
1572 retval = load_firmware(pdev, index, signature);
1576 for (index = 0; index < board->port_count; index++) {
1577 struct tty_port *tport = &board->ports[index].port;
1583 board->index * 16 + index, &pdev->dev);
1607 tty_unregister_device(isicom_normal, board->index * 16 + i);