Home
last modified time | relevance | path

Searched refs:HDLC_ENCODING_NRZ (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/include/uapi/linux/
Dsynclink.h102 #define HDLC_ENCODING_NRZ 0 macro
/Linux-v6.6/drivers/tty/
Dsynclink_gt.c1358 case ENCODING_NRZ: new_encoding = HDLC_ENCODING_NRZ; break; in hdlcdev_attach()