asc_update_bits   185 drivers/tty/serial/lantiq.c 				asc_update_bits(0, ASCWHBSTATE_CLRPE,
asc_update_bits   189 drivers/tty/serial/lantiq.c 				asc_update_bits(0, ASCWHBSTATE_CLRFE,
asc_update_bits   194 drivers/tty/serial/lantiq.c 				asc_update_bits(0, ASCWHBSTATE_CLRROE,
asc_update_bits   278 drivers/tty/serial/lantiq.c 	asc_update_bits(0, ASCWHBSTATE_CLRPE | ASCWHBSTATE_CLRFE |
asc_update_bits   360 drivers/tty/serial/lantiq.c 	asc_update_bits(ASCCLC_DISS | ASCCLC_RMCMASK, (1 << ASCCLC_RMCOFFSET),
asc_update_bits   376 drivers/tty/serial/lantiq.c 	asc_update_bits(0, ASCCON_M_8ASYNC | ASCCON_FEN | ASCCON_TOEN |
asc_update_bits   400 drivers/tty/serial/lantiq.c 	asc_update_bits(ASCRXFCON_RXFEN, ASCRXFCON_RXFFLU,
asc_update_bits   402 drivers/tty/serial/lantiq.c 	asc_update_bits(ASCTXFCON_TXFEN, ASCTXFCON_TXFFLU,
asc_update_bits   476 drivers/tty/serial/lantiq.c 	asc_update_bits(0, con, port->membase + LTQ_ASC_CON);
asc_update_bits   484 drivers/tty/serial/lantiq.c 	asc_update_bits(ASCCON_R, 0, port->membase + LTQ_ASC_CON);
asc_update_bits   487 drivers/tty/serial/lantiq.c 	asc_update_bits(ASCCON_FDE, 0, port->membase + LTQ_ASC_CON);
asc_update_bits   490 drivers/tty/serial/lantiq.c 	asc_update_bits(ASCCON_BRS, 0, port->membase + LTQ_ASC_CON);
asc_update_bits   496 drivers/tty/serial/lantiq.c 	asc_update_bits(0, ASCCON_R, port->membase + LTQ_ASC_CON);