Home
last modified time | relevance | path

Searched refs:baud (Results 1 – 14 of 14) sorted by relevance

/device/linaro/bootloader/OpenPlatformPkg/Drivers/I2c/MvI2cDxe/
DMvI2cDxe.h66 #define I2C_M_FROM_BAUD(baud) (((baud) >> 3) & 0xf) argument
67 #define I2C_N_FROM_BAUD(baud) ((baud) & 0x7) argument
DMvI2cDxe.c339 UINT32 cur, diff, diff0, baud; in MvI2cCalBaudRate() local
343 baud = I2C_READ(I2cMasterContext, I2C_BAUD_RATE); in MvI2cCalBaudRate()
344 m0 = I2C_M_FROM_BAUD(baud); in MvI2cCalBaudRate()
345 n0 = I2C_N_FROM_BAUD(baud); in MvI2cCalBaudRate()
/device/google/contexthub/firmware/os/platform/stm32/
Dusart.c87 uint32_t baud, UsartDataBitsCfg data_bits, in usartOpen() argument
119 div = (baseClk * 25) / (baud * 2); in usartOpen()
/device/google/contexthub/firmware/os/inc/
Dusart.h62 uint32_t baud, UsartDataBitsCfg data_bits,
/device/linaro/bootloader/OpenPlatformPkg/Documentation/Marvell/PortingGuide/
DI2c.txt20 (baud rate used in I2C transmission)
/device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/
DSerialDebug.asm121 ; Configure baud rate
/device/linaro/bootloader/edk2/CorebootModulePkg/Include/
DCoreboot.h167 UINT32 baud; member
/device/linaro/bootloader/edk2/QuarkPlatformPkg/
DReadme.md27 - Serial UART up to 921600 baud for console, logging, and debug
400 example also shows a baud rate of 921600 which is correct for a Galileo Gen 2.
401 If a Galileo Gen 1 is being used, set the baud rate to 460800. By default, the
440 The following batch file starts Tera Term serial console on COM5 at 921600 baud,
503 The GRUB boot loader is set to a UART baud rate of 115200. A couple changes are
504 required to change the baud rate to 460800 for Galileo Gen 1 or 921600 for
531 * When the serial log messages stop, change the Tera Term baud rate to 115200
534 * Change the baud rate of ttyS1 from 115200 to 460800 for Galileo Gen 1 or
543 * Set the Tera Term baud rate back to 460800 for Galileo Gen 1 or 921600 for
547 the same baud rate.
/device/linaro/bootloader/edk2/CorebootModulePkg/Library/CbParseLib/
DCbParseLib.c577 *pBaudrate = CbSerial->baud; in CbParseSerialInfo()
/device/linaro/bootloader/edk2/MdePkg/
DMdePkg.uni297 …enSpaceGuid_PcdUartDefaultBaudRate_HELP #language en-US "Indicates the default baud rate of UART."
DMdePkg.dec2081 ## Indicates the default baud rate of UART.
/device/linaro/bootloader/edk2/MdeModulePkg/
DMdeModulePkg.uni191 …erialBaudRate_HELP #language en-US "Baud rate for the 16550 serial port. Default is 115200 baud."
312 …PcdSerialClockRate_HELP #language en-US "UART clock frequency is for the baud rate configuration."
DMdeModulePkg.dec982 ## Baud rate for the 16550 serial port. Default is 115200 baud.
1279 ## UART clock frequency is for the baud rate configuration.
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
DUefiShellDebug1CommandsLib.uni843 " baudrate - Specifies a baud rate for specified serial port.\r\n"