Symbol: dw8250_writel_ext
drivers/tty/serial/8250/8250_dw.c
477
dw8250_writel_ext(p, RZN1_UART_RDMACR, 0);
drivers/tty/serial/8250/8250_dw.c
478
dw8250_writel_ext(p, DW_UART_DMASA, 1);
drivers/tty/serial/8250/8250_dw.c
625
dw8250_writel_ext(up, RZN1_UART_TDMACR, 0);
drivers/tty/serial/8250/8250_dw.c
629
dw8250_writel_ext(up, RZN1_UART_TDMACR, val);
drivers/tty/serial/8250/8250_dw.c
638
dw8250_writel_ext(up, RZN1_UART_RDMACR, 0);
drivers/tty/serial/8250/8250_dw.c
642
dw8250_writel_ext(up, RZN1_UART_RDMACR, val);
drivers/tty/serial/8250/8250_dwlib.c
131
dw8250_writel_ext(p, DW_UART_RE_EN, 0);
drivers/tty/serial/8250/8250_dwlib.c
133
dw8250_writel_ext(p, DW_UART_RAR, addr);
drivers/tty/serial/8250/8250_dwlib.c
135
dw8250_writel_ext(p, DW_UART_RE_EN, re_en);
drivers/tty/serial/8250/8250_dwlib.c
171
dw8250_writel_ext(p, DW_UART_TAR, rs485->addr_dest);
drivers/tty/serial/8250/8250_dwlib.c
177
dw8250_writel_ext(p, DW_UART_LCR_EXT, lcr);
drivers/tty/serial/8250/8250_dwlib.c
195
dw8250_writel_ext(p, DW_UART_DE_EN, 1);
drivers/tty/serial/8250/8250_dwlib.c
196
dw8250_writel_ext(p, DW_UART_RE_EN, 1);
drivers/tty/serial/8250/8250_dwlib.c
213
dw8250_writel_ext(p, DW_UART_TCR, tcr);
drivers/tty/serial/8250/8250_dwlib.c
230
dw8250_writel_ext(p, DW_UART_RE_EN, 1);
drivers/tty/serial/8250/8250_dwlib.c
232
dw8250_writel_ext(p, DW_UART_RE_EN, 0);
drivers/tty/serial/8250/8250_dwlib.c
263
dw8250_writel_ext(p, DW_UART_DLF, ~0U);
drivers/tty/serial/8250/8250_dwlib.c
265
dw8250_writel_ext(p, DW_UART_DLF, old_dlf);
drivers/tty/serial/8250/8250_dwlib.c
91
dw8250_writel_ext(p, DW_UART_DLF, quot_frac);