Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/
H A Dsh-sci.c95 #define min_sr(_port) ffs((_port)->sampling_rate_mask)
96 #define max_sr(_port) fls((_port)->sampling_rate_mask)
101 if ((_port)->sampling_rate_mask & SCI_SR((_sr)))
112 unsigned int sampling_rate_mask; member
123 unsigned int sampling_rate_mask; member
194 .sampling_rate_mask = SCI_SR(32),
216 .sampling_rate_mask = SCI_SR(32),
240 .sampling_rate_mask = SCI_SR_SCIFAB,
265 .sampling_rate_mask = SCI_SR_SCIFAB,
290 .sampling_rate_mask = SCI_SR(32),
[all …]