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

/linux-4.1.27/drivers/net/ethernet/8390/
H A Dapne.c393 char *ptrc; apne_get_8390_hdr() local
418 ptrc = (char*)hdr; apne_get_8390_hdr()
420 *ptrc++ = inb(NE_BASE + NE_DATAPORT); apne_get_8390_hdr()
439 char *ptrc; apne_block_input() local
466 ptrc = buf; apne_block_input()
468 *ptrc++ = inb(NE_BASE + NE_DATAPORT); apne_block_input()
481 char *ptrc; apne_block_output() local
516 ptrc = (char*)buf; apne_block_output()
518 outb(*ptrc++, NE_BASE + NE_DATAPORT); apne_block_output()

Completed in 60 milliseconds