/openbmc/linux/Documentation/networking/ |
H A D | eql.rst | 165 baud 38400 174 baud 38400 279 38400 75.3 311 4 38400 900 25.2 153600 114795 74 312 4 38400 600 26.4 153600 109577 71 313 4 38400 400 27.3 153600 105965 68 317 3 38400 900 30.3 115200 95473.3 82 318 3 38400 600 31.2 115200 92719.2 80 322 3 38400 400 33.5 115200 86353.4 74 323 2 38400 900 43.7 76800 66197.7 86 [all …]
|
/openbmc/u-boot/tools/omap/ |
H A D | clocks_get_m_n.c | 97 get_m_n_optimized(2000000, 38400, &m, &n); in main() 106 get_m_n_optimized(1200000, 38400, &m, &n); in main() 115 get_m_n_optimized(1584000, 38400, &m, &n); in main() 124 get_m_n_optimized(1600000, 38400, &m, &n); in main() 133 get_m_n_optimized(1536000, 38400, &m, &n); in main() 142 get_m_n_optimized(1862000, 38400, &m, &n); in main() 151 get_m_n_optimized(1290000, 38400, &m, &n); in main() 160 get_m_n_optimized(196608, 38400, &m, &n); in main() 172 get_m_n_optimized(1920000, 38400, &m, &n); in main() 183 get_m_n_optimized(1523712, 38400, &m, &n); in main()
|
/openbmc/u-boot/arch/nds32/dts/ |
H A D | ag101p.dts | 14 …/* bootargs = "console=ttyS0,38400n8 earlyprintk=uart8250-32bit,0x99600000 debug bootmem_debug mem… 15 bootargs = "console=ttyS0,38400n8 earlyprintk=uart8250-32bit,0x99600000 debug loglevel=7"; 16 stdout-path = "uart0:38400n8";
|
H A D | ae3xx.dts | 15 …/* bootargs = "console=ttyS0,38400n8 earlyprintk=uart8250-32bit,0xf0300000 debug bootmem_debug mem… 16 bootargs = "console=ttyS0,38400n8 earlyprintk=uart8250-32bit,0xf0300000 debug loglevel=7"; 17 stdout-path = "uart0:38400n8";
|
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_cdclk.c | 1264 { .refclk = 38400, .cdclk = 172800, .divider = 2, .ratio = 9 }, 1265 { .refclk = 38400, .cdclk = 192000, .divider = 2, .ratio = 10 }, 1266 { .refclk = 38400, .cdclk = 307200, .divider = 2, .ratio = 16 }, 1267 { .refclk = 38400, .cdclk = 326400, .divider = 4, .ratio = 34 }, 1268 { .refclk = 38400, .cdclk = 556800, .divider = 2, .ratio = 29 }, 1269 { .refclk = 38400, .cdclk = 652800, .divider = 2, .ratio = 34 }, 1288 { .refclk = 38400, .cdclk = 172800, .divider = 4, .ratio = 18 }, 1289 { .refclk = 38400, .cdclk = 192000, .divider = 4, .ratio = 20 }, 1290 { .refclk = 38400, .cdclk = 307200, .divider = 4, .ratio = 32 }, 1291 { .refclk = 38400, .cdclk = 326400, .divider = 8, .ratio = 68 }, [all …]
|
/openbmc/u-boot/configs/ |
H A D | ms7750se_defconfig | 6 CONFIG_BOOTARGS="console=ttySC0,38400" 30 CONFIG_BAUDRATE=38400
|
H A D | ap325rxa_defconfig | 6 CONFIG_BOOTARGS="console=ttySC2,38400" 35 CONFIG_BAUDRATE=38400
|
H A D | integratorap_cm720t_defconfig | 26 CONFIG_BAUDRATE=38400
|
H A D | integratorap_cm926ejs_defconfig | 26 CONFIG_BAUDRATE=38400
|
H A D | integratorap_cm920t_defconfig | 26 CONFIG_BAUDRATE=38400
|
H A D | integratorap_cm946es_defconfig | 26 CONFIG_BAUDRATE=38400
|
H A D | ae350_rv32_defconfig | 33 CONFIG_BAUDRATE=38400
|
H A D | adp-ag101p_defconfig | 33 CONFIG_BAUDRATE=38400
|
H A D | integratorcp_cm920t_defconfig | 24 CONFIG_BAUDRATE=38400
|
/openbmc/linux/Documentation/devicetree/bindings/sound/ |
H A D | serial-midi.yaml | 23 results in the standard MIDI baud rate, and set the 'current-speed' property to 38400 (default) 31 default: 38400
|
/openbmc/linux/include/uapi/linux/ |
H A D | tty_flags.h | 19 #define ASYNCB_SPD_HI 4 /* Use 57600 instead of 38400 bps */ 20 #define ASYNCB_SPD_VHI 5 /* Use 115200 instead of 38400 bps */ 28 #define ASYNCB_SPD_SHI 12 /* Use 230400 instead of 38400 bps */
|
/openbmc/u-boot/doc/ |
H A D | README.serial_multi | 35 setenv sout serial_scc; setenv baudrate 38400 37 After that press 'enter' at the SCC console. Note that baudrates <38400
|
/openbmc/linux/include/linux/platform_data/ |
H A D | net-cw1200.h | 48 .ref_clk = 38400, 71 .ref_clk = 38400,
|
/openbmc/linux/drivers/tty/ |
H A D | pty.c | 561 pty_driver->init_termios.c_ispeed = 38400; in legacy_pty_init() 562 pty_driver->init_termios.c_ospeed = 38400; in legacy_pty_init() 574 pty_slave_driver->init_termios.c_ispeed = 38400; in legacy_pty_init() 575 pty_slave_driver->init_termios.c_ospeed = 38400; in legacy_pty_init() 903 ptm_driver->init_termios.c_ispeed = 38400; in unix98_pty_init() 904 ptm_driver->init_termios.c_ospeed = 38400; in unix98_pty_init() 916 pts_driver->init_termios.c_ispeed = 38400; in unix98_pty_init() 917 pts_driver->init_termios.c_ospeed = 38400; in unix98_pty_init()
|
/openbmc/u-boot/drivers/serial/ |
H A D | serial_pl01x.c | 120 case 38400: in pl01x_generic_setbrg() 199 * Integrator AP has two UARTs, we use the first one, at 38400-8-N-1 200 * Integrator CP has two UARTs, use the first one, at 38400-8-N-1
|
H A D | serial_sti_asc.c | 93 case 38400: in _sti_asc_serial_setbrg() 94 t = BAUDRATE_VAL_M1(38400); in _sti_asc_serial_setbrg()
|
/openbmc/linux/arch/arm/mach-orion5x/ |
H A D | terastation_pro2-setup.c | 269 /* 38400 baud divisor */ in tsp2_power_off() 270 const unsigned divisor = ((orion5x_tclk + (8 * 38400)) / (16 * 38400)); in tsp2_power_off() 274 /* hijack uart1 and reset into sane state (38400,8n1,even parity) */ in tsp2_power_off()
|
/openbmc/linux/arch/powerpc/platforms/powermac/ |
H A D | udbg_scc.c | 128 * Setup for 38400 or 57600 8N1 depending on the machine in udbg_scc_init() 142 /* Others default to 38400 */ in udbg_scc_init()
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
H A D | SerialInterface.v1_2_1.json | 42 "38400", 53 "38400": "A bit rate of 38400 bit/s.", string
|
/openbmc/linux/Documentation/devicetree/bindings/leds/backlight/ |
H A D | zii,rave-sp-backlight.txt | 17 current-speed = <38400>;
|