Home
last modified time | relevance | path

Searched refs:copy_words (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/mmc/host/
H A Dbcm2835.c340 int copy_words; in bcm2835_transfer_block_pio() local
361 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()
/linux/fs/
H A Dfile.c125 unsigned int copy_words) in copy_fd_bitmaps() argument
130 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()