Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/tty/serial/
Dlantiq.c123 static inline void asc_update_bits(u32 clear, u32 set, void __iomem *reg) in asc_update_bits() function
190 asc_update_bits(0, ASCWHBSTATE_CLRPE, in lqasc_rx_chars()
194 asc_update_bits(0, ASCWHBSTATE_CLRFE, in lqasc_rx_chars()
199 asc_update_bits(0, ASCWHBSTATE_CLRROE, in lqasc_rx_chars()
282 asc_update_bits(0, ASCWHBSTATE_CLRPE | ASCWHBSTATE_CLRFE | in lqasc_err_int()
364 asc_update_bits(ASCCLC_DISS | ASCCLC_RMCMASK, (1 << ASCCLC_RMCOFFSET), in lqasc_startup()
380 asc_update_bits(0, ASCCON_M_8ASYNC | ASCCON_FEN | ASCCON_TOEN | in lqasc_startup()
404 asc_update_bits(ASCRXFCON_RXFEN, ASCRXFCON_RXFFLU, in lqasc_shutdown()
406 asc_update_bits(ASCTXFCON_TXFEN, ASCTXFCON_TXFFLU, in lqasc_shutdown()
480 asc_update_bits(0, con, port->membase + LTQ_ASC_CON); in lqasc_set_termios()
[all …]