Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/serial/
Dsh-sci.c90 #define SCI_SR(x) BIT((x) - 1) macro
93 #define SCI_SR_SCIFAB SCI_SR(5) | SCI_SR(7) | SCI_SR(11) | \
94 SCI_SR(13) | SCI_SR(16) | SCI_SR(17) | \
95 SCI_SR(19) | SCI_SR(27)
103 if ((_port)->sampling_rate_mask & SCI_SR((_sr)))
193 .sampling_rate_mask = SCI_SR(32),
215 .sampling_rate_mask = SCI_SR(32),
289 .sampling_rate_mask = SCI_SR(32),
316 .sampling_rate_mask = SCI_SR(32),
338 .sampling_rate_mask = SCI_SR(32),
[all …]