Searched refs:baud (Results 1 – 14 of 14) sorted by relevance
/device/linaro/bootloader/OpenPlatformPkg/Drivers/I2c/MvI2cDxe/ |
D | MvI2cDxe.h | 66 #define I2C_M_FROM_BAUD(baud) (((baud) >> 3) & 0xf) argument 67 #define I2C_N_FROM_BAUD(baud) ((baud) & 0x7) argument
|
D | MvI2cDxe.c | 339 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/ |
D | usart.c | 87 uint32_t baud, UsartDataBitsCfg data_bits, in usartOpen() argument 119 div = (baseClk * 25) / (baud * 2); in usartOpen()
|
/device/google/contexthub/firmware/os/inc/ |
D | usart.h | 62 uint32_t baud, UsartDataBitsCfg data_bits,
|
/device/linaro/bootloader/OpenPlatformPkg/Documentation/Marvell/PortingGuide/ |
D | I2c.txt | 20 (baud rate used in I2C transmission)
|
/device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/ |
D | SerialDebug.asm | 121 ; Configure baud rate
|
/device/linaro/bootloader/edk2/CorebootModulePkg/Include/ |
D | Coreboot.h | 167 UINT32 baud; member
|
/device/linaro/bootloader/edk2/QuarkPlatformPkg/ |
D | Readme.md | 27 - 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/ |
D | CbParseLib.c | 577 *pBaudrate = CbSerial->baud; in CbParseSerialInfo()
|
/device/linaro/bootloader/edk2/MdePkg/ |
D | MdePkg.uni | 297 …enSpaceGuid_PcdUartDefaultBaudRate_HELP #language en-US "Indicates the default baud rate of UART."
|
D | MdePkg.dec | 2081 ## Indicates the default baud rate of UART.
|
/device/linaro/bootloader/edk2/MdeModulePkg/ |
D | MdeModulePkg.uni | 191 …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."
|
D | MdeModulePkg.dec | 982 ## 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/ |
D | UefiShellDebug1CommandsLib.uni | 843 " baudrate - Specifies a baud rate for specified serial port.\r\n"
|