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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/parport/
H A Dparport_ip32.c488 static struct parport_ip32_dma_data parport_ip32_dma; variable in typeref:struct:parport_ip32_dma_data
501 spin_lock_irqsave(&parport_ip32_dma.lock, flags);
502 if (parport_ip32_dma.left > 0) {
506 volatile u64 __iomem *ctxreg = (parport_ip32_dma.ctx == 0) ?
511 if (parport_ip32_dma.left <= limit) {
512 count = parport_ip32_dma.left;
522 (unsigned int)parport_ip32_dma.buf,
523 (unsigned int)parport_ip32_dma.next,
525 parport_ip32_dma.ctx, ctxval ? "*" : "");
527 ctxval |= parport_ip32_dma
[all...]

Completed in 108 milliseconds