Searched refs:SER_ISO7816_ENABLED (Results 1 – 3 of 3) sorted by relevance
142 #define SER_ISO7816_ENABLED (1 << 0) macro
58 iso7816conf.flags |= SER_ISO7816_ENABLED;
229 (port->iso7816.flags & SER_ISO7816_ENABLED); in atmel_uart_is_half_duplex()369 if (iso7816conf->flags & SER_ISO7816_ENABLED) { in atmel_config_iso7816()411 if (!(port->iso7816.flags & SER_ISO7816_ENABLED)) { in atmel_config_iso7816()2216 } else if (port->iso7816.flags & SER_ISO7816_ENABLED) { in atmel_set_termios()2282 if (!(port->iso7816.flags & SER_ISO7816_ENABLED)) in atmel_set_termios()
Completed in 9 milliseconds