Searched refs:copy_words (Results 1 – 2 of 2) sorted by relevance
340 int copy_words; in bcm2835_transfer_block_pio() local361 copy_words = len / 4; in bcm2835_transfer_block_pio()363 while (copy_words) { in bcm2835_transfer_block_pio()367 burst_words = min(SDDATA_FIFO_PIO_BURST, copy_words); in bcm2835_transfer_block_pio()402 } else if (words > copy_words) { in bcm2835_transfer_block_pio()403 words = copy_words; in bcm2835_transfer_block_pio()406 copy_words -= words; in bcm2835_transfer_block_pio()
125 unsigned int copy_words) in copy_fd_bitmaps() argument130 copy_words * BITS_PER_LONG, nwords * BITS_PER_LONG); in copy_fd_bitmaps()132 copy_words * BITS_PER_LONG, nwords * BITS_PER_LONG); in copy_fd_bitmaps()134 copy_words, nwords); in copy_fd_bitmaps()