Searched refs:asc_update_bits (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.10/drivers/tty/serial/ |
| D | lantiq.c | 125 static inline void asc_update_bits(u32 clear, u32 set, void __iomem *reg) in asc_update_bits() function 185 asc_update_bits(0, ASCWHBSTATE_CLRPE, in lqasc_rx_chars() 189 asc_update_bits(0, ASCWHBSTATE_CLRFE, in lqasc_rx_chars() 194 asc_update_bits(0, ASCWHBSTATE_CLRROE, in lqasc_rx_chars() 278 asc_update_bits(0, ASCWHBSTATE_CLRPE | ASCWHBSTATE_CLRFE | in lqasc_err_int() 360 asc_update_bits(ASCCLC_DISS | ASCCLC_RMCMASK, (1 << ASCCLC_RMCOFFSET), in lqasc_startup() 376 asc_update_bits(0, ASCCON_M_8ASYNC | ASCCON_FEN | ASCCON_TOEN | in lqasc_startup() 400 asc_update_bits(ASCRXFCON_RXFEN, ASCRXFCON_RXFFLU, in lqasc_shutdown() 402 asc_update_bits(ASCTXFCON_TXFEN, ASCTXFCON_TXFFLU, in lqasc_shutdown() 476 asc_update_bits(0, con, port->membase + LTQ_ASC_CON); in lqasc_set_termios() [all …]
|