Searched refs:SPI_STATISTICS_HISTO_SIZE (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/spi/
H A Dspi.h84 #define SPI_STATISTICS_HISTO_SIZE 17 macro
85 u64_stats_t transfer_bytes_histo[SPI_STATISTICS_HISTO_SIZE];
/linux-master/drivers/spi/
H A Dspi-mem.c321 l2len = min(fls(len), SPI_STATISTICS_HISTO_SIZE) - 1;
H A Dspi.c317 int l2len = min(fls(xfer->len), SPI_STATISTICS_HISTO_SIZE) - 1;

Completed in 146 milliseconds