Home
last modified time | relevance | path

Searched refs:pSource (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/isdn/eicon/
Dlinio.c307 volatile byte *pSource = address; in UxCardMemInBuffer() local
312 *pDest++ = *pSource++; in UxCardMemInBuffer()
377 byte *pSource = buffer; in UxCardMemOutBuffer() local
382 *pDest++ = *pSource++; in UxCardMemOutBuffer()
461 byte *pSource = address; in UxCardIoInBuffer() local
467 outw((word) (dword) pSource, card->io_base + 4); in UxCardIoInBuffer()
470 pSource++; in UxCardIoInBuffer()
479 outw((word) (dword) pSource, card->io_base + 4); in UxCardIoInBuffer()
543 byte *pSource = buffer; in UxCardIoOutBuffer() local
550 outb(*pSource, card->io_base); in UxCardIoOutBuffer()
[all …]
/linux-2.4.37.9/drivers/char/ip2/
Di2ellis.c1323 iiDownloadBlock ( i2eBordStrPtr pB, loadHdrStrPtr pSource, int isStandard) in iiDownloadBlock() argument
1336 if (pSource->e.loadMagic != MAGIC_LOADFILE) in iiDownloadBlock()
1342 pB->i2eToLoad = 1 + pSource->e.loadBlocksMore; in iiDownloadBlock()
1348 pB->i2eLVersion = pSource->e.loadVersion; in iiDownloadBlock()
1349 pB->i2eLRevision = pSource->e.loadRevision; in iiDownloadBlock()
1350 pB->i2eLSub = pSource->e.loadSubRevision; in iiDownloadBlock()
1372 if (!iiWriteBuf(pB, pSource->c, LOADWARE_BLOCK_SIZE)) { in iiDownloadBlock()
1453 iiDownloadAll(i2eBordStrPtr pB, loadHdrStrPtr pSource, int isStandard, int size) in iiDownloadAll() argument
1467 status = iiDownloadBlock(pB, pSource++, isStandard); in iiDownloadAll()
Di2lib.c558 unsigned char *pDest, *pSource; in i2QueueCommands() local
733 pSource = pCs->cmd; // Copy the command into the buffer in i2QueueCommands()
735 *pDest++ = *pSource++; in i2QueueCommands()
1024 i2Output(i2ChanStrPtr pCh, const char *pSource, int count, int user ) in i2Output() argument
1105 COPY_FROM_USER(rc, (char*)(DATA_OF(pInsert)), pSource, in i2Output()
1108 memcpy( (char*)(DATA_OF(pInsert)), pSource, amountToMove ); in i2Output()
1111 pSource += amountToMove; in i2Output()