Home
last modified time | relevance | path

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

/openbmc/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)))
192 .sampling_rate_mask = SCI_SR(32),
214 .sampling_rate_mask = SCI_SR(32),
288 .sampling_rate_mask = SCI_SR(32),
316 .sampling_rate_mask = SCI_SR(32),
338 .sampling_rate_mask = SCI_SR(32),
[all …]