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

1 2 3 4 5 6 7

  /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...]
  /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 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/msm8998/libbt-vendor/include/
hci_uart.h 28 /**** baud rates ****/
108 uint8_t baud; /* Baud rate */ member in struct:__anon41738
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);
  /external/syslinux/bios/com32/samples/
serialinfo.c32 
  /external/syslinux/efi32/com32/samples/
serialinfo.c32 
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/InteractiveIO/
TerminalFunctions.c 23 /** Get input baud rate.
25 Extracts the input baud rate from the termios structure pointed to by the
29 the input baud rate.
42 /** Get output baud rate.
44 Extracts the output baud rate from the termios structure pointed to by the
48 the output baud rate.
61 /** Set input baud rate.
63 Replaces the input baud rate, in the termios structure pointed to by the
67 the input baud rate.
68 @param[in] NewSpeed The new input baud rate.
    [all...]
  /external/openssh/
ttymodes.c 71 * Converts POSIX speed_t to a baud rate. The values of the
161 * Converts a numeric baud rate to a POSIX speed_t.
164 baud_to_speed(int baud)
166 switch (baud) {
284 int baud; local
312 /* Store input and output baud rates. */
313 baud = speed_to_baud(cfgetospeed(&tio));
315 buffer_put_int(&buf, baud);
316 baud = speed_to_baud(cfgetispeed(&tio));
318 buffer_put_int(&buf, baud);
352 int opcode, baud; local
    [all...]
  /external/kernel-headers/original/uapi/linux/
isdnif.h 38 #define ISDN_PROTO_L2_V11096 7 /* V.110 bitrate adaption 9600 Baud */
39 #define ISDN_PROTO_L2_V11019 8 /* V.110 bitrate adaption 19200 Baud */
40 #define ISDN_PROTO_L2_V11038 9 /* V.110 bitrate adaption 38400 Baud */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
isdnif.h 38 #define ISDN_PROTO_L2_V11096 7 /* V.110 bitrate adaption 9600 Baud */
39 #define ISDN_PROTO_L2_V11019 8 /* V.110 bitrate adaption 19200 Baud */
40 #define ISDN_PROTO_L2_V11038 9 /* V.110 bitrate adaption 38400 Baud */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
isdnif.h 38 #define ISDN_PROTO_L2_V11096 7 /* V.110 bitrate adaption 9600 Baud */
39 #define ISDN_PROTO_L2_V11019 8 /* V.110 bitrate adaption 19200 Baud */
40 #define ISDN_PROTO_L2_V11038 9 /* V.110 bitrate adaption 38400 Baud */
  /hardware/broadcom/libbt/include/
userial_vendor.h 38 /**** baud rates ****/
99 uint8_t baud; /* Baud rate */ member in struct:__anon39964
156 ** Description Set new baud rate
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
termios.h 48 /* Return the output baud rate stored in *TERMIOS_P. */
51 /* Return the input baud rate stored in *TERMIOS_P. */
54 /* Set the output baud rate stored in *TERMIOS_P to SPEED. */
57 /* Set the input baud rate stored in *TERMIOS_P to SPEED. */
61 /* Set both the input and output baud rates in *TERMIOS_OP to SPEED. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
termios.h 48 /* Return the output baud rate stored in *TERMIOS_P. */
51 /* Return the input baud rate stored in *TERMIOS_P. */
54 /* Set the output baud rate stored in *TERMIOS_P to SPEED. */
57 /* Set the input baud rate stored in *TERMIOS_P to SPEED. */
61 /* Set both the input and output baud rates in *TERMIOS_OP to SPEED. */
  /external/chromium-trace/catapult/telemetry/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:__anon107163
214 uint8_t baud; member in union:__anon107164
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.
  /system/nfc/halimpl/bcm2079x/adaptation/
userial_linux.c 183 uint16_t baud; member in struct:__anon107152
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...]
  /device/linaro/hikey/wpan/uim/
uim.c 55 * debugging purpose, whenever the baud rate is changed
147 * with the custom baud rate
193 /* Function to set the default baud rate
195 * The default baud rate of 115200 is set to the UART from the host side
197 * making a call to set the custom baud rate
213 * setting the default baud rate*/
224 /* Set the actual default baud rate */
236 /* Function to set the UART custom baud rate.
238 * The UART baud rate has already been
240 * The baud rate is then changed to custom baud rate by this function*
    [all...]
  /external/syslinux/gpxe/src/config/
serial.h 29 #define COMSPEED 115200 /* Baud rate */
  /hardware/qcom/bt/msm8909/libbt-vendor/include/
hci_uart.h 26 /**** baud rates ****/
104 uint8_t baud; /* Baud rate */ member in struct:__anon41670
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:__anon41693
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:__anon41715
207 ** Description Set new baud rate

Completed in 827 milliseconds

1 2 3 4 5 6 7