Lines Matching refs:countp
5687 cheerio_dma_stop(struct ecppunit *pp, size_t *countp) in cheerio_dma_stop() argument
5700 if (countp) { in cheerio_dma_stop()
5701 *countp = cheerio_getcnt(pp); in cheerio_dma_stop()
5985 dma8237_dma_stop(struct ecppunit *pp, size_t *countp) in dma8237_dma_stop() argument
6001 if (countp) { in dma8237_dma_stop()
6002 *countp = dma8237_getcnt(pp); in dma8237_dma_stop()
6003 if (pp->dma_dir == DDI_DMA_READ && *countp > 0) { in dma8237_dma_stop()
6004 (*countp)++; /* need correction for reverse xfers */ in dma8237_dma_stop()
6031 x86_dma_stop(struct ecppunit *pp, size_t *countp) in x86_dma_stop() argument
6043 if (countp) { in x86_dma_stop()
6044 *countp = x86_getcnt(pp); in x86_dma_stop()