Searched refs:reset_base (Results 1 - 8 of 8) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/eicon/
H A Dlinsys.c63 card->hw->reset_base = card->cfg.reset_base;
66 request_region(card->hw->reset_base,0x80,"Divas");
H A Dlincfg.c180 Card.reset_base = dwPLXIOBase;
200 if (check_region(Card.reset_base, 0x80))
202 printk(KERN_WARNING "Divas: PLX I/O Base already in use 0x%x-0x%x\n", Card.reset_base, Card.reset_base + 0x7F);
239 Card.reset_base = dwPLXIOBase;
259 if (check_region(Card.reset_base, 0x80))
261 printk(KERN_WARNING "Divas: PLX I/O Base already in use 0x%x-0x%x\n", Card.reset_base, Card.reset_base + 0x7F);
321 /* Card.reset_base = dwPLXIOBase;
H A Dbri.c435 PLXIOBase = card->cfg.reset_base;
476 card->cfg.reset_base = PLXIOBase;
478 UxPciConfigWrite(card->hw, 4, PCI_BADDR1, &card->cfg.reset_base);
484 bPLX9060 = UxCardPortIoInW(card->hw, (void *) card->cfg.reset_base, 0x6C) |
485 UxCardPortIoInW(card->hw, (void *) card->cfg.reset_base, 0x6E);
489 wSerHi = UxCardPortIoInW(card->hw, (void *) card->cfg.reset_base, 0x1E);
490 wSerLo = UxCardPortIoInW(card->hw, (void *) card->cfg.reset_base, 0x22);
496 wSerHi = UxCardPortIoInW(card->hw, (void *) card->cfg.reset_base, 0x22);
497 wSerLo = UxCardPortIoInW(card->hw, (void *) card->cfg.reset_base, 0x26);
510 bPLX9060 = UxCardPortIoInW(card->hw, (void *) card->cfg.reset_base,
[all...]
H A DDivas_mod.c96 release_region(pCard->hw->reset_base,0x80);
H A Ddivas.h110 int reset_base; /* Reset register for I/O mapped cards */ member in struct:__anon1468
H A Duxio.h28 int reset_base; member in struct:ux_diva_card_s
H A Dlinio.c69 c->reset_base = cfg->reset_base;
87 c->reset_base = cfg->reset_base;
147 return (void *) card->reset_base;
H A Deicon_mod.c1430 release_region(pCard->hw->reset_base,0x80);

Completed in 42 milliseconds