Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dmax98396.c456 int in, out, width, bsel, max_sr; member
458 { .in = 2, .out = 4, .width = 16, .bsel = MAX98396_BSEL_32, .max_sr = 192000 },
459 { .in = 2, .out = 6, .width = 24, .bsel = MAX98396_BSEL_48, .max_sr = 192000 },
460 { .in = 2, .out = 8, .width = 32, .bsel = MAX98396_BSEL_64, .max_sr = 192000 },
461 { .in = 3, .out = 15, .width = 32, .bsel = MAX98396_BSEL_125, .max_sr = 192000 },
462 { .in = 4, .out = 8, .width = 16, .bsel = MAX98396_BSEL_64, .max_sr = 192000 },
463 { .in = 4, .out = 12, .width = 24, .bsel = MAX98396_BSEL_96, .max_sr = 192000 },
464 { .in = 4, .out = 16, .width = 32, .bsel = MAX98396_BSEL_128, .max_sr = 192000 },
465 { .in = 5, .out = 15, .width = 24, .bsel = MAX98396_BSEL_125, .max_sr = 192000 },
600 if (params_rate(params) > max98396_pcm_configs[ret].max_sr) { in max98396_dai_hw_params()
[all …]
/openbmc/linux/drivers/tty/serial/
H A Dsh-sci.c96 #define max_sr(_port) fls((_port)->sampling_rate_mask) macro
100 for ((_sr) = max_sr(_port); (_sr) >= min_sr(_port); (_sr)--) \