Lines Matching refs:countp
5689 cheerio_dma_stop(struct ecppunit *pp, size_t *countp) in cheerio_dma_stop() argument
5702 if (countp) { in cheerio_dma_stop()
5703 *countp = cheerio_getcnt(pp); in cheerio_dma_stop()
5987 dma8237_dma_stop(struct ecppunit *pp, size_t *countp) in dma8237_dma_stop() argument
6003 if (countp) { in dma8237_dma_stop()
6004 *countp = dma8237_getcnt(pp); in dma8237_dma_stop()
6005 if (pp->dma_dir == DDI_DMA_READ && *countp > 0) { in dma8237_dma_stop()
6006 (*countp)++; /* need correction for reverse xfers */ in dma8237_dma_stop()
6033 x86_dma_stop(struct ecppunit *pp, size_t *countp) in x86_dma_stop() argument
6045 if (countp) { in x86_dma_stop()
6046 *countp = x86_getcnt(pp); in x86_dma_stop()