Home
last modified time | relevance | path

Searched refs:HDLC_TXIDLE_ONES (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dsynclink.h95 #define HDLC_TXIDLE_ONES 3 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.h95 #define HDLC_TXIDLE_ONES 3 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.h95 #define HDLC_TXIDLE_ONES 3 macro
/OK3568_Linux_fs/kernel/drivers/tty/
H A Dsynclink.c5963 case HDLC_TXIDLE_ONES: usc_idle_mode = IDLEMODE_ONE; break; in usc_set_txidle()
5995 case HDLC_TXIDLE_ONES: in usc_set_txidle()
H A Dsynclinkmp.c4708 case HDLC_TXIDLE_ONES: RegValue = 0xff; break; in tx_set_idle()