Home
last modified time | relevance | path

Searched full:38400 (Results 1 – 25 of 286) sorted by relevance

12345678910>>...12

/openbmc/linux/Documentation/networking/
H A Deql.rst165 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 Dclocks_get_m_n.c97 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 Dag101p.dts14 …/* 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 Dae3xx.dts15 …/* 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 Dintel_cdclk.c1264 { .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 Dms7750se_defconfig6 CONFIG_BOOTARGS="console=ttySC0,38400"
30 CONFIG_BAUDRATE=38400
H A Dap325rxa_defconfig6 CONFIG_BOOTARGS="console=ttySC2,38400"
35 CONFIG_BAUDRATE=38400
H A Dintegratorap_cm720t_defconfig26 CONFIG_BAUDRATE=38400
H A Dintegratorap_cm926ejs_defconfig26 CONFIG_BAUDRATE=38400
H A Dintegratorap_cm920t_defconfig26 CONFIG_BAUDRATE=38400
H A Dintegratorap_cm946es_defconfig26 CONFIG_BAUDRATE=38400
H A Dae350_rv32_defconfig33 CONFIG_BAUDRATE=38400
H A Dadp-ag101p_defconfig33 CONFIG_BAUDRATE=38400
H A Dintegratorcp_cm920t_defconfig24 CONFIG_BAUDRATE=38400
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dserial-midi.yaml23 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 Dtty_flags.h19 #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 DREADME.serial_multi35 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 Dnet-cw1200.h48 .ref_clk = 38400,
71 .ref_clk = 38400,
/openbmc/linux/drivers/tty/
H A Dpty.c561 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 Dserial_pl01x.c120 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 Dserial_sti_asc.c93 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 Dterastation_pro2-setup.c269 /* 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 Dudbg_scc.c128 * 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 DSerialInterface.v1_2_1.json42 "38400",
53 "38400": "A bit rate of 38400 bit/s.", string
/openbmc/linux/Documentation/devicetree/bindings/leds/backlight/
H A Dzii,rave-sp-backlight.txt17 current-speed = <38400>;

12345678910>>...12