Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/serial/
Dmpsc.c200 #define MPSC_CHR_2 0x0010 macro
617 writel(0, pi->mpsc_base + MPSC_CHR_2); in mpsc_hw_init()
634 pi->mpsc_base + MPSC_CHR_2); in mpsc_enter_hunt()
638 writel(readl(pi->mpsc_base + MPSC_CHR_2) | MPSC_CHR_2_EH, in mpsc_enter_hunt()
639 pi->mpsc_base + MPSC_CHR_2); in mpsc_enter_hunt()
641 while (readl(pi->mpsc_base + MPSC_CHR_2) & MPSC_CHR_2_EH) in mpsc_enter_hunt()
715 readl(pi->mpsc_base + MPSC_CHR_2); in mpsc_set_parity()
722 writel(v, pi->mpsc_base + MPSC_CHR_2); in mpsc_set_parity()
1327 pi->mpsc_base + MPSC_CHR_2); in mpsc_stop_rx()
1331 writel(readl(pi->mpsc_base + MPSC_CHR_2) | MPSC_CHR_2_RA, in mpsc_stop_rx()
[all …]