Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/
H A Dsh-sci.c88 #define SCI_SR(x) BIT((x) - 1) macro
91 #define SCI_SR_SCIFAB SCI_SR(5) | SCI_SR(7) | SCI_SR(11) | \
92 SCI_SR(13) | SCI_SR(16) | SCI_SR(17) | \
93 SCI_SR(19) | SCI_SR(27)
101 if ((_port)->sampling_rate_mask & SCI_SR((_sr)))
194 .sampling_rate_mask = SCI_SR(32),
216 .sampling_rate_mask = SCI_SR(32),
290 .sampling_rate_mask = SCI_SR(32),
318 .sampling_rate_mask = SCI_SR(32),
349 .sampling_rate_mask = SCI_SR(32),
[all …]