words_to_read 336 drivers/char/xilinx_hwicap/buffer_icap.c u32 words_to_read = words_to_read 345 drivers/char/xilinx_hwicap/buffer_icap.c words_to_read); words_to_read 297 drivers/char/xilinx_hwicap/fifo_icap.c u32 words_to_read; words_to_read 310 drivers/char/xilinx_hwicap/fifo_icap.c words_to_read = remaining_words; words_to_read 313 drivers/char/xilinx_hwicap/fifo_icap.c if (words_to_read > XHI_MAX_READ_TRANSACTION_WORDS) words_to_read 314 drivers/char/xilinx_hwicap/fifo_icap.c words_to_read = XHI_MAX_READ_TRANSACTION_WORDS; words_to_read 316 drivers/char/xilinx_hwicap/fifo_icap.c remaining_words -= words_to_read; words_to_read 318 drivers/char/xilinx_hwicap/fifo_icap.c fifo_icap_set_read_size(drvdata, words_to_read); words_to_read 321 drivers/char/xilinx_hwicap/fifo_icap.c while (words_to_read > 0) { words_to_read 331 drivers/char/xilinx_hwicap/fifo_icap.c if (read_fifo_occupancy > words_to_read) words_to_read 332 drivers/char/xilinx_hwicap/fifo_icap.c read_fifo_occupancy = words_to_read; words_to_read 334 drivers/char/xilinx_hwicap/fifo_icap.c words_to_read -= read_fifo_occupancy; words_to_read 858 drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c u16 words_to_read; words_to_read 871 drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c words_to_read = FW_MAX_READ_BUFFER_SIZE / 2; words_to_read 873 drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c words_to_read = words; words_to_read 883 drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c buffer.length = (__force u16)cpu_to_be16(words_to_read * 2); words_to_read 894 drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c for (i = 0; i < words_to_read; i++) { words_to_read 902 drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c if (i < words_to_read) { words_to_read 908 drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c words -= words_to_read; words_to_read 303 drivers/spi/spi-qcom-qspi.c unsigned int words_to_read; words_to_read 318 drivers/spi/spi-qcom-qspi.c words_to_read = wr_cnts / QSPI_BYTES_PER_WORD; words_to_read 321 drivers/spi/spi-qcom-qspi.c if (words_to_read) { words_to_read 323 drivers/spi/spi-qcom-qspi.c ctrl->xfer.rem_bytes -= words_to_read * QSPI_BYTES_PER_WORD; words_to_read 324 drivers/spi/spi-qcom-qspi.c ioread32_rep(ctrl->base + RD_FIFO, word_buf, words_to_read); words_to_read 325 drivers/spi/spi-qcom-qspi.c ctrl->xfer.rx_buf = word_buf + words_to_read;