Lines Matching refs:baudrate
1217 /* For the WCN3990 the vendor command for a baudrate change
1220 * new baudrate. The event is received and properly decoded
1221 * after changing the baudrate of the host port. It needs to
1339 static int qca_set_baudrate(struct hci_dev *hdev, uint8_t baudrate)
1346 if (baudrate > QCA_BAUDRATE_3200000)
1349 cmd[4] = baudrate;
1353 bt_dev_err(hdev, "Failed to allocate baudrate packet");
1357 /* Assign commands to change baudrate and packet type. */
1364 /* Wait for the baudrate change request to be sent */
1408 * at required baudrate to wcn3990. On wcn3990, we have an external
1409 * circuit at Tx pin which decodes the pulse sent at specific baudrate.
1502 * changing the baudrate of chip and host.
1558 * for the baudrate change command.
1563 "Failed to change controller baudrate\n");