Searched refs:SPI_STATISTICS_HISTO_SIZE (Results 1 – 3 of 3) sorted by relevance
89 #define SPI_STATISTICS_HISTO_SIZE 17 macro90 u64_stats_t transfer_bytes_histo[SPI_STATISTICS_HISTO_SIZE];
351 l2len = min(fls(len), SPI_STATISTICS_HISTO_SIZE) - 1; in spi_mem_add_op_stats()
311 int l2len = min(fls(xfer->len), SPI_STATISTICS_HISTO_SIZE) - 1; in spi_statistics_add_transfer_stats()