Searched refs:SPI_STATISTICS_HISTO_SIZE (Results 1 – 3 of 3) sorted by relevance
84 #define SPI_STATISTICS_HISTO_SIZE 17 macro85 u64_stats_t transfer_bytes_histo[SPI_STATISTICS_HISTO_SIZE];
321 l2len = min(fls(len), SPI_STATISTICS_HISTO_SIZE) - 1; in spi_mem_add_op_stats()
317 int l2len = min(fls(xfer->len), SPI_STATISTICS_HISTO_SIZE) - 1; in spi_statistics_add_transfer_stats()
Completed in 18 milliseconds