Home
last modified time | relevance | path

Searched refs:SER_ISO7816_T (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/Documentation/driver-api/serial/
H A Dserial-iso7816.rst62 iso7816conf.flags |= SER_ISO7816_T(0);
64 iso7816conf.flags |= SER_ISO7816_T(1);
/openbmc/linux/include/uapi/linux/
H A Dserial.h177 #define SER_ISO7816_T(t) (((t) & 0x0f) << 4) macro
/openbmc/linux/drivers/tty/serial/
H A Datmel_serial.c382 == SER_ISO7816_T(0)) { in atmel_config_iso7816()
385 == SER_ISO7816_T(1)) { in atmel_config_iso7816()
2234 == SER_ISO7816_T(0)) in atmel_set_termios()