Lines Matching defs:baudrate
1159 /* For the WCN3990 the vendor command for a baudrate change
1162 * new baudrate. The event is received and properly decoded
1163 * after changing the baudrate of the host port. It needs to
1280 static int qca_set_baudrate(struct hci_dev *hdev, uint8_t baudrate)
1287 if (baudrate > QCA_BAUDRATE_3200000)
1290 cmd[4] = baudrate;
1294 bt_dev_err(hdev, "Failed to allocate baudrate packet");
1298 /* Assign commands to change baudrate and packet type. */
1305 /* Wait for the baudrate change request to be sent */
1338 * at required baudrate to wcn3990. On wcn3990, we have an external
1339 * circuit at Tx pin which decodes the pulse sent at specific baudrate.
1422 * changing the baudrate of chip and host.
1446 * for the baudrate change command.
1451 "Failed to change controller baudrate\n");