Home
last modified time | relevance | path

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

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

Completed in 18 milliseconds