HomeSort by relevance Sort by last modified time
    Searched refs:baud (Results 1 - 25 of 33) 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/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 68 ** Description helper function converts USERIAL baud rates into TCIO
69 ** conforming baud rates
74 uint8_t userial_to_tcio_baud(uint8_t cfg_baud, uint32_t *baud)
77 *baud = B115200;
79 *baud = B4000000;
81 *baud = B3000000;
83 *baud = B2000000;
85 *baud = B1000000;
87 *baud = B921600;
89 *baud = B460800
231 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...]
  /hardware/qcom/bt/sdm845/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...]
  /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 81 ** Description helper function converts USERIAL baud rates into TCIO
82 ** conforming baud rates
87 uint8_t userial_to_tcio_baud(uint8_t cfg_baud, uint32_t *baud)
90 *baud = B115200;
92 *baud = B4000000;
94 *baud = B3000000;
96 *baud = B2000000;
98 *baud = B1000000;
100 *baud = B921600;
102 *baud = B460800
194 uint32_t baud; local
    [all...]
hardware.c 134 uint8_t f_set_baud_2; /* Baud rate switch state */
350 ** Description helper function converts line speed number into USERIAL baud
353 ** Returns unit8_t (USERIAL baud symbol)
358 uint8_t baud; local
361 baud = USERIAL_BAUD_4M;
363 baud = USERIAL_BAUD_3M;
365 baud = USERIAL_BAUD_2M;
367 baud = USERIAL_BAUD_1M;
369 baud = USERIAL_BAUD_921600;
371 baud = USERIAL_BAUD_460800
    [all...]
  /external/openssh/
ttymodes.c 70 * Converts POSIX speed_t to a baud rate. The values of the
160 * Converts a numeric baud rate to a POSIX speed_t.
163 baud_to_speed(int baud)
165 switch (baud) {
283 int baud; local
311 /* Store input and output baud rates. */
312 baud = speed_to_baud(cfgetospeed(&tio));
314 buffer_put_int(&buf, baud);
315 baud = speed_to_baud(cfgetispeed(&tio));
317 buffer_put_int(&buf, baud);
351 int opcode, baud; local
    [all...]
  /hardware/qcom/bt/msm8998/libbt-vendor/include/
hci_uart.h 29 /**** baud rates ****/
109 uint8_t baud; /* Baud rate */ member in struct:__anon43635
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);
  /hardware/qcom/bt/sdm845/libbt-vendor/include/
hci_uart.h 28 /**** baud rates ****/
108 uint8_t baud; /* Baud rate */ member in struct:__anon43659
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);
  /system/nfc/halimpl/bcm2079x/adaptation/
userial_linux.c 183 uint16_t baud; member in struct:__anon114622
522 ** Description This function convert USERIAL baud to line speed.
529 extern uint32_t USERIAL_GetLineSpeed(uint8_t baud) {
530 return (baud <= USERIAL_BAUD_4M) ? userial_baud_tbl[baud - USERIAL_BAUD_300]
538 ** Description This function convert line speed to USERIAL baud.
832 ** Description helper function converts USERIAL baud rates into TCIO
833 *conforming baud rates
838 ** FALSE - unsupported baud rate, default of 115200 is used
841 bool userial_to_tcio_baud(uint8_t cfg_baud, uint32_t* baud) {
918 uint32_t baud = 0; local
    [all...]
  /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,
  /system/nfc/halimpl/bcm2079x/include/
userial.h 55 /**** baud rates ****/
203 uint8_t baud; /* Baud rate */ member in struct:__anon114633
214 uint8_t baud; member in union:__anon114634
256 ** Description This function convert USERIAL baud to line speed.
263 extern uint32_t USERIAL_GetLineSpeed(uint8_t baud);
268 ** Description This function convert line speed to USERIAL baud.
  /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:__anon41851
156 ** Description Set new 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:__anon43566
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:__anon43589
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:__anon43611
207 ** Description Set new baud rate
  /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
  /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 951 milliseconds

1 2