Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dlantiq.c123 static inline void asc_update_bits(u32 clear, u32 set, void __iomem *reg) in asc_update_bits() function
193 asc_update_bits(0, ASCWHBSTATE_CLRPE, in lqasc_rx_chars()
197 asc_update_bits(0, ASCWHBSTATE_CLRFE, in lqasc_rx_chars()
202 asc_update_bits(0, ASCWHBSTATE_CLRROE, in lqasc_rx_chars()
256 asc_update_bits(0, ASCWHBSTATE_CLRPE | ASCWHBSTATE_CLRFE | in lqasc_err_int()
338 asc_update_bits(ASCCLC_DISS | ASCCLC_RMCMASK, (1 << ASCCLC_RMCOFFSET), in lqasc_startup()
354 asc_update_bits(0, ASCCON_M_8ASYNC | ASCCON_FEN | ASCCON_TOEN | in lqasc_startup()
378 asc_update_bits(ASCRXFCON_RXFEN, ASCRXFCON_RXFFLU, in lqasc_shutdown()
380 asc_update_bits(ASCTXFCON_TXFEN, ASCTXFCON_TXFFLU, in lqasc_shutdown()
454 asc_update_bits(0, con, port->membase + LTQ_ASC_CON); in lqasc_set_termios()
[all …]