HomeSort by relevance Sort by last modified time
    Searched refs:baud (Results 1 - 25 of 31) sorted by null

1 2

  /hardware/qcom/bt/msm8909/libbt-vendor/src/
hci_uart.c 65 ** Description helper function converts USERIAL baud rates into TCIO
66 ** conforming baud rates
71 uint8_t userial_to_tcio_baud(uint8_t cfg_baud, uint32_t *baud)
74 *baud = B115200;
76 *baud = B4000000;
78 *baud = B3000000;
80 *baud = B2000000;
82 *baud = B1000000;
84 *baud = B921600;
86 *baud = B460800
228 uint32_t baud; local
    [all...]
  /hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/
hci_uart.c 67 ** Description helper function converts USERIAL baud rates into TCIO
68 ** conforming baud rates
73 uint8_t userial_to_tcio_baud(uint8_t cfg_baud, uint32_t *baud)
76 *baud = B115200;
78 *baud = B4000000;
80 *baud = B3000000;
82 *baud = B2000000;
84 *baud = B1000000;
86 *baud = B921600;
88 *baud = B460800
230 uint32_t baud; local
    [all...]
  /hardware/qcom/bt/msm8992/libbt-vendor/src/
hci_uart.c 66 ** Description helper function converts USERIAL baud rates into TCIO
67 ** conforming baud rates
72 uint8_t userial_to_tcio_baud(uint8_t cfg_baud, uint32_t *baud)
75 *baud = B115200;
77 *baud = B4000000;
79 *baud = B3000000;
81 *baud = B2000000;
83 *baud = B1000000;
85 *baud = B921600;
87 *baud = B460800
229 uint32_t baud; local
    [all...]
  /hardware/qcom/bt/msm8996/libbt-vendor/src/
hci_uart.c 69 ** Description helper function converts USERIAL baud rates into TCIO
70 ** conforming baud rates
75 uint8_t userial_to_tcio_baud(uint8_t cfg_baud, uint32_t *baud)
78 *baud = B115200;
80 *baud = B4000000;
82 *baud = B3000000;
84 *baud = B2000000;
86 *baud = B1000000;
88 *baud = B921600;
90 *baud = B460800
232 uint32_t baud; local
    [all...]
  /hardware/qcom/bt/msm8998/libbt-vendor/src/
hci_uart.c 71 ** Description helper function converts USERIAL baud rates into TCIO
72 ** conforming baud rates
77 uint8_t userial_to_tcio_baud(uint8_t cfg_baud, uint32_t *baud)
80 *baud = B115200;
82 *baud = B4000000;
84 *baud = B3000000;
86 *baud = B2000000;
88 *baud = B1000000;
90 *baud = B921600;
92 *baud = B460800
234 uint32_t baud; local
    [all...]
  /external/devlib/devlib/module/
cooling.py 30 def __init__(self, target, port='/dev/ttyACM0', baud=115200, fan_pin=0):
33 self.baud = baud
39 baudrate=self.baud) as target:
45 baudrate=self.baud) as target:
  /hardware/broadcom/libbt/src/
userial_vendor.c 82 ** Description helper function converts USERIAL baud rates into TCIO
83 ** conforming baud rates
88 uint8_t userial_to_tcio_baud(uint8_t cfg_baud, uint32_t *baud)
91 *baud = B115200;
93 *baud = B4000000;
95 *baud = B3000000;
97 *baud = B2000000;
99 *baud = B1000000;
101 *baud = B921600;
103 *baud = B460800
195 uint32_t baud; local
    [all...]
hardware.c 136 uint8_t f_set_baud_2; /* Baud rate switch state */
352 ** Description helper function converts line speed number into USERIAL baud
355 ** Returns unit8_t (USERIAL baud symbol)
360 uint8_t baud; local
363 baud = USERIAL_BAUD_4M;
365 baud = USERIAL_BAUD_3M;
367 baud = USERIAL_BAUD_2M;
369 baud = USERIAL_BAUD_1M;
371 baud = USERIAL_BAUD_921600;
373 baud = USERIAL_BAUD_460800
    [all...]
  /hardware/qcom/bt/msm8909w_3100/libbt-vendor/include/
hci_uart.h 28 /**** baud rates ****/
108 uint8_t baud; /* Baud rate */ member in struct:__anon48707
211 ** Description Set new baud rate
233 ** Description helper function converts USERIAL baud rates into TCIO
234 ** conforming baud rates
239 uint8_t userial_to_tcio_baud(uint8_t cfg_baud, uint32_t *baud);
245 ** Description helper function converts TCIO baud rate into integer
250 int userial_tcio_baud_to_int(uint32_t baud);
  /hardware/qcom/bt/msm8998/libbt-vendor/include/
hci_uart.h 29 /**** baud rates ****/
109 uint8_t baud; /* Baud rate */ member in struct:__anon48776
212 ** Description Set new baud rate
234 ** Description helper function converts USERIAL baud rates into TCIO
235 ** conforming baud rates
240 uint8_t userial_to_tcio_baud(uint8_t cfg_baud, uint32_t *baud);
246 ** Description helper function converts TCIO baud rate into integer
251 int userial_tcio_baud_to_int(uint32_t baud);
  /external/chromium-trace/catapult/third_party/pyserial/serial/
sermsdos.py 72 baudrate: baud rate
100 self.baud = BAUD_RATES[baudrate]
118 self._config(self.portstr, self.baud, self.parity,
127 def _config(self, port, baud, parity, data, stop, retry,
130 , " BAUD= ", baud, " PARITY= ", parity
195 , self.baud, self.parity, self.bytesize, self.stop,
  /device/google/contexthub/firmware/os/inc/
usart.h 62 uint32_t baud, UsartDataBitsCfg data_bits,
  /hardware/broadcom/libbt/include/
userial_vendor.h 38 /**** baud rates ****/
99 uint8_t baud; /* Baud rate */ member in struct:__anon46926
156 ** Description Set new baud rate
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/I2c/MvI2cDxe/
MvI2cDxe.h 66 #define I2C_M_FROM_BAUD(baud) (((baud) >> 3) & 0xf)
67 #define I2C_N_FROM_BAUD(baud) ((baud) & 0x7)
MvI2cDxe.c 339 UINT32 cur, diff, diff0, baud; local
343 baud = I2C_READ(I2cMasterContext, I2C_BAUD_RATE);
344 m0 = I2C_M_FROM_BAUD(baud);
345 n0 = I2C_N_FROM_BAUD(baud);
346 /* Calculate baud rate. */
  /device/google/contexthub/firmware/os/platform/stm32/
usart.c 87 uint32_t baud, UsartDataBitsCfg data_bits,
119 div = (baseClk * 25) / (baud * 2);
  /hardware/qcom/bt/msm8909/libbt-vendor/include/
hci_uart.h 26 /**** baud rates ****/
104 uint8_t baud; /* Baud rate */ member in struct:__anon48684
207 ** Description Set new baud rate
  /hardware/qcom/bt/msm8992/libbt-vendor/include/
hci_uart.h 26 /**** baud rates ****/
104 uint8_t baud; /* Baud rate */ member in struct:__anon48730
207 ** Description Set new baud rate
  /hardware/qcom/bt/msm8996/libbt-vendor/include/
hci_uart.h 26 /**** baud rates ****/
104 uint8_t baud; /* Baud rate */ member in struct:__anon48752
207 ** Description Set new baud rate
  /external/toybox/toys/pending/
stty.c 56 static int baud(speed_t speed) function
62 static speed_t speed(int baud)
66 for (i=0;i<ARRAY_LEN(bauds);i++) if (bauds[i] == baud) break;
67 if (i == ARRAY_LEN(bauds)) error_exit("unknown speed: %d", baud);
192 int ispeed = baud(cfgetispeed(t)), ospeed = baud(cfgetospeed(t));
193 char *fmt = verbose ? "ispeed %d baud; ospeed %d baud;" : "%d %d\n";
  /external/syslinux/com32/elflink/ldlinux/
readconfig.c 1311 uint32_t baud; local
1324 baud = DEFAULT_BAUD;
1328 /* setup baud */
1329 baud = atoi(p);
1350 * Parse baud
1352 if (baud < 75) {
1353 /* < 75 baud == bogus */
1358 baud = BAUD_DIVISOR / baud;
1359 baud &= 0xffff
    [all...]
  /device/linaro/bootloader/edk2/CorebootModulePkg/Include/
Coreboot.h 167 UINT32 baud; member in struct:cb_serial
174 // to eventually arrive at the desired console baud-rate.
  /external/syslinux/com32/gdbstub/
serial.c 47 #error Bad ttys0 baud rate
143 /* Set Baud Rate Divisor to COMSPEED, and test to see if the
  /external/syslinux/gpxe/src/core/
serial.c 52 #error Bad ttys0 baud rate
165 /* Set Baud Rate Divisor to COMSPEED, and test to see if the
  /device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/
SerialDebug.asm 121 ; Configure baud rate

Completed in 598 milliseconds

1 2