Lines Matching defs:next
460 * @next: address of next bytes to DMA transfer
462 * @ctx: next context to write (0: context_a; 1: context_b)
469 dma_addr_t next;
479 * parport_ip32_dma_setup_context - setup next DMA context
511 (unsigned int)parport_ip32_dma.next,
515 ctxval |= parport_ip32_dma.next &
520 parport_ip32_dma.next += count;
595 parport_ip32_dma.next = parport_ip32_dma.buf;
604 (parport_ip32_dma.next & (MACEPAR_CONTEXT_DATA_BOUND - 1));