Searched refs:ST_LSM6DSR_FIFO_SAMPLE_SIZE (Results 1 – 2 of 2) sorted by relevance
309 u8 buf[6 * ST_LSM6DSR_FIFO_SAMPLE_SIZE], tag, *ptr; in st_lsm6dsr_read_fifo()330 fifo_len = fifo_depth * ST_LSM6DSR_FIFO_SAMPLE_SIZE; in st_lsm6dsr_read_fifo()341 for (i = 0; i < word_len; i += ST_LSM6DSR_FIFO_SAMPLE_SIZE) { in st_lsm6dsr_read_fifo()
114 #define ST_LSM6DSR_FIFO_SAMPLE_SIZE (ST_LSM6DSR_SAMPLE_SIZE + \ macro