Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/serial/
Dmpsc.c204 #define MPSC_MPCR 0x0008 macro
659 readl(pi->mpsc_base + MPSC_MPCR); in mpsc_freeze()
664 writel(v, pi->mpsc_base + MPSC_MPCR); in mpsc_freeze()
672 readl(pi->mpsc_base + MPSC_MPCR); in mpsc_unfreeze()
677 writel(v, pi->mpsc_base + MPSC_MPCR); in mpsc_unfreeze()
689 readl(pi->mpsc_base + MPSC_MPCR); in mpsc_set_char_length()
694 writel(v, pi->mpsc_base + MPSC_MPCR); in mpsc_set_char_length()
705 readl(pi->mpsc_base + MPSC_MPCR); in mpsc_set_stop_bit_length()
711 writel(v, pi->mpsc_base + MPSC_MPCR); in mpsc_set_stop_bit_length()
1667 data = readl(pi->mpsc_base + MPSC_MPCR); in mpsc_put_poll_char()