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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/block/
H A Dacsi_slm.c129 static unsigned char *BufferP; /* current position in buffer */ variable
410 dma_cache_maintenance( paddr, virt_to_phys(BufferP)-paddr, 1 );
462 (addr < virt_to_phys(BufferP)) ? SLMSTAT_NOTALL :
560 if ((unsigned char *)PTOV( SLMCurAddr + SLMSliceSize ) >= BufferP) {
643 filled = BufferP - SLMBuffer;
647 if (copy_from_user(BufferP, buf, n))
649 BufferP += n;
678 BufferP = SLMBuffer;
711 BufferP = SLMBuffer;
966 BufferP
[all...]

Completed in 37 milliseconds