Home
last modified time | relevance | path

Searched refs:HDLC_ENCODING_NRZB (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dsynclink.h103 #define HDLC_ENCODING_NRZB 1 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dsynclink.h103 #define HDLC_ENCODING_NRZB 1 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dsynclink.h103 #define HDLC_ENCODING_NRZB 1 macro
/OK3568_Linux_fs/kernel/drivers/tty/
H A Dsynclink.c4593 case HDLC_ENCODING_NRZB: RegValue |= BIT13; break; in usc_set_sdlc_mode()
4665 case HDLC_ENCODING_NRZB: RegValue |= BIT13; break; in usc_set_sdlc_mode()
4836 case HDLC_ENCODING_NRZB: in usc_set_sdlc_mode()
H A Dsynclink_gt.c4223 case HDLC_ENCODING_NRZB: val |= BIT10; break; in sync_mode()
4296 case HDLC_ENCODING_NRZB: val |= BIT10; break; in sync_mode()
H A Dsynclinkmp.c4561 case HDLC_ENCODING_NRZB: /* not supported */ in hdlc_mode()
/OK3568_Linux_fs/kernel/drivers/char/pcmcia/
H A Dsynclink_cs.c3133 if (info->params.encoding == HDLC_ENCODING_NRZB) in hdlc_mode()