Home
last modified time | relevance | path

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

/linux-6.6.21/sound/soc/codecs/
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 },
466 { .in = 7, .out = 15, .width = 16, .bsel = MAX98396_BSEL_125, .max_sr = 192000 },
[all …]
/linux-6.6.21/drivers/tty/serial/
Dsh-sci.c96 #define max_sr(_port) fls((_port)->sampling_rate_mask) macro
100 for ((_sr) = max_sr(_port); (_sr) >= min_sr(_port); (_sr)--) \