Home
last modified time | relevance | path

Searched refs:SPI_STATISTICS_HISTO_SIZE (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/spi/
H A Dspi.h91 #define SPI_STATISTICS_HISTO_SIZE 17 macro
92 u64_stats_t transfer_bytes_histo[SPI_STATISTICS_HISTO_SIZE];
/linux/drivers/spi/
H A Dspi.c497 int l2len = min(fls(xfer->len), SPI_STATISTICS_HISTO_SIZE) - 1; in spi_statistics_add_transfer_stats()