Searched refs:copy_words (Results 1 – 2 of 2) sorted by relevance
338 int copy_words; in bcm2835_transfer_block_pio() local359 copy_words = len / 4; in bcm2835_transfer_block_pio()361 while (copy_words) { in bcm2835_transfer_block_pio()365 burst_words = min(SDDATA_FIFO_PIO_BURST, copy_words); in bcm2835_transfer_block_pio()401 } else if (words > copy_words) { in bcm2835_transfer_block_pio()402 words = copy_words; in bcm2835_transfer_block_pio()405 copy_words -= words; in bcm2835_transfer_block_pio()
56 unsigned int copy_words) in copy_fd_bitmaps() argument61 copy_words * BITS_PER_LONG, nwords * BITS_PER_LONG); in copy_fd_bitmaps()63 copy_words * BITS_PER_LONG, nwords * BITS_PER_LONG); in copy_fd_bitmaps()65 copy_words, nwords); in copy_fd_bitmaps()