Home
last modified time | relevance | path

Searched refs:read_words (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/spi/
H A Dspi-rockchip-sfc.c400 u8 read_words; in rockchip_sfc_read_fifo() local
410 read_words = min_t(u32, rx_level, dwords); in rockchip_sfc_read_fifo()
411 ioread32_rep(sfc->regbase + SFC_DATA, buf, read_words); in rockchip_sfc_read_fifo()
412 buf += read_words << 2; in rockchip_sfc_read_fifo()
413 dwords -= read_words; in rockchip_sfc_read_fifo()
H A Dspi-tegra20-sflash.c206 unsigned int read_words = 0; in tegra_sflash_read_rx_fifo_to_client_rxbuf() local
216 read_words++; in tegra_sflash_read_rx_fifo_to_client_rxbuf()
219 tsd->cur_rx_pos += read_words * tsd->bytes_per_word; in tegra_sflash_read_rx_fifo_to_client_rxbuf()
H A Dspi-tegra20-slink.c336 unsigned int read_words = 0; in tegra_slink_read_rx_fifo_to_client_rxbuf() local
350 read_words += tspi->curr_dma_words; in tegra_slink_read_rx_fifo_to_client_rxbuf()
358 read_words += rx_full_count; in tegra_slink_read_rx_fifo_to_client_rxbuf()
360 return read_words; in tegra_slink_read_rx_fifo_to_client_rxbuf()
H A Dspi-tegra114.c349 unsigned int read_words = 0; in tegra_spi_read_rx_fifo_to_client_rxbuf() local
363 read_words += tspi->curr_dma_words; in tegra_spi_read_rx_fifo_to_client_rxbuf()
380 read_words += rx_full_count; in tegra_spi_read_rx_fifo_to_client_rxbuf()
384 return read_words; in tegra_spi_read_rx_fifo_to_client_rxbuf()
H A Dspi-tegra210-quad.c360 unsigned int read_words = 0; in tegra_qspi_read_rx_fifo_to_client_rxbuf() local
374 read_words += tqspi->curr_dma_words; in tegra_qspi_read_rx_fifo_to_client_rxbuf()
392 read_words += rx_full_count; in tegra_qspi_read_rx_fifo_to_client_rxbuf()
396 return read_words; in tegra_qspi_read_rx_fifo_to_client_rxbuf()
/openbmc/u-boot/scripts/
H A Dcheckpatch.pl693 sub read_words { subroutine
721 read_words(\$const_structs, $conststructsfile)
726 read_words(\$typeOtherTypedefs, $typedefsfile)
/openbmc/linux/scripts/
H A Dcheckpatch.pl979 sub read_words { subroutine
1008 read_words(\$const_structs, $conststructsfile)
1014 read_words(\$typeOtherTypedefs, $typedefsfile)