Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/mmc/host/
Dbcm2835.c338 int copy_words; in bcm2835_transfer_block_pio() local
359 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()
/linux-6.12.1/fs/
Dfile.c56 unsigned int copy_words) in copy_fd_bitmaps() argument
61 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()