| /OK3568_Linux_fs/u-boot/tools/gdb/ |
| H A D | serial.c | 19 static struct termios tios = { BRKINT, 0, B115200|CS8|CREAD, 0, { 0 } }; 21 static struct termios tios = { BRKINT, 0, B115200|CS8|CREAD, 0, 0 }; 37 { "115200", B115200 },
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-devtools/brcm-tools/files/ |
| H A D | brcm_patchram_plus1.c | 242 { 115200, B115200 }, 635 cfsetospeed(&termios, B115200); in init_uart() 636 cfsetispeed(&termios, B115200); in init_uart() 754 cfsetospeed(&termios, B115200); in proc_patchram() 755 cfsetispeed(&termios, B115200); in proc_patchram()
|
| /OK3568_Linux_fs/external/rkwifibt/tools/brcm_tools/ |
| H A D | brcm_patchram_plus1.c | 292 { 115200, B115200 }, 685 cfsetospeed(&termios, B115200); in init_uart() 686 cfsetispeed(&termios, B115200); in init_uart() 852 cfsetospeed(&termios, B115200); in proc_patchram() 853 cfsetispeed(&termios, B115200); in proc_patchram()
|
| /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/bits/ |
| H A D | termios-baud.h | 34 #define B115200 0010002 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/bits/ |
| H A D | termios-baud.h | 34 #define B115200 0010002 macro
|
| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/ |
| H A D | bt_test.c | 857 cfsetospeed(&termios, B115200); in init_uart_brcm() 858 cfsetispeed(&termios, B115200); in init_uart_brcm() 890 cfsetospeed(&termios, B115200); in init_uart_rtk() 891 cfsetispeed(&termios, B115200); in init_uart_rtk()
|
| /OK3568_Linux_fs/app/forlinx/forlinx_cmd/fltest_uarttest/ |
| H A D | uarttest.c | 24 speed_t speed = B115200; in main()
|
| /OK3568_Linux_fs/kernel/arch/sh/kernel/ |
| H A D | sh_bios.c | 130 cflag |= B115200 | CS8 | /*no parity*/0; in sh_console_setup()
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | rbsb.c | 94 #ifdef B115200 95 {115200, B115200},
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/shared/ |
| H A D | posix_tty.c | 100 #ifdef B115200 in GetBaud() 102 return B115200; in GetBaud()
|
| /OK3568_Linux_fs/app/forlinx/quectelCM/ |
| H A D | util.c | 56 cfsetispeed(&ios, B115200); in cm_open_dev() 57 cfsetospeed(&ios, B115200); in cm_open_dev()
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/uapi/asm/ |
| H A D | termbits.h | 147 #define B115200 0010002 macro
|
| /OK3568_Linux_fs/kernel/include/uapi/asm-generic/ |
| H A D | termbits.h | 146 #define B115200 0010002 macro
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/uapi/asm/ |
| H A D | termbits.h | 142 #define B115200 00021 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/asm-generic/ |
| H A D | termbits.h | 146 #define B115200 0010002 macro
|
| /OK3568_Linux_fs/kernel/arch/ia64/include/uapi/asm/ |
| H A D | termbits.h | 155 #define B115200 0010002 macro
|
| /OK3568_Linux_fs/kernel/arch/xtensa/include/uapi/asm/ |
| H A D | termbits.h | 163 #define B115200 0010002 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/asm-generic/ |
| H A D | termbits.h | 146 #define B115200 0010002 macro
|
| /OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/ |
| H A D | termbits.h | 170 #define B115200 0010002 macro
|
| /OK3568_Linux_fs/kernel/arch/alpha/include/uapi/asm/ |
| H A D | termbits.h | 154 #define B115200 00021 macro
|
| /OK3568_Linux_fs/kernel/drivers/tty/ |
| H A D | tty_baudrate.c | 33 B4800, B9600, B19200, B38400, B57600, B115200, B230400, B460800,
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/ |
| H A D | termbits.h | 179 #define B115200 0x00001002 macro
|
| /OK3568_Linux_fs/kernel/drivers/tty/serial/ |
| H A D | suncore.c | 142 case 115200: cflag |= B115200; break; in sunserial_console_termios()
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | kwboot.c | 233 return B115200; in kwboot_tty_speed() 721 speed = B115200; in main()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxx11/gprs/ |
| H A D | gprs.cpp | 208 cfsetospeed(&serialAttr,B115200); in openSerialPort()
|