Lines Matching refs:card

37  * the firmware onto the card.
54 {"None", "speed card/win", "speed star", "speed fax+",
269 /* The card tends to generate interrupts while being removed
272 printk(KERN_WARNING "Sedlbauer: card not available!\n");
411 printk(KERN_INFO "Sedlbauer: resetting card\n");
534 setup_sedlbauer_isapnp(struct IsdnCard *card, int *bytecnt)
536 struct IsdnCardState *cs = card->cs;
559 card->para[1] = pnp_port_start(pnp_d, 0);
560 card->para[0] = pnp_irq(pnp_d, 0);
562 if (!card->para[0] || !card->para[1]) {
564 card->para[0], card->para[1]);
568 cs->hw.sedl.cfg_reg = card->para[1];
569 cs->irq = card->para[0];
581 printk(KERN_ERR "Sedlbauer PnP: PnP error card found, no device\n");
589 printk(KERN_INFO "Sedlbauer PnP: no ISAPnP card found\n");
595 setup_sedlbauer_isapnp(struct IsdnCard *card, int *bytecnt)
605 setup_sedlbauer_pci(struct IsdnCard *card)
607 struct IsdnCardState *cs = card->cs;
616 printk(KERN_WARNING "Sedlbauer: No IRQ for PCI card found\n");
621 printk(KERN_WARNING "Sedlbauer: No PCI card found\n");
671 setup_sedlbauer_pci(struct IsdnCard *card)
679 setup_sedlbauer(struct IsdnCard *card)
682 struct IsdnCardState *cs = card->cs;
704 if (card->para[1]) {
705 cs->hw.sedl.cfg_reg = card->para[1];
706 cs->irq = card->para[0];
711 rc = setup_sedlbauer_isapnp(card, &bytecnt);
718 rc = setup_sedlbauer_pci(card);
727 /* In case of the sedlbauer pcmcia card, this region is in use,
728 * reserved for us by the card manager. So we do not check it
735 CardType[card->typ],
754 * do not test for PCI card, because ports are different
755 * and PCI card uses only IPAC (for the moment)