Lines Matching full:speed
260 * This will read the response for the change speed
261 * command that was sent to configure the UART speed
451 /* Forming the packet for Change speed command */
455 cmd.speed = cust_baud_rate;
457 /* Writing the change speed command to the UART
458 * This will change the UART speed at the controller
461 UIM_VER(" Setting speed to %d", cust_baud_rate);
464 UIM_ERR(" Failed to write speed-set command");
469 /* Read the response for the Change speed command */
475 UIM_VER(" Speed changed to %d", cust_baud_rate);
519 /* After the UART speed has been changed, the IOCTL is