Searched refs:utcr3 (Results 1 – 2 of 2) sorted by relevance
146 u32 utcr3; in sa1100_stop_tx() local148 utcr3 = UART_GET_UTCR3(sport); in sa1100_stop_tx()149 UART_PUT_UTCR3(sport, utcr3 & ~UTCR3_TIE); in sa1100_stop_tx()159 u32 utcr3; in sa1100_start_tx() local161 utcr3 = UART_GET_UTCR3(sport); in sa1100_start_tx()163 UART_PUT_UTCR3(sport, utcr3 | UTCR3_TIE); in sa1100_start_tx()172 u32 utcr3; in sa1100_stop_rx() local174 utcr3 = UART_GET_UTCR3(sport); in sa1100_stop_rx()175 UART_PUT_UTCR3(sport, utcr3 & ~UTCR3_RIE); in sa1100_stop_rx()345 unsigned int utcr3; in sa1100_break_ctl() local[all …]
104 unsigned char utcr3; member802 sr.utcr3 = Ser2UTCR3; in init_hardware()941 Ser2UTCR3 = sr.utcr3; in drop_hardware()