Searched refs:wSerLo (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/isdn/eicon/ |
D | bri.c | 459 word wSerHi, wSerLo; in DivasBriPatch() local 490 wSerLo = UxCardPortIoInW(card->hw, (void *) card->cfg.reset_base, 0x22); in DivasBriPatch() 491 dwSerialNum = (wSerHi << 16) | wSerLo; in DivasBriPatch() 497 wSerLo = UxCardPortIoInW(card->hw, (void *) card->cfg.reset_base, 0x26); in DivasBriPatch() 498 dwSerialNum = (wSerHi << 16) | wSerLo; in DivasBriPatch() 504 word wSerHi, wSerLo; in DivasBriPatch() local 516 wSerLo = UxCardPortIoInW(card->hw, (void *) card->cfg.reset_base, 0x22); in DivasBriPatch() 517 dwSerialNum = (wSerHi << 16) | wSerLo; in DivasBriPatch() 522 wSerLo = UxCardPortIoInW(card->hw, (void *) card->cfg.reset_base, 0x26); in DivasBriPatch() 523 dwSerialNum = (wSerHi << 16) | wSerLo; in DivasBriPatch()
|