Searched refs:SER_ISO7816_ENABLED (Results 1 – 3 of 3) sorted by relevance
175 #define SER_ISO7816_ENABLED (1 << 0) macro
58 iso7816conf.flags |= SER_ISO7816_ENABLED;
231 (port->iso7816.flags & SER_ISO7816_ENABLED); in atmel_uart_is_half_duplex()372 if (iso7816conf->flags & SER_ISO7816_ENABLED) { in atmel_config_iso7816()414 if (!(port->iso7816.flags & SER_ISO7816_ENABLED)) { in atmel_config_iso7816()2228 } else if (port->iso7816.flags & SER_ISO7816_ENABLED) { in atmel_set_termios()2344 if (!(port->iso7816.flags & SER_ISO7816_ENABLED)) in atmel_set_termios()
Completed in 10 milliseconds