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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/parport/
H A Dparport_ip32.c487 static struct parport_ip32_dma_data parport_ip32_dma; variable in typeref:struct:parport_ip32_dma_data
500 spin_lock_irqsave(&parport_ip32_dma.lock, flags);
501 if (parport_ip32_dma.left > 0) {
505 volatile u64 __iomem *ctxreg = (parport_ip32_dma.ctx == 0) ?
510 if (parport_ip32_dma.left <= limit) {
511 count = parport_ip32_dma.left;
521 (unsigned int)parport_ip32_dma.buf,
522 (unsigned int)parport_ip32_dma.next,
524 parport_ip32_dma.ctx, ctxval ? "*" : "");
526 ctxval |= parport_ip32_dma
[all...]

Completed in 57 milliseconds