Home
last modified time | relevance | path

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

/openbmc/linux/sound/core/
H A Dpcm_param_trace.h15 HW_PARAM_ENTRY(SAMPLE_BITS), \
/openbmc/linux/drivers/input/touchscreen/
H A Dads7846.c61 #define SAMPLE_BITS (8 /*cmd*/ + 16 /*sample*/ + 2 /* before, after */) macro
1193 if (spi->max_speed_hz > (125000 * SAMPLE_BITS)) { in ads7846_probe()
1195 (spi->max_speed_hz/SAMPLE_BITS)/1000); in ads7846_probe()
/openbmc/linux/sound/soc/
H A Dsoc-pcm.c414 __soc_pcm_apply_symmetry(sample_bits, SAMPLE_BITS); in soc_pcm_apply_symmetry()