Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/serial/
Dmpsc.c198 #define MPSC_MPCR 0x0008 macro
653 readl(pi->mpsc_base + MPSC_MPCR); in mpsc_freeze()
658 writel(v, pi->mpsc_base + MPSC_MPCR); in mpsc_freeze()
666 readl(pi->mpsc_base + MPSC_MPCR); in mpsc_unfreeze()
671 writel(v, pi->mpsc_base + MPSC_MPCR); in mpsc_unfreeze()
683 readl(pi->mpsc_base + MPSC_MPCR); in mpsc_set_char_length()
688 writel(v, pi->mpsc_base + MPSC_MPCR); in mpsc_set_char_length()
699 readl(pi->mpsc_base + MPSC_MPCR); in mpsc_set_stop_bit_length()
705 writel(v, pi->mpsc_base + MPSC_MPCR); in mpsc_set_stop_bit_length()
1661 data = readl(pi->mpsc_base + MPSC_MPCR); in mpsc_put_poll_char()