HomeSort by relevance Sort by last modified time
    Searched defs:baud (Results 1 - 22 of 22) sorted by null

  /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/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
  /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...]
hw_ar3k.c 386 int baud; local
394 /* set controller baud rate to user specified value */
401 baud = speed/100;
402 ptr[0] = (char)baud;
403 ptr[1] = (char)(baud >> 8);
406 ALOGI("Failed to write change baud rate command");
1069 /* set both controller and host baud rate to maximum possible value */
1077 ALOGI("Can't set required baud rate");
1311 ALOGI("Can't set initial baud rate");
1332 perror("Can't set baud rate")
    [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...]
hw_ar3k.c 388 int baud; local
396 /* set controller baud rate to user specified value */
403 baud = speed/100;
404 ptr[0] = (char)baud;
405 ptr[1] = (char)(baud >> 8);
408 ALOGI("Failed to write change baud rate command");
1073 /* set both controller and host baud rate to maximum possible value */
1081 ALOGI("Can't set required baud rate");
1315 ALOGI("Can't set initial baud rate");
1336 perror("Can't set baud rate")
    [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...]
hw_ar3k.c 386 int baud; local
394 /* set controller baud rate to user specified value */
401 baud = speed/100;
402 ptr[0] = (char)baud;
403 ptr[1] = (char)(baud >> 8);
406 ALOGI("Failed to write change baud rate command");
1069 /* set both controller and host baud rate to maximum possible value */
1077 ALOGI("Can't set required baud rate");
1311 ALOGI("Can't set initial baud rate");
1332 perror("Can't set baud rate")
    [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...]
hw_ar3k.c 390 int baud; local
398 /* set controller baud rate to user specified value */
405 baud = speed/100;
406 ptr[0] = (char)baud;
407 ptr[1] = (char)(baud >> 8);
410 ALOGI("Failed to write change baud rate command");
1075 /* set both controller and host baud rate to maximum possible value */
1083 ALOGI("Can't set required baud rate");
1317 ALOGI("Can't set initial baud rate");
1338 perror("Can't set baud rate")
    [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...]
hw_ar3k.c 392 int baud; local
400 /* set controller baud rate to user specified value */
407 baud = speed/100;
408 ptr[0] = (char)baud;
409 ptr[1] = (char)(baud >> 8);
412 ALOGI("Failed to write change baud rate command");
1077 /* set both controller and host baud rate to maximum possible value */
1085 ALOGI("Can't set required baud rate");
1319 ALOGI("Can't set initial baud rate");
1340 perror("Can't set baud rate")
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/I2c/MvI2cDxe/
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. */
  /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";
  /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/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/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
  /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);
  /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/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...]

Completed in 555 milliseconds