/kernel/linux/linux-5.10/drivers/spi/ |
H A D | spi-tegra20-sflash.c | 162 unsigned max_word; in tegra_sflash_calculate_curr_xfer_param() local 165 max_word = remain_len / tsd->bytes_per_word; in tegra_sflash_calculate_curr_xfer_param() 166 if (max_word > SPI_FIFO_DEPTH) in tegra_sflash_calculate_curr_xfer_param() 167 max_word = SPI_FIFO_DEPTH; in tegra_sflash_calculate_curr_xfer_param() 168 tsd->curr_xfer_words = max_word; in tegra_sflash_calculate_curr_xfer_param() 169 return max_word; in tegra_sflash_calculate_curr_xfer_param()
|
H A D | spi-tegra20-slink.c | 259 unsigned max_word; in tegra_slink_calculate_curr_xfer_param() local 281 max_word = (remain_len - 1) / tspi->bytes_per_word + 1; in tegra_slink_calculate_curr_xfer_param() 282 max_word = min(max_word, tspi->max_buf_size/4); in tegra_slink_calculate_curr_xfer_param() 283 tspi->curr_dma_words = max_word; in tegra_slink_calculate_curr_xfer_param() 284 total_fifo_words = max_word; in tegra_slink_calculate_curr_xfer_param()
|
H A D | spi-tegra114.c | 263 unsigned max_word; in tegra_spi_calculate_curr_xfer_param() local 284 max_word = (remain_len - 1) / tspi->bytes_per_word + 1; in tegra_spi_calculate_curr_xfer_param() 285 max_word = min(max_word, tspi->max_buf_size/4); in tegra_spi_calculate_curr_xfer_param() 286 tspi->curr_dma_words = max_word; in tegra_spi_calculate_curr_xfer_param() 287 total_fifo_words = max_word; in tegra_spi_calculate_curr_xfer_param()
|
/kernel/linux/linux-6.6/drivers/spi/ |
H A D | spi-tegra20-sflash.c | 162 unsigned max_word; in tegra_sflash_calculate_curr_xfer_param() local 165 max_word = remain_len / tsd->bytes_per_word; in tegra_sflash_calculate_curr_xfer_param() 166 if (max_word > SPI_FIFO_DEPTH) in tegra_sflash_calculate_curr_xfer_param() 167 max_word = SPI_FIFO_DEPTH; in tegra_sflash_calculate_curr_xfer_param() 168 tsd->curr_xfer_words = max_word; in tegra_sflash_calculate_curr_xfer_param() 169 return max_word; in tegra_sflash_calculate_curr_xfer_param()
|
H A D | spi-tegra20-slink.c | 258 unsigned max_word; in tegra_slink_calculate_curr_xfer_param() local 280 max_word = (remain_len - 1) / tspi->bytes_per_word + 1; in tegra_slink_calculate_curr_xfer_param() 281 max_word = min(max_word, tspi->max_buf_size/4); in tegra_slink_calculate_curr_xfer_param() 282 tspi->curr_dma_words = max_word; in tegra_slink_calculate_curr_xfer_param() 283 total_fifo_words = max_word; in tegra_slink_calculate_curr_xfer_param()
|
H A D | spi-tegra114.c | 262 unsigned max_word; in tegra_spi_calculate_curr_xfer_param() local 283 max_word = (remain_len - 1) / tspi->bytes_per_word + 1; in tegra_spi_calculate_curr_xfer_param() 284 max_word = min(max_word, tspi->max_buf_size/4); in tegra_spi_calculate_curr_xfer_param() 285 tspi->curr_dma_words = max_word; in tegra_spi_calculate_curr_xfer_param() 286 total_fifo_words = max_word; in tegra_spi_calculate_curr_xfer_param()
|
H A D | spi-tegra210-quad.c | 270 unsigned int max_word, max_len, total_fifo_words; in tegra_qspi_calculate_curr_xfer_param() local 297 max_word = (remain_len - 1) / tqspi->bytes_per_word + 1; in tegra_qspi_calculate_curr_xfer_param() 298 max_word = min(max_word, tqspi->max_buf_size / 4); in tegra_qspi_calculate_curr_xfer_param() 299 tqspi->curr_dma_words = max_word; in tegra_qspi_calculate_curr_xfer_param() 300 total_fifo_words = max_word; in tegra_qspi_calculate_curr_xfer_param()
|
/kernel/linux/linux-5.10/drivers/soundwire/ |
H A D | mipi_disco.c | 130 &dp0->max_word); in sdw_slave_read_dp0() 189 &dpn[i].max_word); in sdw_slave_read_dpn()
|
H A D | sysfs_slave.c | 44 * |---- max_word 51 * |---- max_word 152 sdw_dp0_attr(max_word, "%d\n");
|
H A D | sysfs_slave_dpn.c | 99 sdw_dpn_attr(max_word); variable
|
/kernel/linux/linux-6.6/drivers/soundwire/ |
H A D | mipi_disco.c | 130 &dp0->max_word); in sdw_slave_read_dp0() 189 &dpn[i].max_word); in sdw_slave_read_dpn()
|
H A D | sysfs_slave.c | 44 * |---- max_word 51 * |---- max_word 152 sdw_dp0_attr(max_word, "%d\n");
|
H A D | sysfs_slave_dpn.c | 99 sdw_dpn_attr(max_word); variable
|
/kernel/linux/linux-5.10/arch/mips/include/asm/octeon/ |
H A D | cvmx-sli-defs.h | 83 __BITFIELD_FIELD(uint64_t max_word:4,
|
H A D | cvmx-npi-defs.h | 369 uint64_t max_word:5; member 375 uint64_t max_word:5; 410 uint64_t max_word:5; member 416 uint64_t max_word:5; 448 uint64_t max_word:5; member 454 uint64_t max_word:5;
|
H A D | cvmx-npei-defs.h | 2870 uint64_t max_word:4; member 2874 uint64_t max_word:4;
|
/kernel/linux/linux-6.6/arch/mips/include/asm/octeon/ |
H A D | cvmx-sli-defs.h | 83 __BITFIELD_FIELD(uint64_t max_word:4,
|
H A D | cvmx-npi-defs.h | 369 uint64_t max_word:5; member 375 uint64_t max_word:5; 410 uint64_t max_word:5; member 416 uint64_t max_word:5; 448 uint64_t max_word:5; member 454 uint64_t max_word:5;
|
/kernel/linux/linux-6.6/drivers/mfd/ |
H A D | cs42l43-sdw.c | 24 .max_word = 24, \
|
/kernel/linux/linux-5.10/include/linux/soundwire/ |
H A D | sdw.h | 219 * @max_word: Maximum number of bits in a Payload Channel Sample, 1 to 64 236 u32 max_word; member 280 * @max_word: Maximum number of bits in a Payload Channel Sample, 1 to 64 310 u32 max_word; member
|
/kernel/linux/linux-6.6/include/linux/soundwire/ |
H A D | sdw.h | 229 * @max_word: Maximum number of bits in a Payload Channel Sample, 1 to 64 246 u32 max_word; member 290 * @max_word: Maximum number of bits in a Payload Channel Sample, 1 to 64 320 u32 max_word; member
|
/kernel/linux/linux-5.10/arch/mips/pci/ |
H A D | pci-octeon.c | 375 ctl_status.s.max_word = 1; in octeon_pci_initialize()
|
H A D | pcie-octeon.c | 884 npei_mem_access_ctl.s.max_word = 0; /* Allow 16 words to combine */ in __cvmx_pcie_rc_initialize_gen1() 1336 sli_mem_access_ctl.s.max_word = 0; /* Allow 16 words to combine */ in __cvmx_pcie_rc_initialize_gen2()
|
/kernel/linux/linux-6.6/arch/mips/pci/ |
H A D | pci-octeon.c | 375 ctl_status.s.max_word = 1; in octeon_pci_initialize()
|
H A D | pcie-octeon.c | 884 npei_mem_access_ctl.s.max_word = 0; /* Allow 16 words to combine */ in __cvmx_pcie_rc_initialize_gen1() 1336 sli_mem_access_ctl.s.max_word = 0; /* Allow 16 words to combine */ in __cvmx_pcie_rc_initialize_gen2()
|