imxuart.c | 1038 * RTS output is controlled by UCR2.CTS bit. 1042 * note: if UCR2.CTSC == 1 for automatic HW flow control, UCR2.CTS is ignored. 1050 uint32_t ucr2 = sc->sc_ucr2_d; local in function:tiocm_to_imxu 1064 CLR(ucr2, ucr2_mask); 1069 SET(ucr2, ucr2_mask); 1074 CLR(ucr2, ucr2_mask); 1076 SET(ucr2, ucr2_mask); 1086 if (ucr2 == sc->sc_ucr2_d) 1089 sc->sc_ucr2_d = ucr2; 1180 uint32_t ucr2; local in function:imxuparam 1968 uint32_t ucr1, ucr2; local in function:imxuart_control_rxint 2018 uint32_t ucr2; local in function:imxuart_load_params [all...] |