Searched refs:old_config (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Dv850e_uart.c62 v850e_uart_config_t old_config;
73 old_config = V850E_UART_CONFIG (chan);
79 old_config = 0; /* Force the uart to be re-initialized. */
85 if (! (old_config & V850E_UART_CONFIG_ENABLED)) {
91 old_config = V850E_UART_CONFIG (chan);
94 if (new_config != old_config) {
100 unsigned changed_bits = new_config ^ old_config;
113 |= (old_config & V850E_UART_CONFIG_RX_ENABLE);
116 |= (old_config & V850E_UART_CONFIG_TX_ENABLE);
121 V850E_UART_CONFIG (chan) = old_config
61 v850e_uart_config_t old_config; local
[all...]

Completed in 35 milliseconds